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

38 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.

{
// InputMuteAction功能测试脚本
"AbilityName": "TestPlayer_Ability_InputMuteAction_Set",
"AbilityStacking": "Unique",
"OnAbilityStart":
[
// 指定模块整体屏蔽
// {
// "$type" : "MoleMole.InputMuteAction",
// "Tag" : "InputMuteAction_Test_01",
// "CharacterMoveMute" : false,
// "CharacterSkillMute" : false,
// "CharacterSwitchMute" : false,
// "CharacterQTEMute" : false,
// "CharacterBagMute" : false,
// "CameraMoveMute" : false,
// },
// 指定按键单独屏蔽
// 有Move、SkillA、SkillB、SkillD、SkillUltra等详见InputType
{
"$type" : "MoleMole.InputEnableAction",
"Tag" : "InputMuteAction_Test_01",
"Infos":
[
{
"InputType": "SkillA",
"Enabled": false
},
{
"InputType": "SkillD",
"Enabled": false
}
]
}
],
}