ZenlessData/Data/GoldenBomb_MuteInput_End.json

26 lines
537 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "GoldenBomb_MuteInput_End",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "EndMuteInputModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"EndMuteInputModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "InterruptInputEnableAction",
"Tag": "GoldenBomb_MuteInput"
}
]
}
}
}