mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
27 lines
530 B
JSON
27 lines
530 B
JSON
|
{
|
||
|
"AbilityName": "UIHide",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "SetupUIAction",
|
||
|
"HideUITags": [
|
||
|
"InLevelMainPage"
|
||
|
],
|
||
|
"IgnoreFadeAnimation": true,
|
||
|
"Priority": 1,
|
||
|
"SetupTag": "UIHideTag",
|
||
|
"ShowUITags": [
|
||
|
"QTEBtnPanel"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"OnRemoved": [
|
||
|
{
|
||
|
"$type": "InterruptSetupUIAction",
|
||
|
"IgnoreFadeAnimation": false,
|
||
|
"SetupTag": "UIHideTag"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|