INIRON NEST Wiki

IRON NEST: Heavy Turret Simulator

Mechanics

Player-facing explanations of IRON NEST map solving, shell loading, requisition, and counter-battery systems.

Core loop

Every successful shot moves through the same chain: read the order, mark the target clue on the Tactical Map, calculate shell range at the Ballistic Calculator, load shell and powder at the Loader, set bearing and elevation, then fire from the Trigger.

Map solving

Most uncertainty is positional. Forward Observer reports help locate enemies, Position Report confirms Iron Nest's own position, and Scout Plane adds a direct recon strip when clues are not enough.

Shells and powder

Shell choice decides the damage profile; powder charge decides whether the shot can reach the solved range. Use HE as the normal shell, AP for hardened targets, HCHE for heavier burst, and utility shells only when the mission asks for them.

Firing solution math

The firing calculator validates the chosen shell and powder charge, clamps only near-edge range entries, then maps range linearly into the gun elevation range.

Calculator settingValue
Elevation range0 to 60 degrees
Range tolerance0
Calculate button threshold0.01 range
  1. Read the desired range from the range dial and the charge from the powder dial.
  2. Round the powder dial to a whole charge and clamp it to charges 1 through 6.
  3. Look up the shell range band for that charge. If the exact charge is missing, use the nearest defined charge band for that shell.
  4. Reject the shot if the desired range is farther than the shell's range band plus the configured tolerance.
  5. If the desired range is just outside the band but still inside tolerance, clamp it to the nearest edge and mark the solution as clamped.
  6. Compute elevation from the clamped range by linear interpolation between the shell's minimum and maximum range for that charge.
Player-facing ruleMeaning
Range position(clampedRange - minRange) / (maxRange - minRange), limited to 0..1
Elevation outputminElevation + normalizedRange * (maxElevation - minElevation)
Invalid range bandmaxRange <= minRange
Out of rangedesiredRange < minRange - tolerance or desiredRange > maxRange + tolerance
  • Pick the lowest charge whose maximum range reaches the solved target; higher charge is not automatically more accurate.
  • A value slightly beyond a charge edge can still calculate, but the resulting card is clamped to the edge of that charge's band.
  • If the calculator refuses a shot, changing charge is the first fix because the range band is charge-dependent.
  • The elevation number is a position between the selected charge's minimum and maximum range, not a separate ballistic curve.

Counter-battery

Counter-battery missions punish slow follow-up. When the timer starts, prioritize enemy artillery and fire direction centers before cleanup targets, and save Emergency Move for pressure that would otherwise end the run.

Progression

The demo tracks unlocked requisition cards, the last operation, mission completion, mission medals, remaining card uses, requisition points, and powder charges. In practice, this is why missions, medals, requisition cards, RP, and powder are the durable things to track.