ZenlessData/Data/TheGun_HeatBuff_05.json
2024-11-04 02:05:40 -03:00

34 lines
784 B
JSON

{
"AbilityName": "TheGun_HeatBuff_05",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "HeatBuff_05_CoAttack",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Lighter_Attack_Normal_05_03_Enhance_Max_AttackProperty_01",
"Lighter_Attack_Normal_05_03_Enhance_Max_AttackProperty_02"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"HeatBuff_05_CoAttack": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "TriggerSideScrollingCoAttack"
}
]
}
}
}