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

34 lines
No EOL
804 B
JSON

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