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

35 lines
753 B
JSON

{
"AbilityName": "Cottus_NovicePerform",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Novice"
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_BornType",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Born",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "TriggerBehaviorTreeAction",
"Enable": true,
"Target": "Self"
}
]
}
}