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

27 lines
611 B
JSON

{
"AbilityName": "Talent_10101_MonsterNormalDamage02",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.04
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}