ZenlessData/Data/UIHide.json

27 lines
530 B
JSON
Raw Normal View History

{
"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"
}
]
}
}