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

40 lines
No EOL
1.2 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.

{
//重击/击晕Predicate测试脚本
"AbilityName" : "TestPlayer_Ability_Tianheng_39",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_02",
"Target" : "Self",
},
],
"DefaultModifier" :
{
//需要确认能否在以下回调中生效OnAttackLandedOnBeingHitOnHitOtherPre/Resolved
"OnHitOther":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_01",
"Target" : "Self",
"Predicates":
[
{
"$type" : "MoleMole.ByCauseStun",
//"Target" : "Self",
"IsCauseStun" : true
},
{
"$type" : "MoleMole.ByHeavyAttack",
//"Target" : "Self",
"IsHeavyAttack" : true
}
]
},
]
},
}