mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
29 lines
645 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |