baaron4 / GW2-Elite-Insights-Parser

Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.
MIT License
136 stars 48 forks source link

Encounter related casts #823

Closed Linkaaaaa closed 1 year ago

Linkaaaaa commented 1 year ago

List of skills that are encounters related to look into.

EliphasNUIT commented 1 year ago

Celestial Dash, Nova Launch and Hypernova Launch are movement skills, they shouldn't be put as an InstantCast.

Purge, Unstable Blood Magic and Dhuum bomb SAK (we could also add) are buff based, we can use that to detect the cast. I believe Reverse the Polarity also comes with some buffs.

Issue Challenge applies a Fixation buff on the user but we would need to check two things: it is not the first buff and the moment of the application does not coincide with the other holder's death.

Linkaaaaa commented 1 year ago

Yeah the dashes skills would be done similarly to druid staff 3 if possible, mentioned it to zerthox earlier today, maybe not all of these are possible, just wanted to have a list to reference. I'll add dhuum's bomb to the list.

Removed instant from the title ;D

EliphasNUIT commented 1 year ago

There is already a mechanic to track manual dhuum bomb triggers so I know that one is at least possible =P I suspect Purge and Unstable Blood Magic can be handled in a similar manner.

EliphasNUIT commented 1 year ago

As requested, everything has been added.