ZenlessData/Data/GoldenBomb_MuteInput.json

38 lines
889 B
JSON
Raw Normal View History

{
"AbilityName": "GoldenBomb_MuteInput",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "MuteInputModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"MuteInputModifier": {
"Duration": 3,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "InputMuteAction",
"CameraMoveMute": false,
"CharacterBagMute": false,
"CharacterMoveMute": false,
"CharacterQTEMute": false,
"CharacterSkillMute": false,
"CharacterSwitchMute": false,
"Tag": "GoldenBomb_Born_MuteInput"
}
],
"OnRemoved": [
{
"$type": "InterruptInputEnableAction",
"Tag": "GoldenBomb_Born_MuteInput"
}
]
}
}
}