{ "AbilityName": "AbyssS2_Heat_16", "AbilitySpecials": { "AS_EtherInfectionAddRatio": { "Value": 0.005, "ValueType": "Float" }, "AS_EtherInfectionDecreaseRatio": { "Value": -0.2, "ValueType": "Float" } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnBattleEnter": [ { "$type": "ApplyModifier", "ModifierName": "SlowIncreaseEtherInfection", "Predicates": [ { "$type": "ByNot", "Predicates": [ { "$type": "ByAbyssS2AreaTagList", "TargetTagList": [ "Start" ] } ] } ], "Target": "Self" } ], "OnBattleExit": [ { "$type": "RemoveModifier", "ModifierName": "SlowIncreaseEtherInfection", "Target": "Self" } ], "OnDodgeSuccess": [ { "$type": "ModifyEtherInfectionAction", "Percentage": "%AS_EtherInfectionDecreaseRatio", "PropertyModifyFunction": "Add" } ], "OnSkillStart": [ { "$type": "ModifyEtherInfectionAction", "Percentage": "%AS_EtherInfectionDecreaseRatio", "Predicates": [ { "$type": "ByOr", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "ParryAid" }, { "$type": "ByFromSkillType", "SkillType": "EvadeAid" } ] } ], "PropertyModifyFunction": "Add" } ] }, "Modifiers": { "SlowIncreaseEtherInfection": { "Duration": -1, "IgnoreTimeScale": false, "ModifierStacking": "Unique", "OnThinkInterval": [ { "$type": "ModifyEtherInfectionAction", "Percentage": "%AS_EtherInfectionAddRatio", "PropertyModifyFunction": "Add" } ], "ThinkInterval": 0.1 } } }