1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Add: Roguelike support (MAA)

This commit is contained in:
SarContDeli
2023-02-22 20:19:26 +08:00
parent 40dce2d61a
commit 9a3558bc17
9 changed files with 48 additions and 2 deletions

View File

@@ -900,6 +900,15 @@
"CoreChar": {
"type": "input",
"value": null
},
"Support": {
"type": "select",
"value": "no_use",
"option": [
"no_use",
"friend_support",
"nonfriend_support"
]
}
},
"Storage": {