Skip to content

Commit

Permalink
Dragonite config accounts (#30)
Browse files Browse the repository at this point in the history
* Added accounts config section

* Update config.mdx

Updated per Fabio discord comments

* Remove advanced

---------

Co-authored-by: Clayton Burlison <[email protected]>
  • Loading branch information
vikebida and clburlison authored Apr 6, 2024
1 parent ae43959 commit 24f6861
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/docs/dragonite/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ bearer_token = "KOJI_SECRET"
| `fort_location_delay` | 0 | This value, in milliseconds, is the same as `location_delay` however it only impacts fort scans (gyms/pokestops). |
| `minimum_account_reuse_hours` | 0 | This sets the amount of hours for accounts to "rest" until they can be reused. Recommended value is 169 hours (7 days). |

## Accounts section

```toml
#[accounts]
#required_level = 31
#leveling_level = 31
```

| Key | Default | Description |
| :-- | :-- | :-- |
| `required_level` | 30 | Minimum account level required to be used for scanning/questing. This only accepts level 30-40. |
| `leveling_level` | 30 | Maximum level an account should reach during the leveling process. This only accepts level 30-32. |

## Rotom section

```toml
Expand Down

0 comments on commit 24f6861

Please sign in to comment.