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

73 lines
No EOL
1.6 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.

{
//进入战斗30秒后全伤害提升30%
"AbilityName":"Card_DailyUse_1000911",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnBattleEnter":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "TimerModifier",
"Target" : "Self"
}
],
"OnBattleExit":
[
{
"$type" : "MoleMole.RemoveModifier",
"ModifierName" : "TimerModifier",
"Target" : "Self"
},
{
"$type" : "MoleMole.RemoveModifier",
"ModifierName" : "AddedDamageRatioModifier",
"Target" : "Self"
}
]
},
"Modifiers":
{
"TimerModifier":
{
"Duration":"%DurationTime",
"ModifierStacking":"Unique",
"OnRemoved" :
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "AddedDamageRatioModifier",
"Target" : "Self"
}
]
},
"AddedDamageRatioModifier":
{
"Duration":-1,
"ModifierStacking":"Unique",
"OnHitOther" :
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio"
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 1 //测试用
},
"DurationTime" :
{
"Value" : 10 //测试用
}
}
}