Documentation for this module may be created at Module:Equipment/Data/doc
equipment = { Hardpoint = { ['EMD-14 mass driver'] = { price = 10000, powerConsumptionPeak = 750, projectileMass = 10, projectileVelocity = 4500, rateOfFire = 2, mass = 3000, manufacturer = 'Conlido RVM', mounting = {'Low-Stress', 'High-Stress'}, categories = {'Projectile'}, damage = {'Kinetic'} }, ['MPI Railgun MkI'] = { price = 20000, powerConsumptionPeak = 800, projectileMass = 2, projectileVelocity = 7500, rateOfFire = 10, mass = 2000, manufacturer = 'Nars Power Industries', mounting = {'High-Stress'}, categories = {'Projectile'}, damage = {'Kinetic'} }, ['ERFMD-17 mass driver'] = { price = 30000, powerConsumptionPeak = 500, projectileMass = 10, projectileVelocity = 3000, rateOfFire = 5, mass = 5000, manufacturer = 'Conlido RVM', mounting = {'Low-Stress', 'High-Stress'}, categories = {'Projectile'}, damage = {'Kinetic'} }, ['AEMD-14 mass driver'] = { price = 32000, powerConsumptionPeak = 750, projectileMass = 10, gimbalSpeed = 36, projectileVelocity = 4500, rateOfFire = 2, mass = 3000, manufacturer = 'Conlido RVM', mounting = {'Low-Stress', 'High-Stress'}, categories = {'Projectile'}, damage = {'Kinetic'} }, ['AR-1500 Manipulator'] = { price = 56000, armStrength = 1500, reach = 40, powerDrawPeak = 180, mounting = {'High-Stress'}, mass = 8000, manufacturer = 'Triskelion-Armstrong' }, ['MWG microwave emitter'] = { price = 70000, effectiveRange = 600, powerConsumption = 50, outputPower = 45, wavelength = 10000000, mass = 100, manufacturer = 'Nakamura Dynamics', mounting = {'Low-Stress', 'High-Stress'}, categories = {'Energy'}, damage = {'Thermal', 'Electromagnetic'} }, ['EINAT Kzinti Lesson MkII'] = { price = 100000, effectiveRange = 100, powerConsumption = 200, thermalConsumption = 18.4, outputPower = 18400, mounting = {'High-Stress'}, mass = 2750, manufacturer = 'Elon Interstellar', categories = {'Energy'}, damage = {'Kinetic', 'Thermal'} }, ['CL-150 mining laser'] = { price = 150000, effectiveRange = 8000, powerConsumption = 150, outputPower = 125, wavelength = 490, mass = 4000, manufacturer = 'Coherent Light', mounting = {'Low-Stress', 'High-Stress'}, categories = {'Energy'}, damage = {'Thermal'} }, ['Point Defence microwave emitter'] = { price = 180000, effectiveRange = 600, targetingAI = 'Class-1', powerConsumption = 50, outputPower = 45, wavelength = 10000000, mass = 1600, manufacturer = 'Obonto-Nakamura', mounting = {'Docking bay', 'Low-Stress', 'High-Stress'}, categories = {'Energy'}, damage = {'Thermal', 'Electromagnetic'} }, ['CL-200AP pulse mining laser'] = { price = 200000, effectiveRange = 8000, powerConsumption = 220, gimbalSpeed = 36, outputPower = 200, pulses = 24, wavelength = 650, mass = 5500, manufacturer = 'Coherent Light', mounting = {'Low-Stress', 'High-Stress'}, categories = {'Energy'}, damage = {'Thermal', 'Kinetic'} }, ['MPI Tug drones'] = { price = 250000, powerDraw = 50, effectiveRange = 400, droneLaunchCapability = 50, droneWetMass = 0.1, droneThrust = 1, mass = 4000, manufacturer = 'Mars Power Industries', mounting = {'Docking bay', 'Drone', 'Low-Stress', 'High-Stress'} }, ['NANI'] = { price = 300000, effectiveRange = 1000, powerConsumption = 200, thermalConsumption = 2, outputPower = 230000, mounting = {'High-Stress'}, mass = 10000, manufacturer = 'Omaewamou-Shindeiru', categories = {'Energy'}, damage = {'Kinetic', 'Thermal'} }, ['CL-600P pulse mining laser'] = { price = 320000, effectiveRange = 8000, powerConsumption = 660, outputPower = 600, pulses = 12, wavelength = 540, mass = 7000, manufacturer = 'Coherent Light', mounting = {'Low-Stress', 'High-Stress'}, categories = {'Energy'}, damage = {'Thermal', 'Kinetic'} }, ['MLF Haul Drones'] = { price = 350000, powerDraw = 50, effectiveRange = 400, droneLaunchCapability = 50, droneWetMass = 0.1, droneThrust = 1, mass = 4000, manufacturer = 'Minding LF', mounting = {'Docking bay', 'Drone', 'Low-Stress', 'High-Stress'} }, ['OME Maintenance Drones'] = { price = 400000, powerDraw = 50, droneLaunchCapability = 32, mass = 4000, manufacturer = 'Obonto Micro Engineering', mounting = {'Docking bay', 'Drone', 'Low-Stress', 'High-Stress'} }, ['External Impact Absorber'] = { price = 4000, mass = 8000, cradleMass = 500, manufacturer = 'Conlido RVM', mounting = {'Low-Stress'} }, ['B8 Claim Beacon'] = { price = 43000, dryMass = 8000, propellant = 8000, autonomyClass = 'C1', cradleMass = 500, manufacturer = 'Triskelion-Armstrong', mounting = {'Docking bay', 'Low-Stress'} }, ['THI Cargo Container'] = { price = 74000, processedCargoCapacity = 15000, powerUsage = 20, cradleMass = 500, manufacturer = 'Titan Heavy Industries', mounting = {'Docking bay', 'Low-Stress'}, categories = {'Cargo'} }, ['THI Monocargo Container'] = { price = 111000, processedCargoCapacitySingle = 90000, powerUsage = 20, cradleMass = 500, manufacturer = 'Titan Heavy Industries', mounting = {'Docking bay', 'Low-Stress'}, categories = {'Cargo'} }, ['NT Mining Companion'] = { price = 115000, autonomyClass = 'C2', powerUsage = 10, cradleMass = 500, manufacturer = 'Nakamura-Titan', mounting = {'Docking bay', 'Low-Stress'} }, ['SPC Gungnir'] = { price = 270000, powerConsumption = 400, maximumCharge = 11.2, fullChargeTime = 30, projectileVelocity = 298805, projectileMass = 0.000000011, mounting = {'Low-Stress'}, mass = 15000, manufacturer = 'Omaewamou-Shindeiru', categories = {'Projectile'}, damage = {'Kinetic', 'Thermal', 'Electromagnetic'} } } } return equipment