1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00

Add: config for island business and restaurant

This commit is contained in:
guoh064
2026-06-14 03:12:03 +08:00
parent 89b5a476ca
commit 4c148eeb00
11 changed files with 1165 additions and 1 deletions

View File

@@ -9466,6 +9466,229 @@
}
}
},
"IslandBusiness": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "IslandBusiness",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 0,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 120,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"IslandRestaurant": {
"KoiGrade": {
"type": "select",
"value": "bronze",
"option": [
"bronze",
"silver",
"gold",
"diamond"
]
},
"KoiWaitress1": {
"type": "select",
"value": "any",
"option": [
"none",
"any",
"Chao_Ho",
"Chang_Feng"
]
},
"KoiWaitress2": {
"type": "select",
"value": "none",
"option": [
"none",
"any",
"Chao_Ho",
"Chang_Feng"
]
},
"KoiMenu": {
"type": "textarea",
"value": "{}"
},
"BearGrade": {
"type": "select",
"value": "bronze",
"option": [
"bronze",
"silver",
"gold",
"diamond"
]
},
"BearWaitress1": {
"type": "select",
"value": "any",
"option": [
"none",
"any",
"Cheshire",
"Chang_Feng"
]
},
"BearWaitress2": {
"type": "select",
"value": "none",
"option": [
"none",
"any",
"Cheshire",
"Chang_Feng"
]
},
"BearMenu": {
"type": "textarea",
"value": "{}"
},
"EateryGrade": {
"type": "select",
"value": "bronze",
"option": [
"bronze",
"silver",
"gold",
"diamond"
]
},
"EateryWaitress1": {
"type": "select",
"value": "any",
"option": [
"none",
"any",
"Helena",
"Prinz_Eugen",
"Chang_Feng"
]
},
"EateryWaitress2": {
"type": "select",
"value": "none",
"option": [
"none",
"any",
"Helena",
"Prinz_Eugen",
"Chang_Feng"
]
},
"EateryMenu": {
"type": "textarea",
"value": "{}"
},
"GrillGrade": {
"type": "select",
"value": "bronze",
"option": [
"bronze",
"silver",
"gold",
"diamond"
]
},
"GrillWaitress1": {
"type": "select",
"value": "any",
"option": [
"none",
"any",
"August_von_Parseval",
"Prinz_Eugen",
"Chang_Feng"
]
},
"GrillWaitress2": {
"type": "select",
"value": "none",
"option": [
"none",
"any",
"August_von_Parseval",
"Prinz_Eugen",
"Chang_Feng"
]
},
"GrillMenu": {
"type": "textarea",
"value": "{}"
},
"CafeGrade": {
"type": "select",
"value": "bronze",
"option": [
"bronze",
"silver",
"gold",
"diamond"
]
},
"CafeWaitress1": {
"type": "select",
"value": "any",
"option": [
"none",
"any",
"Cheshire",
"Belfast",
"Chang_Feng"
]
},
"CafeWaitress2": {
"type": "select",
"value": "none",
"option": [
"none",
"any",
"Cheshire",
"Belfast",
"Chang_Feng"
]
},
"CafeMenu": {
"type": "textarea",
"value": "{}"
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"Daemon": {
"Daemon": {
"EnterMap": {

View File

@@ -748,6 +748,72 @@ OpsiHazard1Leveling:
# =================== Island ====================
IslandFreebie:
Share: true
IslandRestaurant:
KoiGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
KoiWaitress1: &KoiWaitressSlot
value: any
option: &KoiWaitressOptions [ none, any, Chao_Ho, Chang_Feng ]
KoiWaitress2:
<<: *KoiWaitressSlot
value: none
KoiMenu:
type: textarea
value: |-
{}
BearGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
BearWaitress1: &BearWaitressSlot
value: any
option: &BearWaitressOptions [ none, any, Cheshire, Chang_Feng ]
BearWaitress2:
<<: *BearWaitressSlot
value: none
BearMenu:
type: textarea
value: |-
{}
EateryGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
EateryWaitress1: &EateryWaitressSlot
value: any
option: &EateryWaitressOptions [ none, any, Helena, Prinz_Eugen, Chang_Feng ]
EateryWaitress2:
<<: *EateryWaitressSlot
value: none
EateryMenu:
type: textarea
value: |-
{}
GrillGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
GrillWaitress1: &GrillWaitressSlot
value: any
option: &GrillWaitressOptions [ none, any, August_von_Parseval, Prinz_Eugen, Chang_Feng ]
GrillWaitress2:
<<: *GrillWaitressSlot
value: none
GrillMenu:
type: textarea
value: |-
{}
CafeGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
CafeWaitress1: &CafeWaitressSlot
value: any
option: &CafeWaitressOptions [ none, any, Cheshire, Belfast, Chang_Feng ]
CafeWaitress2:
<<: *CafeWaitressSlot
value: none
CafeMenu:
type: textarea
value: |-
{}
IslandSeasonTask:
TaskTarget:
type: textarea

View File

@@ -101,7 +101,8 @@
"tasks": [
"IslandFreebie",
"IslandCollect",
"IslandSeasonTask"
"IslandSeasonTask",
"IslandBusiness"
]
},
"Tool": {

View File

@@ -338,6 +338,9 @@ Island:
IslandSeasonTask:
- Scheduler
- IslandSeasonTask
IslandBusiness:
- Scheduler
- IslandRestaurant
# ==================== Tool ====================