837 B
837 B
| id | title | priority | status | scope | updated_at | evidence | ||
|---|---|---|---|---|---|---|---|---|
| p1-02 | Strategic resource yields feed into production bonuses | p1 | partial | game1 | 2026-04-17 |
|
Summary
Recent commits added deposit resource definitions (iron, coal, gems, etc.). Need to verify the wire-through: owning a tile with a strategic deposit should grant its production/military bonus to the owning city, and should gate production of strategic-requiring units (already partially in place per CHANGELOG 2026-04-16 06:19).
Acceptance
mc-city::get_yieldssums deposit bonuses on owned tiles.- Unit production gated via
requires_resource: [...]and blocked at enqueue (RustQueueError::MissingResourcealready exists). - GUT + Rust test coverage for gating and yielding.