Compare commits
4 Commits
3b2701a408
...
3d7d148fd2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d7d148fd2 | ||
|
|
d200860965 | ||
|
|
e15d78b8bc | ||
|
|
1897311751 |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.6 KiB |
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"Schedule": {
|
"Schedule": {
|
||||||
"name": "Lesson",
|
"name": "Lesson",
|
||||||
"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."
|
"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."
|
||||||
},
|
},
|
||||||
"Shop": {
|
"Shop": {
|
||||||
"name": "Shop",
|
"name": "Shop",
|
||||||
@ -222,7 +222,7 @@
|
|||||||
},
|
},
|
||||||
"WhenTaskQueueEmpty": {
|
"WhenTaskQueueEmpty": {
|
||||||
"name": "When Task Queue is Empty",
|
"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 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",
|
"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.",
|
||||||
"stay_there": "Stay There",
|
"stay_there": "Stay There",
|
||||||
"goto_main": "Goto Main Page",
|
"goto_main": "Goto Main Page",
|
||||||
"close_game": "Close Game",
|
"close_game": "Close Game",
|
||||||
@ -426,7 +426,7 @@
|
|||||||
"Choice6": {
|
"Choice6": {
|
||||||
"_info": {
|
"_info": {
|
||||||
"name": "Choice 6",
|
"name": "Choice 6",
|
||||||
"help": "Choice 6"
|
"help": ""
|
||||||
},
|
},
|
||||||
"Location": {
|
"Location": {
|
||||||
"name": "Location",
|
"name": "Location",
|
||||||
@ -451,7 +451,7 @@
|
|||||||
"Choice7": {
|
"Choice7": {
|
||||||
"_info": {
|
"_info": {
|
||||||
"name": "Choice 7",
|
"name": "Choice 7",
|
||||||
"help": "Choice 7"
|
"help": ""
|
||||||
},
|
},
|
||||||
"Location": {
|
"Location": {
|
||||||
"name": "Location",
|
"name": "Location",
|
||||||
|
|||||||
@ -15,10 +15,10 @@ BEGIN_STORY = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/BEGIN_STORY.png',
|
file='./assets/zht/momotalk/BEGIN_STORY.png',
|
||||||
area=(796, 540, 1059, 591),
|
area=(729, 533, 1114, 599),
|
||||||
search=(776, 520, 1079, 611),
|
search=(709, 513, 1134, 619),
|
||||||
color=(107, 197, 230),
|
color=(110, 205, 239),
|
||||||
button=(796, 540, 1059, 591),
|
button=(729, 533, 1114, 599),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
CHATTING = ButtonWrapper(
|
CHATTING = ButtonWrapper(
|
||||||
@ -69,10 +69,10 @@ CONFIRM_SKIP = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/CONFIRM_SKIP.png',
|
file='./assets/zht/momotalk/CONFIRM_SKIP.png',
|
||||||
area=(674, 486, 871, 555),
|
area=(665, 492, 875, 555),
|
||||||
search=(654, 466, 891, 575),
|
search=(645, 472, 895, 575),
|
||||||
color=(112, 207, 241),
|
color=(111, 209, 244),
|
||||||
button=(674, 486, 871, 555),
|
button=(665, 492, 875, 555),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
CONFIRM_SORT = ButtonWrapper(
|
CONFIRM_SORT = ButtonWrapper(
|
||||||
@ -87,10 +87,10 @@ CONFIRM_SORT = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/CONFIRM_SORT.png',
|
file='./assets/zht/momotalk/CONFIRM_SORT.png',
|
||||||
area=(239, 407, 657, 439),
|
area=(240, 401, 656, 440),
|
||||||
search=(219, 387, 677, 459),
|
search=(220, 381, 676, 460),
|
||||||
color=(248, 249, 249),
|
color=(249, 250, 250),
|
||||||
button=(239, 407, 657, 439),
|
button=(240, 401, 656, 440),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
FIRST_UNREAD = ButtonWrapper(
|
FIRST_UNREAD = ButtonWrapper(
|
||||||
@ -123,10 +123,10 @@ MENU = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/MENU.png',
|
file='./assets/zht/momotalk/MENU.png',
|
||||||
area=(1156, 15, 1251, 63),
|
area=(1151, 20, 1256, 61),
|
||||||
search=(1136, 0, 1271, 83),
|
search=(1131, 0, 1276, 81),
|
||||||
color=(215, 219, 222),
|
color=(214, 218, 223),
|
||||||
button=(1156, 15, 1251, 63),
|
button=(1151, 20, 1256, 61),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
NOTIFICATION_BADGE = ButtonWrapper(
|
NOTIFICATION_BADGE = ButtonWrapper(
|
||||||
@ -159,10 +159,10 @@ REPLY = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/REPLY.png',
|
file='./assets/zht/momotalk/REPLY.png',
|
||||||
area=(791, 431, 855, 462),
|
area=(783, 428, 838, 460),
|
||||||
search=(771, 411, 875, 482),
|
search=(763, 408, 858, 480),
|
||||||
color=(198, 210, 216),
|
color=(189, 203, 211),
|
||||||
button=(791, 431, 855, 462),
|
button=(783, 428, 838, 460),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
SELECT_STUDENT = ButtonWrapper(
|
SELECT_STUDENT = ButtonWrapper(
|
||||||
@ -177,10 +177,10 @@ SELECT_STUDENT = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/SELECT_STUDENT.png',
|
file='./assets/zht/momotalk/SELECT_STUDENT.png',
|
||||||
area=(839, 369, 998, 403),
|
area=(849, 365, 980, 406),
|
||||||
search=(819, 349, 1018, 423),
|
search=(829, 345, 1000, 426),
|
||||||
color=(241, 242, 242),
|
color=(236, 237, 238),
|
||||||
button=(839, 369, 998, 403),
|
button=(849, 365, 980, 406),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
SKIP = ButtonWrapper(
|
SKIP = ButtonWrapper(
|
||||||
@ -195,10 +195,10 @@ SKIP = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/SKIP.png',
|
file='./assets/zht/momotalk/SKIP.png',
|
||||||
area=(1192, 103, 1229, 141),
|
area=(1186, 95, 1231, 144),
|
||||||
search=(1172, 83, 1249, 161),
|
search=(1166, 75, 1251, 164),
|
||||||
color=(108, 125, 145),
|
color=(85, 105, 129),
|
||||||
button=(1192, 103, 1229, 141),
|
button=(1186, 95, 1231, 144),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
SORT_ASCENDING = ButtonWrapper(
|
SORT_ASCENDING = ButtonWrapper(
|
||||||
@ -249,10 +249,10 @@ STORY = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/STORY.png',
|
file='./assets/zht/momotalk/STORY.png',
|
||||||
area=(790, 529, 979, 557),
|
area=(781, 527, 878, 555),
|
||||||
search=(770, 509, 999, 577),
|
search=(761, 507, 898, 575),
|
||||||
color=(220, 208, 214),
|
color=(208, 197, 204),
|
||||||
button=(790, 529, 979, 557),
|
button=(781, 527, 878, 555),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
SWITCH_MESSAGE = ButtonWrapper(
|
SWITCH_MESSAGE = ButtonWrapper(
|
||||||
@ -285,10 +285,10 @@ SWITCH_MESSAGE_CHECK = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/SWITCH_MESSAGE_CHECK.png',
|
file='./assets/zht/momotalk/SWITCH_MESSAGE_CHECK.png',
|
||||||
area=(228, 165, 391, 194),
|
area=(226, 161, 320, 194),
|
||||||
search=(208, 145, 411, 214),
|
search=(206, 141, 340, 214),
|
||||||
color=(211, 215, 217),
|
color=(199, 203, 205),
|
||||||
button=(228, 165, 391, 194),
|
button=(226, 161, 320, 194),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
SWITCH_STUDENT = ButtonWrapper(
|
SWITCH_STUDENT = ButtonWrapper(
|
||||||
@ -321,10 +321,10 @@ SWITCH_STUDENT_CHECK = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/SWITCH_STUDENT_CHECK.png',
|
file='./assets/zht/momotalk/SWITCH_STUDENT_CHECK.png',
|
||||||
area=(229, 166, 320, 192),
|
area=(221, 161, 281, 197),
|
||||||
search=(209, 146, 340, 212),
|
search=(201, 141, 301, 217),
|
||||||
color=(199, 203, 205),
|
color=(210, 214, 216),
|
||||||
button=(229, 166, 320, 192),
|
button=(221, 161, 281, 197),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
UNREAD = ButtonWrapper(
|
UNREAD = ButtonWrapper(
|
||||||
@ -339,10 +339,10 @@ UNREAD = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/UNREAD.png',
|
file='./assets/zht/momotalk/UNREAD.png',
|
||||||
area=(454, 160, 568, 193),
|
area=(453, 160, 567, 195),
|
||||||
search=(434, 140, 588, 213),
|
search=(433, 140, 587, 215),
|
||||||
color=(241, 242, 243),
|
color=(241, 242, 243),
|
||||||
button=(454, 160, 568, 193),
|
button=(453, 160, 567, 195),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
UNREAD_OFF = ButtonWrapper(
|
UNREAD_OFF = ButtonWrapper(
|
||||||
@ -357,10 +357,10 @@ UNREAD_OFF = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/UNREAD_OFF.png',
|
file='./assets/zht/momotalk/UNREAD_OFF.png',
|
||||||
area=(456, 273, 658, 316),
|
area=(459, 274, 658, 314),
|
||||||
search=(436, 253, 678, 336),
|
search=(439, 254, 678, 334),
|
||||||
color=(252, 252, 251),
|
color=(251, 251, 251),
|
||||||
button=(456, 273, 658, 316),
|
button=(459, 274, 658, 314),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
UNREAD_ON = ButtonWrapper(
|
UNREAD_ON = ButtonWrapper(
|
||||||
@ -375,9 +375,9 @@ UNREAD_ON = ButtonWrapper(
|
|||||||
),
|
),
|
||||||
zht=Button(
|
zht=Button(
|
||||||
file='./assets/zht/momotalk/UNREAD_ON.png',
|
file='./assets/zht/momotalk/UNREAD_ON.png',
|
||||||
area=(456, 272, 658, 314),
|
area=(455, 272, 658, 314),
|
||||||
search=(436, 252, 678, 334),
|
search=(435, 252, 678, 334),
|
||||||
color=(245, 120, 144),
|
color=(244, 118, 143),
|
||||||
button=(456, 272, 658, 314),
|
button=(455, 272, 658, 314),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||