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

51 lines
No EOL
1.5 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.

{
//Buff概率测试
"AbilityName" : "TestPlayer_Ability_Tianheng_16",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
//OnAttackLanded时伤害已经结算了感电Buff在当前一击就无法生效
//OnHitOther,OnHitOtherPre可以
"OnAttackLanded" :
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "BurnBuffModifier",
"Target" : "Target",
"Predicates" :
[
{
"$type": "MoleMole.ByAnimatorEventIDs",
"AnimatorEventIDs":
[
"Anbi_Electric_Attack_Normal_01_AttackProperty_01"
]
},
// //这个Predicate不生效
// {
// "$type": "MoleMole.ByTotalDamage",
// "Target" : "Self",
// "CompareType": "Greater",
// "Damage": 0
// },
]
}
]
},
"Modifiers" :
{
"BurnBuffModifier":
{
"Duration": 30.0,
"Buff":
{
"BuffID": 123003, //脆弱
"IsOverrideDuration" : true,
"IsOverrideOdds" : true,
"Odds" : 1.0
}
}
}
}