Files
turnbasedgamedata/Config/GlobalConfig/JsonEnumDefineConfig.json
2025-05-20 21:34:22 -03:00

89 lines
1.9 KiB
JSON

{
"ConfigList": {
"BattlePropEvent": {
"Values": {
"Mar_7Th_UseUltraSkill": 0,
"Mar_7Th_UseSkill": 1
}
},
"DamageBehaviorTemplate": {
"Values": {
"TrueDamage": 0,
"DirectlyLoseHp": 1,
"DirectlyLoseHpHit": 2
}
},
"GridFightCustomType": {
"Values": {
"Custom1": 0,
"Custom2": 1,
"Custom3": 2
}
},
"DamageTag": {
"Values": {
"None": 0,
"Quake": 27,
"Dissociation": 28,
"Dewdrop": 29,
"Aftertaste": 30,
"Spore": 31,
"Burn": 32,
"FeverBreak": 33,
"HitBack": 34,
"Resonance": 35,
"RuinBlood": 36,
"Curse": 37,
"Breeding": 38,
"DummyCharacter": 39,
"TogetherAttack": 40,
"Mar_7th_10_Pursued": 41,
"Player_20_Skill03_ElementDamage": 42,
"Robin_00_FixedCrit_Pursed": 43,
"BombDmg": 44,
"Manta_Virus": 45,
"Cipher_00_Insert": 46
}
},
"ModifierCustomEventType": {
"Values": {
"None": 0,
"DOT": 1,
"DOT_Burn": 2,
"DOT_Electric": 3,
"DOT_Poison": 4,
"DOT_Bleed": 5,
"DOT_Entangle": 6,
"InfiniteRefresh": 7,
"MonsterChangePhase": 8,
"BattleScoreChange": 9,
"InfiniteDoSummon": 10,
"TargetStancePreshow": 11,
"RogueMagicDelayUnit": 12
}
},
"TeamSharePointType": {
"Values": {
"None": 0,
"Physical": 1,
"Fire": 2,
"Ice": 3,
"Thunder": 4,
"Wind": 5,
"Quantum": 6,
"Imaginary": 7
}
},
"AbilityTagType": {
"Values": {
"Default": 0,
"AssistCaster": 1,
"AssistAttack1": 2,
"AssistAttack2": 3,
"AssistAttack3": 4,
"AssistAttack4": 5,
"AssistAttack5": 6
}
}
}
}