mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |