mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
30 lines
681 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|