Wellbeing tracking in PokeDo is a first-class feature that feeds directly into gameplay. Logging your daily health metrics isn’t just bookkeeping — each entry unlocks bonuses that affect your next task completion: better catch rates, increased encounter odds for specific Pokemon types, and boosts to your Pokemon’s happiness. PokeDo tracks a separate wellbeing streak alongside your task streak, so consistent logging compounds over time just like completing tasks does.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/tldrwtf/pokedo/llms.txt
Use this file to discover all available pages before exploring further.
The six wellbeing entry types
Mood
Log your current mood on a 1–5 scale. Affects your Pokemon’s happiness modifier.
Exercise
Track workouts by type and duration. Boosts type-specific encounter odds.
Sleep
Record hours and quality. Good sleep directly improves catch rates.
Hydration
Log glasses of water. Reaching 8 glasses activates a Water-type encounter bonus.
Meditation
Track meditation minutes. Unlocks a Psychic/Fairy-type encounter bonus.
Journaling
Write a journal entry with optional gratitude items. Grants a Pokemon friendship bonus.
Mood
Log your mood once per day on a scale of 1 (very low) to 5 (great). Your mood modifies the happiness of all Pokemon in your active team.| Mood level | Label | Pokemon happiness change |
|---|---|---|
| 1 | Very Low | −2 |
| 2 | Low | −1 |
| 3 | Neutral | 0 |
| 4 | Good | +1 |
| 5 | Great | +2 |
Exercise
Log a workout session with a type, duration in minutes, and intensity (1–5). The exercise type determines which Pokemon types receive a boosted encounter weight.| Exercise type | Boosted encounter types |
|---|---|
cardio | Fire, Flying |
strength | Fighting, Rock |
yoga | Psychic, Fairy |
swimming | Water, Ice |
cycling | Electric, Steel |
walking | Normal, Grass |
running | Fire, Fighting |
sports | Fighting, Normal |
hiking | Rock, Ground |
dancing | Fairy, Normal |
other | Normal |
floor(30/10) × 5 × (0.5 + 4 × 0.25) = 15 × 1.5 = 22 bonus XP.
Sleep
Log the previous night’s sleep with hours and a quality rating (1–5). Sleep quality has a direct effect on your catch rate for the next task completion.| Hours slept | Catch rate effect |
|---|---|
| Less than 5 hours | −20% |
| 5–6.9 hours | −10% |
| 7–9 hours | +10% |
| More than 9 hours | No change |
Sleep quality is stored but the catch rate modifier is calculated from hours only. Log accurately — under-reporting sleep hours costs you the catch bonus on your next task.
Hydration
Log your daily water intake in 8 oz glasses. Reaching 8 glasses activates a Water-type encounter bonus for the rest of the day.| Glasses logged | Water-type encounter bonus |
|---|---|
| Less than 6 | None (×1.0) |
| 6–7 | ×1.25 |
| 8 or more | ×1.5 (goal met) |
Daily goal reached! Water-type Pokemon bonus active.
Meditation
Log a meditation session by duration in minutes. Longer sessions unlock a stronger Psychic and Fairy-type encounter bonus.| Minutes meditated | Bonus |
|---|---|
| Less than 10 | None (×1.0) |
| 10–19 | ×1.25 |
| 20 or more | ×1.5 |
Journaling
Write a journal entry with optional gratitude items. The length of the entry and the number of gratitude items together determine the friendship bonus applied to your lead Pokemon.| Condition | Friendship points added |
|---|---|
| Base (any entry) | +1 |
| 3 or more gratitude items | +2 |
| Entry is 100+ characters | +1 |
| Maximum possible | +4 |
Shortcut vs full commands
PokeDo provides top-level shortcut commands for the most common wellbeing entries. Both routes write to the same database.| Shortcut | Full equivalent |
|---|---|
pokedo mood 4 | pokedo wellbeing mood 4 |
pokedo exercise cardio --duration 30 | pokedo wellbeing exercise cardio --duration 30 |
pokedo sleep 7.5 | pokedo wellbeing sleep 7.5 |
pokedo water --glasses 8 | pokedo wellbeing water --glasses 8 |
pokedo meditate 15 | pokedo wellbeing meditate 15 |
pokedo wellbeing journal "..." | (no shortcut — use wellbeing journal) |
Daily summary
View a summary of everything you have logged today:Not logged.
The summary also shows your overall completion count: how many of the six metrics you have logged today.
Wellbeing streaks
PokeDo tracks a separate wellbeing streak, independent of your task streak. The wellbeing streak increments when you log at least one wellbeing entry on consecutive days. Missing a day resets the current count to 1, but your best streak is always preserved.The wellbeing streak does not currently award items at milestones — that system applies to the task streak. Consistent wellbeing logging primarily compounds through the daily gameplay bonuses described above.
Type affinity bonuses summary
| Wellbeing action | Type bonus |
|---|---|
| Exercise: cardio / running | Fire, Flying / Fire, Fighting |
| Exercise: strength / sports | Fighting, Rock / Fighting, Normal |
| Exercise: yoga | Psychic, Fairy |
| Exercise: swimming | Water, Ice |
| Exercise: cycling | Electric, Steel |
| Exercise: hiking | Rock, Ground |
| Exercise: dancing | Fairy, Normal |
| Hydration goal (8 glasses) | Water ×1.5 |
| Meditation (10–19 min) | Psychic/Fairy ×1.25 |
| Meditation (20+ min) | Psychic/Fairy ×1.5 |
Log sleep first each morning
pokedo sleep 7.5 --quality 4 — this applies the +10% catch rate bonus to all task completions for the day while the modifier is active.Log your mood
pokedo mood 4 — keeps your Pokemon’s happiness trending upward, which matters for friendship-based evolutions.Log exercise before completing hard tasks
Exercise type bonuses stack with task category affinities. Do a strength workout before completing exercise tasks for both Fighting-type boosts.