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

37 lines
No EOL
1.1 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.

{
//生命值越低受到的全伤害越低。每损失1%生命值降低0.8%受到的全伤害
"AbilityName":"Card_Medical_1000603",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnBeingHitPre":
[
{ //给DamageTakeRatio加表达式
"$type":"MoleMole.SetAbilitySpecialByExpression",
"ParamName":"DamageTakeRatio",
"ValueType":"float",
"Expression":"specials(TakeRatio)*(1-property(CurHP)/property(MaxHP))" //损失生命值%=0.8*降低全伤害%
},
{ //降低敌人对自己造成的全伤害
"$type":"MoleMole.ModifyAttackDataAction",
"PropertyKey":"Actor_DamageTakeRatio",
"PropertyValue":"%DamageTakeRatio",
"Target":"Self"
}
]
},
"AbilitySpecials" :
{
//表格参数
"DamageTakeRatio" :
{
"Value" : 0
},
"TakeRatio":
{
"Value" : -0.9
}
}
}