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

46 lines
1.1 KiB
JSON

{
"AbilityName": "Ben_CoAttack",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAwaked": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"MpExecMode": "NotExecuted",
"ParamName": "Bool_CoAttackAllowed_Ben",
"ParamType": 2,
"Target": "TeamAvatars"
}
],
"OnDying": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"MpExecMode": "NotExecuted",
"ParamName": "Bool_CoAttackAllowed_Ben",
"ParamType": 2,
"Target": "TeamAvatars"
}
],
"OnDyingRecovered": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"MpExecMode": "NotExecuted",
"ParamName": "Bool_CoAttackAllowed_Ben",
"ParamType": 2,
"Target": "TeamAvatars"
}
],
"OnKilled": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"MpExecMode": "NotExecuted",
"ParamName": "Bool_CoAttackAllowed_Ben",
"ParamType": 2,
"Target": "TeamAvatars"
}
]
}
}