ZenlessData/Data/SacrificeBringer_P2_LevelChase_ATK05.json

84 lines
1.9 KiB
JSON
Raw Normal View History

{
"AbilityName": "SacrificeBringer_P2_LevelChase_ATK05",
"AbilityStacking": "Unique",
"Modifiers": {
"LevelChase_ATK05": {
"Duration": 2.5,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 10,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 11,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Is_Level_Chase",
"Target": "Self"
}
]
},
"TagManagerModifier": {
"Duration": 5,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LevelChase_Charge_U"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LevelChase_Charge_U"
],
"IsAdd": false,
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "LevelChase_ATK05",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "TagManagerModifier",
"Target": "Self"
}
]
}