1
0
ZenlessData/Data/JsonBytes/NewAbility/FollowerAbility/Follower_Attack_Increase_EliteEnemy.json
2025-04-22 20:22:46 -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"
}
]
}
}