mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 04:07:20 +08:00
Add: Roguelike support (MAA)
This commit is contained in:
@@ -900,6 +900,15 @@
|
||||
"CoreChar": {
|
||||
"type": "input",
|
||||
"value": null
|
||||
},
|
||||
"Support": {
|
||||
"type": "select",
|
||||
"value": "no_use",
|
||||
"option": [
|
||||
"no_use",
|
||||
"friend_support",
|
||||
"nonfriend_support"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
@@ -149,6 +149,9 @@ MaaRoguelike:
|
||||
value: 取长补短
|
||||
option: [先手必胜, 稳扎稳打, 取长补短, 随心所欲]
|
||||
CoreChar: null
|
||||
Support:
|
||||
value: no_use
|
||||
option: [ no_use, friend_support, nonfriend_support ]
|
||||
|
||||
# ==================== Tool ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user