ZenlessData/Data/Bangboo_Player_Attack.json

24 lines
503 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Bangboo_Player_Attack",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_CanSpecial",
"ParamType": 2,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_CanSpecial",
"ParamType": 2,
"Target": "Self"
}
]
}
}