1
0
ZenlessData/Data/JsonBytes/NewAbility/EnemyAbility/LampasBlackVeilAbility/LampasBlackVeil_CoAttack_Opening_Trigger.json
2026-09-09 00:49:36 +02:00

70 lines
1.8 KiB
JSON

{
"AbilityName": "LampasBlackVeil_CoAttack_Opening_Trigger",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_CoAttack",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 5,
"ParamName": "Int_CoAttackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_CoAttackRole",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"MpTargetMode": "ForwardAuthority",
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"MpTargetMode": "ForwardAuthority",
"ParamName": "Trigger_CoAttack",
"ParamType": 1,
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"IntVal": 5,
"MpTargetMode": "ForwardAuthority",
"ParamName": "Int_CoAttackIndex",
"ParamType": 3,
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LampasBlackVeil_CoAttacker",
"IntVal": 1,
"MpTargetMode": "ForwardAuthority",
"ParamName": "Int_CoAttackRole",
"ParamType": 3,
"Target": "Custom"
}
]
}