More XBM updates - #277
More XBM updates#277xiashtra wants to merge 5 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
misled by stale data in XIViewer
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@xiashtra , I was looking at the "Inflict" columns, and can't figure out what status effect (if any) corresponds to "InflictDeath". If that's related to a status effect (maybe Doom?), could the column name use that, and if it means something else, could a comment mention that? Thanks! |
wolfcomp
left a comment
There was a problem hiding this comment.
Just some stuff from one of the ClientStructs devs so it gets talked about on github
| - name: InflictsSlow # next 11 use the same indexer as BNpcResist | ||
| - name: InflictsPetrify | ||
| - name: InflictsParalysis | ||
| - name: InflictsInterrupt | ||
| - name: InflictsBlind | ||
| - name: InflictsPoison | ||
| - name: InflictsStun | ||
| - name: InflictsSleep | ||
| - name: InflictsBind | ||
| - name: InflictsHeavy | ||
| - name: InflictsDeath |
There was a problem hiding this comment.
These are accessed as an array in the exe and not as individual fields
There was a problem hiding this comment.
I'm aware that they are part of an array, but InflictsStatus[idx] is far less informative than giving them a name according to what they are actually used for.
| - name: ResistsSlow | ||
| - name: ResistsPetrify | ||
| - name: ResistsParalysis | ||
| - name: ResistsInterrupt | ||
| - name: ResistsBlind | ||
| - name: ResistsPoison | ||
| - name: ResistsStun | ||
| - name: ResistsSleep | ||
| - name: ResistsBind | ||
| - name: ResistsHeavy | ||
| - name: ResistsDeath |
The in-game filtering is called "Flat Damage/Death". It's not limited to a single status effect; it includes things that cause instant death, like Doom, but also things that are considered "flat damage", like Tail Screw. It's equivalent to the same category on BLU, which we previously labeled as |
Ah, good to know. Appreciate the details! |
✅ Validation succeeded |
No description provided.