ZenlessData/Data/Cottus_NovicePerform.json

35 lines
753 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}
}