1
0
ZenlessData/Data/Harvester_ComboManager.json

208 lines
5.7 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"ComboCount_Identifier_Modifer"
],
"ZoneTag": "Attack"
}
]
}
],
"AbilityName": "Harvester_ComboManager",
"AbilitySpecials": {
"AS_ComboCount": {
"Value": 0,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"ComboCount_Identifier_Modifer": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ComboCount_Manager_Modifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SpecialAttack"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"ComboCount_Manager_Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 1,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 0,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 2,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 3,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 4,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Target": "Self"
}
],
"FailureActions": [
],
"SuccessActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Combo_04"
],
"IsAdd": true,
"Target": "Self"
}
],
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Combo_03"
],
"IsAdd": true,
"Target": "Self"
}
],
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Combo_02"
],
"IsAdd": true,
"Target": "Self"
}
],
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Combo_01"
],
"IsAdd": true,
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Add",
"Param": 1,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "LessEqual",
"Param": 3,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Target": "Self"
}
],
"Target": "Self"
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_ComboCount",
"ParamType": "Integer",
"Target": "Self"
}
]
}