Unit stats

UnitCostBuildtimeHitpointsRangeDamageSpeedTurn
MCV90080150N/AN/A201
Harvester30064150N/AN/A201
Soldier6032202383
Infantry100325022x353
Trooper100564555153
Troopers2005611052x5103
Trike1504010032x5452
Raider Trike150408032x5602
Quad2004813032x7402
Missile Tank4507210092x75301
Combat Tank30064200425251
Siege Tank6009630052x30201
Devastator80010440052x40101
Deviator750801207N/A301
Sonic Tank600104110860301
SaboteurN/AN/A10N/AN/A403
Ornithopter6009625502x501502
Carry-All80064100N/AN/A2003
SandwormN/AN/A1000N/AN/A353
Source: https://github.com/OpenDUNE/OpenDUNE - src/table/unitinfo.c
Open questions:

Building stats

BuildingCostBuildtimeHitpointsPower usageSizeRequirements
Construction YardN/AN/A40002x2N/A
Slab5162001x1None
4 Slabs20162002x2None
Windtrap30048200-1002x2None
Refinery40080450303x2Windtrap
Outpost40080500302x2Windtrap
Spice Silo1504815052x2Windtrap, Refinery
Light Factory40096350202x2Windtrap, Refinery
Starport500120500503x3Windtrap, Refinery
House of Ix500120400402x2Windtrap, Refinery, Starport
Palace9991301000803x3Starport
Wall50405001x1Windtrap, Outpost
Turret12564200101x1Windtrap, Outpost
Rocket Turret25096200251x1Windtrap, Outpost
Barracks30072300102x2Windtrap, Outpost
WOR400104400202x2Windtrap, Outpost, Barracks
Heavy Factory600144200353x2Windtrap, Outpost, Light Factory
Hi-Tech500120400353x2Windtrap, Outpost, Light Factory
Repair Facility70080200203x2Windtrap, Outpost, Light Factory
Source: https://github.com/OpenDUNE/OpenDUNE - src/table/structureinfo.c
Open questions:

Starport prices

Prices in Starport are random, following the formula:
credits = (credits / 10) * 4 + (credits / 10) * (Tools_RandomLCG_Range(0, 6) + Tools_RandomLCG_Range(0, 6) );
return min(credits, 999);
Tools_RandomLCG_Range returns a random integer. This means that a starport price can be between 40% and 160% of the normal price. For example, a harvester which normally costs 300 can cost between 120 and 480, in steps of 30, but the lowest and highest prices are less likely.
Source: https://github.com/OpenDUNE/OpenDUNE - src/gui/gui.c - function GUI_FactoryWindow_CalculateStarportPrice
Open questions:

Exploitable game bugs

Expand/Collapse collapse-content-_3c8eb2a5ccd341cdbefa858aec553b6a

GameResources/DOS/Dune2 last edited by Nach on 10/14/2015 9:32 PM
Page History Latest diff List referrers View Source