mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Limit combinations
This commit is contained in:
parent
6c80316a0c
commit
a11118dd49
@ -1861,9 +1861,8 @@
|
||||
"type": "select",
|
||||
"value": "when_daily",
|
||||
"option": [
|
||||
"always_use",
|
||||
"when_daily",
|
||||
"do_not_use"
|
||||
"always_use"
|
||||
]
|
||||
},
|
||||
"Character": {
|
||||
|
@ -68,3 +68,7 @@ Weekly:
|
||||
DungeonSupport:
|
||||
Use:
|
||||
option: [ always_use, do_not_use ]
|
||||
Ornament:
|
||||
DungeonSupport:
|
||||
Use:
|
||||
option: [ when_daily, always_use ]
|
||||
|
Loading…
Reference in New Issue
Block a user