mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
26 lines
537 B
JSON
26 lines
537 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|