Optimal 30-Minute Daily Routine
TL;DR
A 30-minute checklist that frontloads time-gated levers (5 AM Dream Island reset, 3/day mini-game caps), then runs bottleneck-driven Dream Island farming, NPC task hand-ins for Daily Life Coins, comfort mini-games for your top three AFK-farm pilots, a berry/honey home sweep, and a headbutt-tree rotation. Dream Island choice is keyed to the active material bottleneck: Volcanic for ingots, Wasteland for berries, Sky for Pokemetal, Rock Peak for Limestone, Ocean for Twine, Random for variety. quests.json contains 57 Important/General quests with no Daily/Weekly tag, so NPC task quantities and Life Coin payouts are tracked under missing data rather than invented.
The build (pilots, not a placement)
| Pokémon | Role | Specialty | Why |
|---|---|---|---|
| Pilot A (e.g. Charmander) | Top AFK farm pilot | Burn | 3 mini-game plays push comfort tier; multiplier compounds 24/7 yield |
| Pilot B (e.g. Scyther) | Second AFK pilot | Chop | Only tree-processing specialty in pokedex.csv |
| Pilot C (e.g. Bulbasaur) | Third AFK pilot | Grow | Passive litter/harvest scales with comfort |
| Headbutt rotator | Tree shaker | Headbutt | Daily rotation keeps per-tree cooldowns honest |
| Gulpin / Swalot | Storage runner | Store | Closes the Litter→Gather→Process→Storage loop |
Layout (timing strip)
00 ---- 05 ---- 10 ---- 15 ---- 20 ---- 25 ---- 30
[L][DI--trip--][NPC][MG-x3][BRY][HBT][DEP]
| | | | | | |
| | | | | | +-- deposit
| | | | | +------- headbutt
| | | | +------------ berry+honey
| | | +------------------ mini-games x3
| | +----------------------- NPC tasks
| +-------------------------------- dream island
+--------------------------------------- login+reset
Expected output
Not quantified. quests.json reward fields are null/non-numeric for the relevant entries, dream_islands.csv lists materials but no yield rates, and no data file documents mini-game comfort delta or headbutt cooldowns. See “Missing / future research.”
Comfort setup
- Temperature/humidity/light/flavor: per-pilot, follow the type→preference table in the brief (Fire = Spicy / Hot 7-10 / Low 1-2 / Bright, etc.).
- Pre-cook a flavor-matched dish for each pilot before the mini-game block so they’re already at Settled (2/5) or better — that way the 3 mini-game plays land on a higher base multiplier.
- Furniture tier is handled by each pilot’s house build; out of scope for a daily checklist.
Setup steps (timestamped)
- 00:00-02:00 Login + reset check. Log in shortly after 5 AM local. Confirm Dream Island slot is open, pilot mini-game counters read 0/3, headbutt trees show ready.
- 02:00-10:00 Dream Island trip (8 min). Pick by current bottleneck:
- Volcanic → Iron Ore, Gold Ore, Glowing Stone (ingot pipeline)
- Wasteland → Leppa Berries, Vine Rope, Glowing Mushrooms
- Sky → Wastepaper, Pokemetal Fragments, Crystal Fragments
- Rock Peak → Edible Mushrooms, Copper Ore, Limestone (concrete)
- Ocean → Twine, Sea Glass, Seashells
- Random → variety (Substitute/Ditto doll)
Bring the matching legendary doll if hunting (Suicune/Raikou/Entei/Mewtwo). One visit/day — skipping is permanent loss.
- 10:00-14:00 NPC task hand-ins (4 min). Make the rounds: Professor Tangrowth, DJ Rotom, Chef Dente, Tinkmaster, Makuhita, Dartrix, Snivy, Piplup, Machoke, Dragonite, Gimmighoul, Gardevoir, Poliwrath, Smearguru, Drillbur, Magnemite, Charmander, Meowth, Scorbunny, Gyarados (full giver list per quests.json). Deliver pre-staged items first; collect Daily Life Coins.
- 14:00-20:00 Mini-games x3 pilots (6 min). One game per pilot, nature-keyed: Jump Rope or Ball Toss for Bold, Quiz for Curious, Hide-Seek for Gentle, Dance Rhythm for Creative. Cap is 3 plays/Pokémon/day — daily or lose the comfort gain.
- 20:00-24:00 Berry + honey sweep (4 min). Walk the home-land perimeter: harvest ripe berries (Bulbasaur/Oddish/Bellsprout plots), collect honey from Combee/Vespiquen, scoop overnight AFK litter into the Community Box.
- 24:00-28:00 Headbutt tree rotation (4 min). Cycle every known headbutt tree on home land plus the nearest neighbouring land. Rotation pays off only if you actually hit each tree.
- 28:00-30:00 Deposit haul (2 min). Move Dream Island materials and sweep loot into Gulpin/Swalot or warehouse. Confirm pilots still have full litter buffers and food bowls for the next 24h.
Alternatives
- 15-minute speedrun: keep reset + Dream Island + mini-games + one NPC hand-in. Drop headbutt and berry sweep.
- 45-minute weekend: add a recipe-cooking block and clear the full NPC giver list; consider a second-day Dream Island the morning after.
- Pre-5-AM offset: if you can’t log in at 5 AM local, run the routine immediately after your first post-5-AM login so the Dream Island daily slot isn’t lost.
Source data
/tmp/pokopia-data/dream_islands.csv— 6 islands with materials + best_for tags (Wasteland, Ocean, Volcanic, Rock Peak, Sky, Random)./tmp/pokopia-data/afk_farms.csv— pilot/specialty selection for the mini-game block (Ore Smelter, Lumber Mill, Berry Farm, etc.)./tmp/game8-pokopia/quests.json— 57 quests, 20 distinct givers, used for the NPC hand-in roster./tmp/pokopia-intel/_brief.md— game-rule constants (5 AM reset, 3/day mini-game cap, comfort tiers).
Missing / future research
- quests.json has zero Daily- or Weekly-tagged entries (51 General, 6 Important; all one-shot). The brief’s NPC rotation premise is not reflected in the dataset.
- Life Coin payout values absent from quest reward fields.
- Dream Island per-trip yield rates not in dream_islands.csv.
- Mini-game comfort delta per play not documented anywhere in the data files.
- Headbutt tree cooldown duration not documented.
- Berry/honey respawn timers not documented.
- Whether Random Dream Island reroll consumes the daily slot is undocumented.