{ "AbilityName": "Pyrois_MathSkill", "AbilitySpecials": { "AS_CritDmgRatio": { "Value": 0.5 }, "AS_FeverPerStack": { "Value": 200 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "ApplyModifier", "ModifierName": "CritDmgModifier", "Predicates": [ { "$type": "ByMathSkillSuccess" } ], "Target": "Self" } ], "OnHitOther": [ ], "OnSkillStart": [ { "$type": "RecoverIndividualFeverAction", "Amount": "%AS_FeverPerStack", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "QTE", "Target": "Self" }, { "$type": "ByMathSkillSuccess" } ], "Target": "Self" } ] }, "Modifiers": { "CritDmgModifier": { "Duration": -1, "ModifierStacking": "Replace", "Properties": { "Actor_CriticalDamageRatioDelta": "%AS_CritDmgRatio" } } } }