1
0
ZenlessData/Data/_unsorted/Pyrois_MathSkill.json
2026-06-17 01:18:11 +02:00

54 lines
1.1 KiB
JSON

{
"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"
}
}
}
}