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

34 lines
No EOL
966 B
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名角色存活时受到的伤害降低25%
"AbilityName":"Card_DailyUse_1000919",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnBeingHitPre" :
[
{ //1人存活时给角色增加抗伤倍率 25%
"$type":"MoleMole.ModifyAttackDataAction",
"PropertyKey":"Actor_DamageTakeRatio",
"PropertyValue":"%DamageTakeRatio",
"Target":"Self",
"Predicates":
[
{
"$type" : "MoleMole.ByAvatarCount",
"CompareValue" : 1,
"CompareType": "Equal"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"DamageTakeRatio" :
{
"Value" : -0.25
}
}
}