ZenlessData/Data/Talent_10101_MonsterEliteDamage01.json

27 lines
609 B
JSON
Raw Permalink Normal View History

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