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

134 lines
No EOL
4.2 KiB
JSON

{
//Buff表现测试
"AbilityName" : "TestPlayer_Ability_Tianheng_18",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
"OnAttackLanded" :
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "ElectricBuffModifier_02",
"Target" : "Target",
"Predicates" :
[
{
"$type": "MoleMole.ByAnimatorEventIDs",
"AnimatorEventIDs":
[
"Anbi_Electric_Attack_Branch_01_AttackProperty_01"
]
},
]
},
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "ElectricBuffModifier_02",
"Target" : "Target",
"Predicates" :
[
{
"$type": "MoleMole.ByAnimatorEventIDs",
"AnimatorEventIDs":
[
"Anbi_Electric_Attack_Branch_04_AttackProperty_01"
]
},
]
},
// {
// "$type" : "MoleMole.SetAnimCtrlerParamAction",
// "ParamType" : 1,
// "ParamName" : "Trigger_Electric",
// "Target" : "Target",
// "BoolVal" : true,
// "Predicates" :
// [
// {
// "$type": "MoleMole.ByAnimatorEventIDs",
// "AnimatorEventIDs":
// [
// "Anbi_Electric_Attack_Branch_01_AttackProperty_01",
// "Anbi_Electric_Attack_Branch_04_AttackProperty_01"
// ]
// },
// ]
// },
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "BurnBuffModifier",
"Target" : "Target",
"Predicates" :
[
{
"$type": "MoleMole.ByAnimatorEventIDs",
"AnimatorEventIDs":
[
"Anbi_Fire_Attack_Branch_01_AttackProperty_01"
]
},
]
},
// {
// "$type" : "MoleMole.SetAnimCtrlerParamAction",
// "ParamType" : 1,
// "ParamName" : "Trigger_Burn",
// "Target" : "Target",
// "BoolVal" : true,
// "Predicates" :
// [
// {
// "$type": "MoleMole.ByAnimatorEventIDs",
// "AnimatorEventIDs":
// [
// "Anbi_Fire_Attack_Branch_01_AttackProperty_01",
// ]
// },
// ]
// },
]
},
"Modifiers" :
{
"ElectricBuffModifier_01":
{
"Duration": 10.0,
"Buff":
{
"BuffID": 1000004,
"IsOverrideDuration" : true,
"IsOverrideOdds" : true,
"Odds" : 1.0
}
},
"ElectricBuffModifier_02":
{
"Duration": 10.0,
"Buff":
{
"BuffID": 1000004,
"IsOverrideDuration" : true,
"IsOverrideOdds" : true,
"Odds" : 1.0
}
},
"BurnBuffModifier":
{
"Duration": 10.0,
"Buff":
{
"BuffID": 1000009,
"IsOverrideDuration" : true,
"IsOverrideOdds" : true,
"Odds" : 1.0
}
},
}
}