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

71 lines
No EOL
2.3 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.

{
//满编时全伤害提升20%每少一名角色效果降低10%
"AbilityName":"Card_DailyUse_1000907",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnHitOther" :
[
{ //3人存活时给角色增加伤害倍率 20%
"$type":"MoleMole.ModifyAttackDataAction",
"PropertyKey":"Actor_AddedDamageRatio",
"PropertyValue":"%AddedDamageRatio_3",
"Target":"Self",
"Predicates":
[
{
"$type" : "MoleMole.ByAvatarCount",
"CompareValue" : 3,
"CompareType": "Equal"
}
]
},
{ //2人存活时给角色增加伤害倍率 10%
"$type":"MoleMole.ModifyAttackDataAction",
"PropertyKey":"Actor_AddedDamageRatio",
"PropertyValue":"%AddedDamageRatio_2",
"Target":"Self",
"Predicates":
[
{
"$type" : "MoleMole.ByAvatarCount",
"CompareValue" : 2,
"CompareType": "Equal"
}
]
},
{
//1人存活时给角色增加伤害倍率 0%
"$type":"MoleMole.ModifyAttackDataAction",
"PropertyKey":"Actor_AddedDamageRatio",
"PropertyValue":"%AddedDamageRatio_1",
"Target":"Self",
"Predicates":
[
{
"$type" : "MoleMole.ByAvatarCount",
"CompareValue" : 1,
"CompareType": "Equal"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio_3" :
{
"Value" : 0.12
},
"AddedDamageRatio_2" :
{
"Value" : 0.08
},
"AddedDamageRatio_1" :
{
"Value" : 0.04
}
}
}