{ "AbilityName": "AbyssS2_Heat_11", "AbilitySpecials": { "HpPercentage": { "Value": 0.1 }, "HpReduceAmount": { "Value": 0 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "ApplyModifier", "ModifierName": "HpReduceModifier", "Target": "Self" } ] }, "Modifiers": { "HpReduceModifier": { "Duration": -1, "ModifierStacking": "Unique", "OnThinkInterval": [ { "$type": "SetAbilitySpecialByExpression", "DoRefresh": true, "Expression": "specials(HpPercentage)*property(MaxHP)", "ParamName": "HpReduceAmount", "Predicates": [ { "$type": "ByIsLocalAvatar", "IsLocalAvatar": true, "Target": "Self" } ], "ValueType": "Float" }, { "$type": "DecreaseHPAction", "Amount": "%HpReduceAmount", "IgnoreInvincible": true, "IgnoreLifeLock": true, "Percentage": 0, "Predicates": [ { "$type": "ByIsLocalAvatar", "IsLocalAvatar": true, "Target": "Self" }, { "$type": "ByPlayerPropertyValue", "CompareType": "GreaterEqual", "Denominator": "MaxHP", "IsUsePercent": true, "Numerator": "CurHP", "Target": "Self", "Val1": 0.1 } ], "Target": "Self" } ], "ThinkInterval": 1 } } }