ZenlessData/Data/Corin_MathSkill.json
2024-08-13 22:59:23 -03:00

29 lines
645 B
JSON

{
"AbilityName": "Corin_MathSkill",
"AbilitySpecials": {
"AS_Actor_AddedDamageRatio_Stun": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMathSkillSuccess"
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_Actor_AddedDamageRatio_Stun",
"Target": "Self"
}
]
}
}