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

45 lines
No EOL
1.6 KiB
JSON

{
//移动按键监听测试脚本
"AbilityName" : "TestPlayer_Ability_Tianheng_66",
"AbilityStacking": "Unique",
"AbilityMixins" :
[
{
"$type": "MoleMole.SkillBtnListenerMixin",
"BtnListeners":
[
{
"SkillBtnIndex": 1000,
"BtnOperations":
[
{
"ListenerType": "PointDown",
"PressTime": 0.1,
"TriggerActions":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_01",
"Target" : "Self",
}
]
},
{
"ListenerType": "PointUp",
"PressTime": 0.1,
"TriggerActions":
[
{
"$type" : "MoleMole.FireEffect",
"EffectPattern" : "Eff_Avatar_LevelUp_02",
"Target" : "Self",
}
]
}
]
}
]
}
]
}