forked from 40Cakes/pokebot-bizhawk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
150 lines (142 loc) · 2.37 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Bot Setup
bot_mode: spin
# spin
# sweet scent
# bunny hop
# move between coords
# move until obstructed
# fishing
# starters
# rayquaza
# groudon
# kyogre
# souther island
# mew
# regi trio
# deoxys runaways
# deoxys reset
# fossil
# castform
# beldum
# johto starters
# buy premier balls
coords:
pos1:
- 38
- 6
pos2:
- 39
- 6
direction: Horizontal
# Vertical
# Horizontal
starter: Mudkip
# Torchic
# Mudkip
# Treecko
johto_starter: Cyndaquil
# Cyndaquil
# Chikorita
# Totodile
fossil: Anorith
deoxys_puzzle_solved: false
# Autosaves
periodic_save: true
save_every_x_encounters: 1000
# Discord Webhook settings (optional)
discord_webhook_url:
# Your raw webhook URL here, if unspecified, the function's disabled.
discord_ping_mode: role
# "user" or "role", if left empty/invalid: pings are disabled.
discord_shiny_ping:
# Discord User/Role ID to ping. Does nothing if "discord_ping_mode" isn't set. Currently supports only one at a time.
# Wild Battles
manual_catch: false
use_spore: true
catch:
- shinies
- perfect_ivs
battle_others: false
pokeball_priority:
- premier_ball
- ultra_ball
- great_ball
- poke_ball
pokeball_override: # Per-species exceptions to pokeball_priority. Falls back to pokeball_priority if it has no Pokeballs in the list
Abra:
- ultra_ball
- great_ball
cycle_lead_pokemon: true
save_game_after_catch: true
save_game_on_start: false
# Pickup
pickup: true
pickup_threshold: 3 # Number of pickup items to find before collection
# Logging
log:
- all_encounters
- shiny_encounters
csvlog: true
jsonlog: false
bot_instance_id: pokebot_1
# If running multiple instances of the bot, set this to the same `bot_instance_id` string at the top of pokebot.lua (use a unique string per bot instance)
# Preferences
control_map:
a: x
b: z
l: w
r: e
up: up
down: down
right: right
left: left
select: space
start: enter
emu_screenshot: f12
emu_reset_combo:
- ctrl
- r
banned_moves:
- None
# 2-turn
- Bounce
- Dig
- Dive
- Fly
- Sky Attack
- Razor Wind
- Doom Desire
- Solar Beam
# Inconsistent
- Fake Out
- False Swipe
- Nature Power
- Present
- Destiny Bond
- Wrap
- Snore
- Spit Up
- Bide
- Bind
- Counter
- Future Sight
- Mirror Coat
- Grudge
- Snatch
- Spite
- Curse
- Endeavor
- Revenge
- Assist
- Focus Punch
- Eruption
- Flail
# Ends battle
- Roar
- Whirlwind
- Selfdestruct
- Perish Song
- Explosion
- Memento
# Cheats
do_realistic_hunt: true