ZenlessData/Data/Follower_Attack_Increase_FullHP.json

31 lines
729 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}
}