publish config.ini.example
This commit is contained in:
parent
a99be193e6
commit
e390c416b5
1 changed files with 10 additions and 0 deletions
|
|
@ -53,3 +53,13 @@ cooldown_secs = 20
|
|||
; or run a different barge). yield is your *effective* m3/min while mining.
|
||||
ore_hold_m3 = 22000
|
||||
yield_m3_per_min = 0
|
||||
|
||||
[rock]
|
||||
; For eve_rock_watcher.py — reads the Survey Scanner Results window and pings you
|
||||
; when the rock you're mining is about to deplete (so you switch). Only runs during
|
||||
; a mining session (start one with `!mining on` in Discord). The window is found
|
||||
; automatically; if that fails, run: python eve_rock_watcher.py --snip
|
||||
region = ; l,t,w,h of the Survey Scanner Results window (auto)
|
||||
switch_secs = 45 ; ping when a rock is this close to empty
|
||||
poll_secs = 5
|
||||
cooldown_secs = 60
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue