mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
46 lines
1.1 KiB
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|