Value:Monster Specialty

From FF5 Hacking Wiki
Revision as of 05:03, 8 March 2019 by Samurai goroh (talk | contribs) (Created page with "When the enemy attacks using the Damage Formula 0x02, it can inflict one of the following status {{Table bitwise | +50% Attack | HP Leak | Charm | Paralyze | Blind | Poison |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When the enemy attacks using the Damage Formula 0x02, it can inflict one of the following status

Bit Bin Hex Status
7 10000000 0x80 Unavoidable
6 01000000 0x40 Aging
5 00100000 0x20 Poison
4 00010000 0x10 Blind
3 00001000 0x08 Paralyze
2 00000100 0x04 Charm
1 00000010 0x02 HP Leak
0 00000001 0x01 +50% Attack