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

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

{
//角色攻击附加灼烧效果
"AbilityName" : "Card_ZS_Test",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
//OnAttackLanded时伤害已经结算了感电Buff在当前一击就无法生效
//OnHitOther,OnHitOtherPre可以
"OnAttackLanded" :
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "BurnBuffModifier",
"Target" : "Target",
"Predicates" :
[
{
"$type" : "MoleMole.ByDirectHit",//由角色产生的直接伤害
"IsDirect" : true,
},
]
}
]
},
"Modifiers" :
{
"BurnBuffModifier":
{
"Duration": 30.0,
"Buff":
{
"BuffID": 1000009, //灼烧
"IsOverrideDuration" : true,
},
},
},
}