ZenlessData/Data/Follower_Attack_Increase_BossEnemy.json

27 lines
618 B
JSON
Raw Permalink Normal View History

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