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

120 lines
No EOL
3.1 KiB
JSON

{
"AbilityName" : "TestPlayer_Ability_Tianheng_13",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAttackLanded":
[
{
"$type": "MoleMole.ApplyModifier",
"Target" : "Target",
"ModifierName": "WitchModifier",
"Predicates" :
[
{
"$type" : "MoleMole.ByAnimatorEventIDs",
"AnimatorEventIDs" :
[
//原版01
"Anbi_Electric_Attack_Normal_01_AttackProperty_01",
]
},
]
},
// {
// "$type": "MoleMole.ApplyModifier",
// "Target" : "Target",
// "ModifierName": "TimeSlowBuffModifier",
// "Predicates" :
// [
// {
// "$type" : "MoleMole.ByAnimatorEventIDs",
// "AnimatorEventIDs" :
// [
// //原版01
// "Anbi_Electric_Attack_Normal_01_AttackProperty_01",
// ]
// },
// ]
// },
// {
// "$type": "MoleMole.ApplyModifier",
// "Target" : "Target",
// "ModifierName": "BurnBuffModifier",
// "Predicates" :
// [
// {
// "$type" : "MoleMole.ByAnimatorEventIDs",
// "AnimatorEventIDs" :
// [
// //原版01
// "Anbi_Electric_Attack_Normal_01_AttackProperty_01",
// ]
// },
// ]
// },
],
},
"Modifiers" :
{
"WitchModifier":
{
"ModifierStacking": "MultipleRefresh",
"Duration": 30,
"IgnoreTimeScale" : false,
"NotIgnoreList" : ["World"],
"ModifierMixins":
[
{
"$type" : "MoleMole.WitchSlowDownMixin",
"TotalDuration" : 10,
"SlowDownKey" : "Buff_TimeSlow_01",
"ExcludeTargets" : "TeamAvatars",
"OnStart":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_02",
"Target" : "Self"
}
],
"OnEnd":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_01",
"Target" : "Self"
}
]
}
]
},
"TimeSlowBuffModifier":
{
"Duration": 10,
"IgnoreTimeScale" : false,
"NotIgnoreList" : ["World","Owner","Witch"],
"Buff":
{
"BuffID": 1000003,
"IsOverrideDuration" : true
}
},
"BurnBuffModifier":
{
"Duration": 10,
"IgnoreTimeScale" : false,
//"NotIgnoreList" : ["World","Owner","Witch","Buff"],
"NotIgnoreList" : ["World"],
"Buff":
{
"BuffID": 106001,
"IsOverrideDuration" : true
}
},
},
}