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

45 lines
No EOL
1.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.

{
//全伤害提升25%角色对Boss敌人造成的伤害提升10%(合成获得)
"AbilityName":"Card_DailyUse_1000916",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_All"
},
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_Boss",
"Predicates":
[
{
"$type" : "MoleMole.ByMonsterStrengthType",
"Target" : "Target",
"CompareType" : "Equal",
"StrengthType" : "Boss" //Boss
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio_All" :
{
"Value" : 0.25
},
"AddedDamageRatio_Boss" :
{
"Value" : 0.1
}
}
}