diff --git a/README.md b/README.md index e4bd3de..90ddd52 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,18 @@ -# Chick Sorter v10.7 UI / Ports / Shutter +# Chick Sorter v11.0 Routing / Compact Upgrades Open `index.html` in a browser. -## v10.7 changes +## v11.0 changes -- Reduced excessive rule/help text. Only essential routing/status is shown. -- Moved the build grid lower so the top rows are not hidden by HUD/status UI. -- Added egg farm shutter animation when the timer reaches 0. Farms stop producing; the remaining chicks must clear before Build phase. -- Facility bodies cannot overlap when building or dragging. -- Mixer / Shredder / Truck receiver ports remain on the grid edge while bodies sit outside the grid. -- Output route arrows are color-coded: - - Mixer: blue - - Shredder: green - - Truck: pink - - If one belt segment carries multiple destination routes, multiple colored guide lines are drawn. Duplicate same-destination lines are collapsed. -- Next Turn is blocked unless Mixer, Shredder, and Truck receiver ports are connected to conveyor. -- Truck visual cargo is cleared before Build phase so females do not remain displayed in the truck after settlement. +- Egg Farm price is now JPY 300. +- Initial S2-to-Truck conveyor lane is longer. +- Egg Farm shutters reopen in Build phase after each day. +- Mixer and Truck upgrades have no level cap. Each upgrade increases income and matching fines by `ceil(base × 1.05^upgrade count)`. +- Manual Scanner and Conveyor upgrade choices are removed. +- Equipment click menu is a compact bubble instead of a large overlay. +- Explosion damage is `ceil(equipment price / 30)`. +- Spawn blocking now highlights the stopped chick instead of showing `WAIT`. +- Scanner/facility routing is more tolerant after manual conveyor dragging. ## Controls diff --git a/assets/images/README.md b/assets/images/README.md index 5f03f73..1bd6e5b 100644 --- a/assets/images/README.md +++ b/assets/images/README.md @@ -4,7 +4,7 @@ The game currently uses simple canvas placeholders. You can override them by add - `chick_male.png` - `chick_female.png` -- `poop.png` +- `tarinai.png` - `conveyor.png` - `scanner_manual.png` - `scanner_auto.png` diff --git a/index.html b/index.html index 7103dc6..44a21b6 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-Build, drag, connect all receiver ports, then start the next turn.
+Build, drag, connect all receiver ports, then start the next day.