ZenlessData/Data/Affix_CannonCastMaxHpDamage.json

46 lines
1.0 KiB
JSON
Raw Normal View History

{
"AbilityName": "Affix_CannonCastMaxHpDamage",
"AbilitySpecials": {
"HPPercentage": {
"Value": 0.01
},
"PercentageMaxHP": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "SetAbilitySpecialsByPropertyAction",
"ModifyFunction": "Replace",
"ParamName": "PercentageMaxHP",
"Percentage": "%HPPercentage",
"PropertyType": "MaxHP",
"Target": "Target"
},
{
"$type": "DamageByAttackPropertyAction",
"AttackProperty": {
"AddedDamageValue": "%PercentageMaxHP"
},
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "LessEqual",
"StrengthType": "Boss",
"Target": "Target"
},
{
"$type": "ByAnimTagList",
"TagList": [
"Cannon"
]
}
],
"Target": "SelfAttackTarget"
}
]
}
}