Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Nov 23, 2023
1 parent a44f417 commit 592f6e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gui/components/expand/cafeInvite.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, parent=None):
self.lay1 = QHBoxLayout(self)
self.lay2 = QHBoxLayout(self)
self.pat_styles = ['普通', '地毯', '礼物']
self.student_name = ["日富美(泳装)", "真白(泳装)", "鹤城(泳装)", "白子(骑行)", "梓(泳装)", "爱丽丝", "切里诺",
self.student_name = ["瞬(小)","桐乃","纱绫(便服)","日富美(泳装)", "真白(泳装)", "鹤城(泳装)", "白子(骑行)", "梓(泳装)", "爱丽丝", "切里诺",
"志美子", "日富美", "佳代子",
"明日奈", "菲娜", "艾米", "真纪",
"泉奈", "明里", "芹香", "优香", "小春",
Expand Down
6 changes: 3 additions & 3 deletions gui/components/expand/specialDaily.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def __init__(self, parent=None):
self.input_2_2 = ComboBox(self)
self.input_3_2 = ComboBox(self)

self.input_1_1.addItems(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H'])
self.input_2_1.addItems(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H'])
self.input_3_1.addItems(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H'])
self.input_1_1.addItems(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',"I"])
self.input_2_1.addItems(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',"I"])
self.input_3_1.addItems(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',"I"])

self.input_1_2.addItems(['1', '2', '3', '4', '5', '6', '7', '8', '9'])
self.input_2_2.addItems(['1', '2', '3', '4', '5', '6', '7', '8', '9'])
Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ def common_fight_practice(self): # 战斗过程
return success

def special_task_common_operation(self, dif, count, f=True): # 完成特殊委托,悬赏委托的方法
"""difficulty_name = ["A", "B", "C", "D", "E", "F", "G", "H"]"""
"""difficulty_name = ["A", "B", "C", "D", "E", "F", "G", "H","I"]"""
special_task_lox = 1120
special_task_loy = [180, 286, 386, 489, 564, 432, 530, 628]
special_task_loy = [180, 286, 386, 489, 564,333, 432, 530, 628]
fail_cnt = 0
log.d("-------------------------------------------------------------------------------", 1,
logger_box=self.loggerBox)
Expand Down
2 changes: 1 addition & 1 deletion module/cafe_reward.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def implement(self):
swipe_y = 580
dy = 430

student_name = ["日富美(泳装)", "真白(泳装)", "鹤城(泳装)","白子(骑行)" "梓(泳装)", "爱丽丝", "切里诺", "志美子", "日富美", "佳代子",
student_name = ["瞬(小)","桐乃","纱绫(便服)","日富美(泳装)", "真白(泳装)", "鹤城(泳装)","白子(骑行)" "梓(泳装)", "爱丽丝", "切里诺", "志美子", "日富美", "佳代子",
"明日奈", "菲娜", "艾米", "真纪",
"泉奈", "明里", "芹香", "优香", "小春",
"花江", "纯子", "千世", "干世", "莲见", "爱理", "睦月", "野宫", "绫音", "歌原",
Expand Down

0 comments on commit 592f6e7

Please sign in to comment.