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

49 lines
No EOL
1.8 KiB
JSON

{
//凯撒长按解除
"AbilityName" : "Caesar_HoldAttackB",
"AbilityStacking": "Unique",
"AbilityMixins" :
[
{
"$type": "MoleMole.SkillBtnListenerMixin",
"BtnListeners":
[
{
"SkillBtnIndex": 5,
"BtnOperations":
[
{
"ListenerType": "PointDown",
"PressTime": 0.1,
"TriggerActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 2,
"ParamName" : "Bool_IsPressing",
"Target" : "Self",
"BoolVal" : true
}
],
},
{
"ListenerType": "PointUp",
"PressTime": 0.1,
"TriggerActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 2,
"ParamName" : "Bool_IsPressing",
"Target" : "Self",
"BoolVal" : false
}
],
},
],
},
],
},
],
}