1
0
ZenlessData/Data/Palicus_TriggerExAttack_CriticalState.json

152 lines
3.8 KiB
JSON
Raw Normal View History

{
"AbilityName": "Palicus_TriggerExAttack_CriticalState",
"AbilitySpecials": {
"AS_AttackInterval": {
"Value": 0,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"Palicus_TriggerDelay": {
"Duration": 0.7,
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "Palicus_TriggerExAttack"
}
]
},
"Palicus_TriggerExAttack": {
"DelayHandlers": [
{
"DelayTime": "%AS_AttackInterval",
"TimeUpActions": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_PressAttackA",
"ParamType": 1
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 91,
"ParamName": "Int_AttackIndex",
"ParamType": 3
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": 1,
"ParamName": "AS_AttackInterval",
"ParamType": "Float"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Palicus_TriggerExAttack"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Add",
"Param": -0.2,
"ParamName": "AS_AttackInterval",
"ParamType": "Float"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Palicus_TriggerExAttack_Final"
}
]
}
]
}
],
"ModifierStacking": "Replace"
},
"Palicus_TriggerExAttack_Final": {
"DelayHandlers": [
{
"DelayTime": "%AS_AttackInterval",
"TimeUpActions": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_PressAttackA",
"ParamType": 1
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 93,
"ParamName": "Int_AttackIndex",
"ParamType": 3
}
]
}
],
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "RemoveModifier",
"ModifierName": "Palicus_TriggerExAttack"
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_PressAttackA",
"ParamType": 1
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ExAttack_Special_Start"
]
}
],
"FailureActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 9,
"ParamName": "Int_AttackIndex",
"ParamType": 3
}
],
"SuccessActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 99,
"ParamName": "Int_AttackIndex",
"ParamType": 3
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"ExAttack_Special_Start"
],
"IsAdd": false
}
]
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 1.5,
"ParamName": "AS_AttackInterval",
"ParamType": "Float"
},
{
"$type": "ApplyModifier",
"ModifierName": "Palicus_TriggerDelay"
}
]
}