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

63 lines
No EOL
1.4 KiB
JSON

{
//对生命低于50%的敌人造成额外30%伤害
"AbilityName":"Suit_Ability_50231000",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Predicates" :
[
{
"$type": "MoleMole.ByPlayerPropertyValue",
"IsUsePercent" : true,
"Numerator":"CurHP",
"Denominator":"MaxHP",
"CompareType": "Less",
"Val1" : "%TargetHPPercent",
"Val2" : 0,
"Target" : "Target"
}
]
}
]
},
"AbilitySpecials" :
{
"TargetHPPercent" ://敌人HP要求
{
"Value" : 0.5
},
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.3
},
}
}