ZenlessData/Data/Harumasa_Trap_CheckChargingLimits.json
2024-12-17 20:43:14 -03:00

42 lines
1012 B
JSON

{
"AbilityName": "Harumasa_Trap_CheckChargingLimits",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsActing",
"ParamType": 2,
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"CustomNumerator": "ChargingLimits",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Self",
"Val1": 0
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsDead",
"ParamType": 2,
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"CustomNumerator": "ChargingLimits",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Self",
"Val1": 0
}
],
"Target": "Self"
}
]
}