{ "AbilityName": "AbyssS2_Curse_Artifact_1339922", "AbilitySpecials": { "HpPercentage": { "Value": 0.04 }, "HpReducePercent": { "Value": 0 }, "HpThreshold": { "Value": 0.1 }, "Self_CurHP": { "Value": 0 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnSkillStart": [ { "$type": "ApplyModifier", "ModifierName": "ExSpReduceHpModifier", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "ExSp", "Target": "Self" } ], "Target": "Self" } ] }, "Modifiers": { "ExSpReduceHpModifier": { "Duration": -1, "ModifierStacking": "Replace", "OnAdded": [ { "$type": "SetAbilitySpecialByExpression", "DoRefresh": true, "Expression": "property(CurHP)\/property(MaxHP)", "ParamName": "Self_CurHP", "Target": "Self", "ValueType": "Float" }, { "$type": "SetAbilitySpecialByExpression", "DoRefresh": true, "Expression": "specials(HpPercentage)*specials(Self_CurHP)", "ParamName": "HpReducePercent", "ValueType": "Float" }, { "$type": "DecreaseHPAction", "Amount": 0, "IgnoreInvincible": "true", "Percentage": "%HpReducePercent", "Predicates": [ { "$type": "ByAbilitySpecial", "CompareType": "Greater", "Param": "%HpThreshold", "ParamName": "Self_CurHP", "ParamType": "Float" } ], "Target": "Self" } ] } } }