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

50 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.

{
//进入战斗时触发战斗的角色在本场战斗中全伤害提升40%,在战斗结束后失效
"AbilityName":"Card_DailyUse_1000913",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnBattleEnter":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"AvatarDamageUp",
"Predicates":
[
{
"$type" : "MoleMole.ByIsLocalAvatar",
"Target" : "Self",
"IsLocalAvatar" : true
}
]
}
],
"OnBattleExit":
[
{
"$type":"MoleMole.RemoveModifier",
"ModifierName":"AvatarDamageUp"
}
]
},
"Modifiers":
{
"AvatarDamageUp":
{
"ModifierStacking": "Unique",
"Properties" :
{
"Actor_AddedDamageRatio" : "%AddedDamageRatio"
}
}
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.4
}
}
}