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

60 lines
1.5 KiB
JSON

{
"AbilityName": "LampasBlackVeil_Revive_01_Trigger",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAnimCtrlerParam",
"BoolVal": true,
"CompareType": "Equal",
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"ParamName": "Bool_IsBreakDown",
"ParamType": 2,
"Target": "Custom"
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 13,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Predicates": [
{
"$type": "ByAnimCtrlerParam",
"BoolVal": true,
"CompareType": "Equal",
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"ParamName": "Bool_IsBreakDown",
"ParamType": 2,
"Target": "Custom"
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ReviveType",
"ParamType": 3,
"Predicates": [
{
"$type": "ByAnimCtrlerParam",
"BoolVal": true,
"CompareType": "Equal",
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"ParamName": "Bool_IsBreakDown",
"ParamType": 2,
"Target": "Custom"
}
],
"Target": "Self"
}
]
}