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

27 lines
620 B
JSON

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