rename blueprint to schematic

This commit is contained in:
2026-04-26 21:00:55 +02:00
parent 774f5dee28
commit fb83db98ab
27 changed files with 153 additions and 153 deletions

View File

@@ -44,15 +44,15 @@ Two sources feed the same production tree:
| **Smelter** | 2×2 | Converts ore or scrap into basic materials. No recipe selection needed. |
| **Assembler** | 3×3 | Player selects a recipe. Produces building blocks or intermediate/advanced products. |
| **Reprocessing Plant** | 3×3 | Converts scrap into higher-level products with fixed probabilities per product type. |
| **Shipyard** | 4×2 | Player selects a blueprint. Produces that ship type when required materials are available. |
| **Shipyard** | 4×2 | Player selects a schematic. Produces that ship type when required materials are available. |
| **Belt** | 1×1 | Transports materials. Comes in straight and curved variants. |
| **Splitter** | 1×1 | Splits a belt's flow into two outputs. |
## Ships & Shipyards
- Shipyards are built at the asteroid's right edge.
- The player clicks a shipyard to assign a blueprint; the shipyard then automatically produces that ship type whenever the required materials are available.
- New blueprints are unlocked as loot from destroyed enemy defence stations.
- The player clicks a shipyard to assign a schematic; the shipyard then automatically produces that ship type whenever the required materials are available.
- New schematics are unlocked as loot from destroyed enemy defence stations.
- Ships are fully autonomous. Known roles:
- **Combat ships** — travel right and engage enemies.
- **Salvage ships** — fly out, collect scrap from destroyed enemies, and return; vulnerable while operating.
@@ -70,7 +70,7 @@ Two sources feed the same production tree:
- The player is not forced to push; purely defensive play is valid.
- Destroying enemy defence stations applies the push scaling multiplier to all future waves, extends the scrollable area, and places a new (stronger) set of stations at the new boundary.
- Destroyed enemy defence stations drop ship blueprints.
- Destroyed enemy defence stations drop ship schematics.
## Starting Conditions & Game Over