This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
K0lb3 16d6d3f877 flatbuf decoder added
integrated into extract_tables
2021-11-12 23:14:45 +01:00

19 lines
319 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: FlatData
class FontType(object):
None_ = 0
Damage = 1
Block = 2
Heal = 3
Miss = 4
Critical = 5
Skill = 6
Immune = 7
DamageResist = 8
DamageWeak = 9
CriticalResist = 10
CriticalWeak = 11