Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dragonite config accounts #30

Merged
merged 3 commits into from
Apr 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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