Trade & commodities
Nine global commodities are priced live by world supply and demand. If you're a net exporter you cash in when prices spike; if you're an importer, shocks and war bite — and export controls are a double-edged sword.
How it works
Each of the nine commodities has a base price and volatility. Every quarter the sim aggregates world supply and demand, computes the imbalance ((demand − supply)/supply, clamped −0.6 to 0.9), and moves the price by imbalance (×0.06) plus a mean-reversion pull toward base (×0.04) plus random noise. Prices are floored at 30% and capped at 500% of base.
Your position matters: for each commodity your net (production − consumption) times its deviation from base builds a trade score. A positive score (net exporter in a high market) nudges GDP up and adds to the treasury; a negative score (importer) costs you — though higher trade-agreement levels discount your imports by 3% / 8% / 14% at Lv1/2/3.
Supply is fragile. If a major producer (world share ≥ 8%) goes to war, there's a 10% chance per quarter of a supply shock that slashes that commodity's supply by 32% for five quarters — a classic oil-crisis spike. Export controls let you withhold your surplus to starve rivals, but you forfeit the export revenue and anger importers.
Formulas
imb = clamp((demand − supply) / supply, −0.6, 0.9)price ×= 1 + imb×0.06 + (base − price)/base × 0.04 + noise; clamped to [base×0.3, base×5.0]score = Σ over commodities of net × (price/base − 1), net = production − consumptionGDP ×= clamp(1 + score×0.0005, 0.996, 1.004); treasury += score × 0.05 × (1 − importDiscount)producer share ≥ 8% & at war → 10%/q chance: supply drops 32% for 5 quartersKey numbers
How to play
- ▸Know your net position per commodity: exporters should welcome high prices, while importers should lock in trade agreements (up to −14%) and secure supply lines before a crisis.
- ▸Watch wars involving major producers — a shock cuts supply 32% for over a year, spiking prices; stockpile or diversify beforehand if you're an importer.
- ▸Export controls can strangle a rival dependent on your commodity, but you lose that export income and sour relations with every importer — use them as a weapon, not a habit.
- ▸Steel producers need coal: a coal shock or shortage throttles your steel output by up to 40%, so secure the input, not just the finished good.