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

34 lines
No EOL
958 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名角色存活时伤害提升50%
"AbilityName":"Card_DailyUse_1000918",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnHitOther" :
[
{ //1人存活时给角色增加伤害倍率 50%
"$type":"MoleMole.ModifyAttackDataAction",
"PropertyKey":"Actor_AddedDamageRatio",
"PropertyValue":"%AddedDamageRatio",
"Target":"Self",
"Predicates":
[
{
"$type" : "MoleMole.ByAvatarCount",
"CompareValue" : 1,
"CompareType": "Equal"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.5
}
}
}