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

31 lines
729 B
JSON

{
"AbilityName": "Follower_Attack_Increase_FullHP",
"AbilitySpecials": {
"AddedPlayerAttackRatio": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Self",
"Val1": 0.9,
"Val2": 0
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedPlayerAttackRatio",
"Target": "Self"
}
]
}
}