HollowPS_TV_experiments/extras/zzz-0.1-jsons/Affix_CannonCastMaxHpDamage.json

56 lines
No EOL
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//浮游炮命中时会对其造成一次4%的当前血量伤害的打击
"AbilityName":"Affix_CannonCastMaxHpDamage",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{
"$type": "MoleMole.SetAbilitySpecialsByPropertyAction",
"Target" : "Target",
"ParamName": "PercentageMaxHP",
"ModifyFunction": "Replace",
"PropertyType" : "MaxHP",
"Percentage" : "%HPPercentage"
},
{
"$type": "MoleMole.DamageByAttackPropertyAction",
"AttackProperty" :
{
"AddedDamageValue" : "%PercentageMaxHP"
},
"Target" : "SelfAttackTarget",
"Predicates":
[
{
"$type" : "MoleMole.ByMonsterStrengthType",
"Target" : "Target",
"CompareType" : "LessEqual",
"StrengthType" : "Boss",
},
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"Cannon"
]
}
]
}
]
},
"AbilitySpecials" :
{
"PercentageMaxHP" :
{
"Value" : 0
},
//表格参数
"HPPercentage" :
{
"Value" : 0.01
}
}
}