Wiki

Systems Index

The useful My Dino Park systems are the ones that change spending decisions: eggs, hatching, visitors, Cash, Teeth, upgrades, and codes. This index keeps those systems in one place so players can move from a reward or bottleneck to the next guide quickly.

Each system row is written as an action because the game is a tycoon loop. A label like Cash or Upgrades is not enough. The wiki should tell a player when that system matters and what to check before spending.

My Dino Park systems index card

System Table

The table below is source-backed by the official Roblox description and current code-source agreement. It does not include hidden dinosaur income values or egg odds because those require in-game verification.

SystemRoleTierAction
Dino EggsPrimary purchase pathSBuy eggs only when you have a placement and recovery plan for the dinosaur that follows.
HatchingTurns egg spend into park valueSPlace and hatch before judging whether the next Cash spend should be another egg or capacity.
VisitorsCash engineATrack whether new dinosaurs and park layout are actually raising visitor income before adding decoration.
Park UpgradesCapacity and income bottleneck reliefAUpgrade when the park is blocked by space, pen count, or slow recovery after egg purchases.
CashMain early currencyASpend Cash in batches after redeeming codes so rewards produce visible park progress.
TeethUpdate 2 reward currencyWatchTreat Teeth as a limited Update 2 resource until the game UI shows your best purchase target.

Data Needed Next

The next useful dataset is not a longer article. It is a verified table with egg prices, hatch outputs, dinosaur income impact, space requirements, and update date. Once those fields are collected in-game, the systems index can link to full egg and dinosaur tables without risking wrong-game data.

DatasetNeeded fieldsUse
EggsPrice, source, hatch pool, reward tiesDecide upgrade vs egg timing.
DinosaursName, source egg, income impact, space needBuild a real tier list.
UpgradesCost, capacity effect, income effectRank bottleneck fixes.