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

46 lines
No EOL
942 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.

{
//角色击杀一名敌人后全伤害提升12%持续8秒
"AbilityName" : "Card_DailyUse_1000906",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnKillOther":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "IncreaseDamageModifier",
"Target" : "Self"
}
]
},
"Modifiers":
{
"IncreaseDamageModifier":
{
"Duration":"%DurationTime",
"ModifierStacking":"Refresh",
"OnHitOther" :
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio"
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.12
},
"DurationTime" :
{
"Value" : 8
}
}
}