Web dashboard

Tools — raid, craft, conveyor, genetics

The four in-app utility calculators that piggyback on Rust Pulse's item catalog.

The Tools section bundles four utility calculators. All four share the same item catalog the rest of the dashboard uses, so adding an item once in the admin catalog flows into every tool.

Raid calculator

  • Pick a target (door, window, wall, tc).
  • Pick a tool (rocket, c4, satchel, eoka, beancan).
  • See total resource cost broken down by sulfur, gp, frags, cloth, etc.
  • Combos: pre-computed efficient mixed-tool plans for popular targets.

Editable from the admin portal under Raid calculator.

Crafting calculator

  • Pick an item.
  • See full crafting cost recursively (e.g. AK rifle → 4 hqm + 1 rifle body + 1 spring + ...).
  • Filter by category, tier, monument loot.

Editable from the admin portal under Crafting recipes.

Conveyor sorter

  • Maps Rust's industrial conveyor shortname filters to canonical item IDs.
  • Helps you build a sorter manifest from a list of items.
  • Shows unresolved entries (typos, deprecated shortnames).

Editable from the admin portal under Conveyor map.

Plant genetics solver

  • Paste your plant genes (e.g. YYYYGW, WXYHHG).
  • The solver picks parents and a breeding tree to converge on the strongest 6-gene plant in the fewest generations.
  • Built on a deterministic branch-and-bound — same input always yields the same plan.

Stored per-user (not catalog-driven).