ZenlessData/Data/Harumasa_MathSkill.json
2024-12-17 20:43:14 -03:00

51 lines
1.2 KiB
JSON

{
"AbilityName": "Harumasa_MathSkill",
"AbilitySpecials": {
"AS_DmgUpRatio_Math": {
"Value": 0.4
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMathSkillSuccess",
"Target": "Caster"
},
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Other"
},
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Frost",
"Strike",
"Burn",
"Ignite",
"Electric",
"Overload",
"Erosion",
"Chaos"
],
"Target": "Other"
}
],
"Target": "Other"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_DmgUpRatio_Math"
}
]
}
}