Module:Data/ShipModules/Mining Laser: Difference between revisions

Current answers. Practical procedures. Reliable reference.
Jump to navigation Jump to search
Create ship module structured stub framework
 
Move ship module infobox defaults into structured data
 
Line 1: Line 1:
return {
return {
name = "Mining Laser",
name = "Mining Laser",
module_class = "Mining tool",
slot_type = "Hardpoint",
mount = "Fixed and turreted variants",
availability = "Standard outfitting module family",
engineering = "Needs verification",
related_modules = "[[Refinery]], [[Prospector Limpet Controller]], [[Collector Limpet Controller]]",
}
}

Latest revision as of 23:44, 24 August 2026

Documentation for this module may be created at Module:Data/ShipModules/Mining Laser/doc

return {
	name = "Mining Laser",
	module_class = "Mining tool",
	slot_type = "Hardpoint",
	mount = "Fixed and turreted variants",
	availability = "Standard outfitting module family",
	engineering = "Needs verification",
	related_modules = "[[Refinery]], [[Prospector Limpet Controller]], [[Collector Limpet Controller]]",
}