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

24 lines
545 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: FlatData
class VoiceEvent(object):
OnTSA = 0
FormationPickUp = 1
CampaignResultDefeat = 2
CampaignResultVictory = 3
CharacterLevelUp = 4
CharacterTranscendence = 5
SkillLevelUp = 6
Formation = 7
CampaignCharacterSpawn = 8
BattleStartTimeline = 9
BattleVictoryTimeline = 10
CharacterFavor = 11
BattleMiss = 12
BattleBlock = 13
BattleCover = 14
BattleMove = 15
BattleMoveToForamtionBeacon = 16