1
0
ZenlessData/Data/_unsorted/Mutant_HitShakeControl.json
2026-05-06 01:39:00 +02:00

43 lines
930 B
JSON

{
"AbilityName": "Mutant_HitShakeControl",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsInAction",
"ParamType": 2,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HitTrunkShake"
]
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsInAction",
"ParamType": 2,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HitTrunkShake"
]
}
]
}
],
"Target": "Self"
}
]
}
}