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
Blue-Archive---Asset-Downlo…/FlatData/AccountAchievementType.py
K0lb3 16d6d3f877 flatbuf decoder added
integrated into extract_tables
2021-11-12 23:14:45 +01:00

21 lines
565 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: FlatData
class AccountAchievementType(object):
TotalLoginCount = 0
TotalGetClearStarCount = 1
TotalCharacterLevelUpCount = 2
TotalCharacterSkillLevelUpCount = 3
TotalClearCampaignStageCount = 4
TotalClearChaserDungeonCount = 5
TotalClearWeekDungeonCount = 6
TotalEquipmentLevelUpCount = 7
TotalEquipmentTierUpCount = 8
MaxComfortPoint = 9
TotalGetGold = 10
TotalUseGold = 11
TotalJoinArenaCount = 12
TotalJoinRaidCount = 13