ZenlessData/Data/LampasBlackVeil_Revive_02_Trigger.json

60 lines
1.5 KiB
JSON
Raw Normal View History

{
"AbilityName": "LampasBlackVeil_Revive_02_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": 1,
"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"
}
]
}