Skip to content

Commit

Permalink
arena choose component number
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Aug 23, 2024
1 parent d777d33 commit a15e2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
"open_emulator_stat": false,
"emulator_wait_time": "180",
"ArenaLevelDiff": 0,
"ArenaComponentNumber": 1,
"maxArenaRefreshTimes": 10,
"createPriority": "花>Mo>情人节>果冻>色彩>灿烂>光芒>玲珑>白金>黄金>铜>白银>金属>隐然",
"use_acceleration_ticket": false,
Expand Down
2 changes: 1 addition & 1 deletion module/arena.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def implement(self):
else:
self.logger.info("TICKETS: " + str(tickets))
choose_enemy(self)
choice = 1
choice = self.config['ArenaComponentNumber']
x = 844
y = [261, 414, 581]
y = y[choice - 1]
Expand Down

0 comments on commit a15e2dd

Please sign in to comment.