Per-item MFM wargear surcharge for a unit whose final loadout has counts
copies of each weapon/wargear id (see Loadout). Each unit.wargear_costs
entry charges cost for every copy of item_id present — a Terminator Assault
Squad's five thunder hammers add 25, a Chapter Ancient's Banner of Macragge adds
10. Items with no cost entry are free. Absent wargear_costs (the common case)
contributes 0, so a unit's total is baseUnitPoints + wargearPoints + enhancement.
Mirror of crates/wh40kdc/src/data/pricing.rs.
Per-item MFM wargear surcharge for a unit whose final loadout has
countscopies of each weapon/wargear id (see Loadout). Eachunit.wargear_costsentry chargescostfor every copy ofitem_idpresent — a Terminator Assault Squad's five thunder hammers add 25, a Chapter Ancient's Banner of Macragge adds 10. Items with no cost entry are free. Absentwargear_costs(the common case) contributes 0, so a unit's total isbaseUnitPoints + wargearPoints + enhancement. Mirror ofcrates/wh40kdc/src/data/pricing.rs.