Compare commits
1 Commits
3d7d148fd2
...
3b2701a408
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b2701a408 |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.8 KiB |
@ -36,7 +36,7 @@
|
||||
},
|
||||
"Schedule": {
|
||||
"name": "Lesson",
|
||||
"help": "AAS will execute Lesson starting from Choice 1 to Choice 7.\nIt will ignore any Choice that have Location set as None or the text area for classrooms is empty.\nIf any of the active Choices have incorrect input, it will perform the action set in Error handling."
|
||||
"help": "AAS will execute Lesson starting from Choice 1 to Choice 5.\nIt will ignore any Choice that have Location set as None or the text area for classrooms is empty.\nIf any of the active Choices have incorrect input, it will perform the action set in Error handling."
|
||||
},
|
||||
"Shop": {
|
||||
"name": "Shop",
|
||||
@ -222,7 +222,7 @@
|
||||
},
|
||||
"WhenTaskQueueEmpty": {
|
||||
"name": "When Task Queue is Empty",
|
||||
"help": "Close Blue Archive when there are no pending tasks, can help reduce CPU.\nExit AAS, emulator and shutdown should be set while AAS is running tasks otherwise it won't start; after their execution it will be reset to Goto Main Page.\nExit AAS and emulator are only available on Windows.\n\nExit emulator works using the values in Emulator Settings.\nFor accuracy, you should run AAS without emulator and AAS will list all detected instances in the Log. Copy and paste the name and path of the instance into the Emulator Settings.",
|
||||
"help": "Close Blue Archive when there are no pending tasks, can help reduce CPU.\nExit AAS, emulator and shutdown should be set while AAS is running tasks otherwise it won't start; after their execution it will be reset to Goto Main Page.\nExit AAS and emulator are only available on Windows.\n\nExit emulator is only possible if instance name and emulator path actually follow the same auto-filled values according to 'Serial' in Emulator Settings.\nFor example, for Bluestacks 5 the instance name and Bluestacks 5 installation path must be respectively:\nNougat64\nC:/Program Files/BlueStacks_nxt/HD-Player.exe",
|
||||
"stay_there": "Stay There",
|
||||
"goto_main": "Goto Main Page",
|
||||
"close_game": "Close Game",
|
||||
@ -426,7 +426,7 @@
|
||||
"Choice6": {
|
||||
"_info": {
|
||||
"name": "Choice 6",
|
||||
"help": ""
|
||||
"help": "Choice 6"
|
||||
},
|
||||
"Location": {
|
||||
"name": "Location",
|
||||
@ -451,7 +451,7 @@
|
||||
"Choice7": {
|
||||
"_info": {
|
||||
"name": "Choice 7",
|
||||
"help": ""
|
||||
"help": "Choice 7"
|
||||
},
|
||||
"Location": {
|
||||
"name": "Location",
|
||||
|
||||
@ -15,10 +15,10 @@ BEGIN_STORY = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/BEGIN_STORY.png',
|
||||
area=(729, 533, 1114, 599),
|
||||
search=(709, 513, 1134, 619),
|
||||
color=(110, 205, 239),
|
||||
button=(729, 533, 1114, 599),
|
||||
area=(796, 540, 1059, 591),
|
||||
search=(776, 520, 1079, 611),
|
||||
color=(107, 197, 230),
|
||||
button=(796, 540, 1059, 591),
|
||||
),
|
||||
)
|
||||
CHATTING = ButtonWrapper(
|
||||
@ -69,10 +69,10 @@ CONFIRM_SKIP = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/CONFIRM_SKIP.png',
|
||||
area=(665, 492, 875, 555),
|
||||
search=(645, 472, 895, 575),
|
||||
color=(111, 209, 244),
|
||||
button=(665, 492, 875, 555),
|
||||
area=(674, 486, 871, 555),
|
||||
search=(654, 466, 891, 575),
|
||||
color=(112, 207, 241),
|
||||
button=(674, 486, 871, 555),
|
||||
),
|
||||
)
|
||||
CONFIRM_SORT = ButtonWrapper(
|
||||
@ -87,10 +87,10 @@ CONFIRM_SORT = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/CONFIRM_SORT.png',
|
||||
area=(240, 401, 656, 440),
|
||||
search=(220, 381, 676, 460),
|
||||
color=(249, 250, 250),
|
||||
button=(240, 401, 656, 440),
|
||||
area=(239, 407, 657, 439),
|
||||
search=(219, 387, 677, 459),
|
||||
color=(248, 249, 249),
|
||||
button=(239, 407, 657, 439),
|
||||
),
|
||||
)
|
||||
FIRST_UNREAD = ButtonWrapper(
|
||||
@ -123,10 +123,10 @@ MENU = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/MENU.png',
|
||||
area=(1151, 20, 1256, 61),
|
||||
search=(1131, 0, 1276, 81),
|
||||
color=(214, 218, 223),
|
||||
button=(1151, 20, 1256, 61),
|
||||
area=(1156, 15, 1251, 63),
|
||||
search=(1136, 0, 1271, 83),
|
||||
color=(215, 219, 222),
|
||||
button=(1156, 15, 1251, 63),
|
||||
),
|
||||
)
|
||||
NOTIFICATION_BADGE = ButtonWrapper(
|
||||
@ -159,10 +159,10 @@ REPLY = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/REPLY.png',
|
||||
area=(783, 428, 838, 460),
|
||||
search=(763, 408, 858, 480),
|
||||
color=(189, 203, 211),
|
||||
button=(783, 428, 838, 460),
|
||||
area=(791, 431, 855, 462),
|
||||
search=(771, 411, 875, 482),
|
||||
color=(198, 210, 216),
|
||||
button=(791, 431, 855, 462),
|
||||
),
|
||||
)
|
||||
SELECT_STUDENT = ButtonWrapper(
|
||||
@ -177,10 +177,10 @@ SELECT_STUDENT = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/SELECT_STUDENT.png',
|
||||
area=(849, 365, 980, 406),
|
||||
search=(829, 345, 1000, 426),
|
||||
color=(236, 237, 238),
|
||||
button=(849, 365, 980, 406),
|
||||
area=(839, 369, 998, 403),
|
||||
search=(819, 349, 1018, 423),
|
||||
color=(241, 242, 242),
|
||||
button=(839, 369, 998, 403),
|
||||
),
|
||||
)
|
||||
SKIP = ButtonWrapper(
|
||||
@ -195,10 +195,10 @@ SKIP = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/SKIP.png',
|
||||
area=(1186, 95, 1231, 144),
|
||||
search=(1166, 75, 1251, 164),
|
||||
color=(85, 105, 129),
|
||||
button=(1186, 95, 1231, 144),
|
||||
area=(1192, 103, 1229, 141),
|
||||
search=(1172, 83, 1249, 161),
|
||||
color=(108, 125, 145),
|
||||
button=(1192, 103, 1229, 141),
|
||||
),
|
||||
)
|
||||
SORT_ASCENDING = ButtonWrapper(
|
||||
@ -249,10 +249,10 @@ STORY = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/STORY.png',
|
||||
area=(781, 527, 878, 555),
|
||||
search=(761, 507, 898, 575),
|
||||
color=(208, 197, 204),
|
||||
button=(781, 527, 878, 555),
|
||||
area=(790, 529, 979, 557),
|
||||
search=(770, 509, 999, 577),
|
||||
color=(220, 208, 214),
|
||||
button=(790, 529, 979, 557),
|
||||
),
|
||||
)
|
||||
SWITCH_MESSAGE = ButtonWrapper(
|
||||
@ -285,10 +285,10 @@ SWITCH_MESSAGE_CHECK = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/SWITCH_MESSAGE_CHECK.png',
|
||||
area=(226, 161, 320, 194),
|
||||
search=(206, 141, 340, 214),
|
||||
color=(199, 203, 205),
|
||||
button=(226, 161, 320, 194),
|
||||
area=(228, 165, 391, 194),
|
||||
search=(208, 145, 411, 214),
|
||||
color=(211, 215, 217),
|
||||
button=(228, 165, 391, 194),
|
||||
),
|
||||
)
|
||||
SWITCH_STUDENT = ButtonWrapper(
|
||||
@ -321,10 +321,10 @@ SWITCH_STUDENT_CHECK = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/SWITCH_STUDENT_CHECK.png',
|
||||
area=(221, 161, 281, 197),
|
||||
search=(201, 141, 301, 217),
|
||||
color=(210, 214, 216),
|
||||
button=(221, 161, 281, 197),
|
||||
area=(229, 166, 320, 192),
|
||||
search=(209, 146, 340, 212),
|
||||
color=(199, 203, 205),
|
||||
button=(229, 166, 320, 192),
|
||||
),
|
||||
)
|
||||
UNREAD = ButtonWrapper(
|
||||
@ -339,10 +339,10 @@ UNREAD = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/UNREAD.png',
|
||||
area=(453, 160, 567, 195),
|
||||
search=(433, 140, 587, 215),
|
||||
area=(454, 160, 568, 193),
|
||||
search=(434, 140, 588, 213),
|
||||
color=(241, 242, 243),
|
||||
button=(453, 160, 567, 195),
|
||||
button=(454, 160, 568, 193),
|
||||
),
|
||||
)
|
||||
UNREAD_OFF = ButtonWrapper(
|
||||
@ -357,10 +357,10 @@ UNREAD_OFF = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/UNREAD_OFF.png',
|
||||
area=(459, 274, 658, 314),
|
||||
search=(439, 254, 678, 334),
|
||||
color=(251, 251, 251),
|
||||
button=(459, 274, 658, 314),
|
||||
area=(456, 273, 658, 316),
|
||||
search=(436, 253, 678, 336),
|
||||
color=(252, 252, 251),
|
||||
button=(456, 273, 658, 316),
|
||||
),
|
||||
)
|
||||
UNREAD_ON = ButtonWrapper(
|
||||
@ -375,9 +375,9 @@ UNREAD_ON = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/momotalk/UNREAD_ON.png',
|
||||
area=(455, 272, 658, 314),
|
||||
search=(435, 252, 678, 334),
|
||||
color=(244, 118, 143),
|
||||
button=(455, 272, 658, 314),
|
||||
area=(456, 272, 658, 314),
|
||||
search=(436, 252, 678, 334),
|
||||
color=(245, 120, 144),
|
||||
button=(456, 272, 658, 314),
|
||||
),
|
||||
)
|
||||
|
||||