ZenlessData/Data/Corin_MathSkill.json

29 lines
645 B
JSON
Raw Normal View History

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