mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"AbilityName": "TGS_MuteInLevelFever",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetupUIAction",
|
|
"HideUITags": [
|
|
"InLevelFever"
|
|
],
|
|
"IgnoreFadeAnimation": false,
|
|
"Priority": 0,
|
|
"SetupTag": "TGS_MuteInLevelFever"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "InterruptSetupUIAction",
|
|
"IgnoreFadeAnimation": false,
|
|
"SetupTag": "TGS_MuteInLevelFever"
|
|
}
|
|
]
|
|
}
|
|
} |