ZenlessData/Data/Affix_CannonKillSmasher.json
2024-08-13 22:59:23 -03:00

30 lines
681 B
JSON

{
"AbilityName": "Affix_CannonKillSmasher",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAttackLanded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Die",
"ParamType": 1,
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "LessEqual",
"StrengthType": "Normal",
"Target": "Target"
},
{
"$type": "ByAnimTagList",
"TagList": [
"Cannon"
]
}
],
"Target": "Target"
}
]
}
}