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

35 lines
No EOL
987 B
JSON

{
//角色对精英敌人造成的伤害提升20%
"AbilityName":"Card_DailyUse_1000915",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Predicates":
[
{
"$type" : "MoleMole.ByMonsterStrengthType",
"Target" : "Target",
"CompareType" : "Equal",
"StrengthType" : "Elite" //精英怪物
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.2
}
}
}