Skip to navigation

Elite on the BBC Micro and NES

Equipment: PRXS

[NES version, Bank 0]

Name: PRXS [Show more] Type: Variable Category: Equipment Summary: Equipment prices
Context: See this variable in context in the source code References: This variable is used as follows: * prx uses PRXS

Equipment prices are stored as 10 * the actual value, so we can support prices with fractions of credits (0.1 Cr). This is used for the price of fuel only.
.PRXS EQUW 2 ; 0 Fuel 0.2 Cr (per 0.1 LY) EQUW 300 ; 1 Missile 30.0 Cr EQUW 4000 ; 2 Large Cargo Bay 400.0 Cr EQUW 6000 ; 3 E.C.M. System 600.0 Cr EQUW 4000 ; 4 Extra Pulse Lasers 400.0 Cr EQUW 10000 ; 5 Extra Beam Lasers 1000.0 Cr EQUW 5250 ; 6 Fuel Scoops 525.0 Cr EQUW 10000 ; 7 Escape Pod 1000.0 Cr EQUW 9000 ; 8 Energy Bomb 900.0 Cr EQUW 15000 ; 9 Energy Unit 1500.0 Cr EQUW 2000 ; 10 Docking Computer 200.0 Cr EQUW 50000 ; 11 Galactic Hyperspace 5000.0 Cr EQUW 60000 ; 12 Extra Military Lasers 6000.0 Cr EQUW 8000 ; 13 Extra Mining Lasers 800.0 Cr