Fix: Limit combinations

This commit is contained in:
LmeSzinc 2024-07-02 03:00:21 +08:00
parent 6c80316a0c
commit a11118dd49
2 changed files with 5 additions and 2 deletions

View File

@ -1861,9 +1861,8 @@
"type": "select",
"value": "when_daily",
"option": [
"always_use",
"when_daily",
"do_not_use"
"always_use"
]
},
"Character": {

View File

@ -68,3 +68,7 @@ Weekly:
DungeonSupport:
Use:
option: [ always_use, do_not_use ]
Ornament:
DungeonSupport:
Use:
option: [ when_daily, always_use ]