90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AttachZoneTagWithModifierMixin",
|
|
"ConfigList": [
|
|
{
|
|
"ModifierNameList": [
|
|
"ErosionSkill_Weight_Modifier"
|
|
],
|
|
"ZoneTag": "ErosionSkillTag"
|
|
},
|
|
{
|
|
"ModifierNameList": [
|
|
"ErosionSkill_Weight_Clear_Modifier"
|
|
],
|
|
"ZoneTag": "ErosionSkillBeginTag"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Girtablu_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_05_Current",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "WriteAIParamAction",
|
|
"FloatParamValue": 0,
|
|
"ParamName": "Weight_09_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_05_Current",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "WriteAIParamAction",
|
|
"FloatParamValue": 999999,
|
|
"ParamName": "Weight_09_Current",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |