1
0
ZenlessData/Data/_unsorted/GraymaneCenturion_ErosionAttack_Manager.json
2026-07-29 01:25:01 +02:00

135 lines
3.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"ErosionSkill_Weight_Modifier"
],
"ZoneTag": "ErosionSkillTag"
},
{
"ModifierNameList": [
"ErosionSkill_Weight_Clear_Modifier"
],
"ZoneTag": "ErosionSkillBeginTag"
},
{
"ModifierNameList": [
"Zenkov_ExcuteSkill_Delay_Modifier"
],
"ZoneTag": "ZenkovMonsterTag"
}
]
}
],
"AbilityName": "GraymaneCenturion_ErosionAttack_Manager",
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"ErosionSkill_Weight_Clear_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 0,
"ParamName": "Weight_04_Current",
"Target": "Self"
},
{
"$type": "WriteAIParamAction",
"FloatParamValue": 0,
"ParamName": "Weight_03_Current",
"Target": "Self"
},
{
"$type": "WriteAIParamAction",
"FloatParamValue": 0,
"ParamName": "Weight_02_Current",
"Target": "Self"
}
]
},
"ErosionSkill_Weight_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ErosionSkillTag"
]
}
],
"FailureActions": [
],
"SuccessActions": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_04_Current",
"Target": "Self"
},
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_03_Current",
"Target": "Self"
},
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_02_Current",
"Target": "Self"
}
]
}
]
},
"Zenkov_ExcuteSkill_Delay_Modifier": {
"DelayHandlers": [
{
"DelayTime": 20,
"TimeUpActions": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"ZenkovBlockExcuteSkill"
],
"IsAdd": false,
"Target": "Self"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"ZenkovBlockExcuteSkill"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"ZenkovBlockExcuteSkill"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}