summaryrefslogtreecommitdiff
path: root/Material.lua
blob: 62e473303bb30e313f9f5d46f133cde508acb2c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
return {
	-- P0
	AqueousLiquids = "Aqueous Liquids",
	Autotrophs = "Autotrophs",
	BaseMetals = "Base Metals",
	CarbonCompounds = "Carbon Compounds",
	ComplexOrganisms = "Complex Organisms",
	FelsicMagma = "Felsic Magma",
	HeavyMetals = "Heavy Metals",
	IonicSolutions = "Ionic Solutions",
	MicroOrganisms = "Micro Organisms",
	NobleGas = "Noble Gas",
	NobleMetals = "Noble Metals",
	NonCSCrystals = "Non-CS Crystals",
	PlankticColonies = "Planktic Colonies",
	ReactiveGas = "Reactive Gas",
	SuspendedPlasma = "Suspended Plasma",
	-- P1
	Water = "Water",
	IndustrialFibers = "Industrial Fibers",
	ReactiveMetals = "Reactive Metals",
	Biofuels = "Biofuels",
	Proteins = "Proteins",
	Silicon = "Silicon",
	ToxicMetals = "Toxic Metals",
	Electrolytes = "Electrolytes",
	Bacteria = "Bacteria",
	Oxygen = "Oxygen",
	PreciousMetals = "Precious Metals",
	ChiralStructures = "Chiral Structures",
	Biomass = "Biomass",
	OxidizingCompound = "Oxidizing Compound",
	Plasmoids = "Plasmoids",
	-- P2
	Biocells = "Biocells",
	ConstructionBlocks = "Construction Blocks",
	ConsumerElectronics = "Consumer Electronics",
	Coolant = "Coolant",
	EnrichedUranium = "Enriched Uranium",
	Fertilizer = "Fertilizer",
	GenEnhancedLivestock = "Gen. Enhanced Livestock",
	Livestock = "Livestock",
	MechanicalParts = "Mechanical Parts",
	MicrofiberShielding = "Microfiber Shielding",
	MiniatureElectronics = "Miniature Electronics",
	Nanites = "Nanites",
	Oxides = "Oxides",
	Polyaramids = "Polyaramids",
	Polytextiles = "Polytextiles",
	RocketFuel = "Rocket Fuel",
	SilicateGlass = "Silicate Glass",
	Superconductors = "Superconductors",
	SupertensilePlastics = "Supertensile Plastics",
	SyntheticOil = "Synthetic Oil",
	TestCultures = "Test Cultures",
	Transmitter = "Transmitter",
	ViralAgent = "Viral Agent",
	WaterCooledCPU = "Water-Cooled CPU",
	-- P3
	BiotechResearchReports = "Biotech Research Reports",
	CameraDrones = "Camera Drones",
	Condensates = "Condensates",
	CryoprotectantSolution = "Cryoprotectant Solution",
	DataChips = "Data Chips",
	GelMatrixBiopaste = "Gel-Matrix Biopaste",
	GuidanceSystems = "Guidance Systems",
	HazmatDetectionSystems = "Hazmat Detection Systems",
	HermeticMembranes = "Hermetic Membranes",
	HighTechTransmitters = "High-Tech Transmitters",
	IndustrialExplosives = "Industrial Explosives",
	Neocoms = "Neocoms",
	NuclearReactors = "Nuclear Reactors",
	PlanetaryVehicles = "Planetary Vehicles",
	Robotics = "Robotics",
	SmartfabUnits = "Smartfab Units",
	Supercomputers = "Supercomputers",
	SyntheticSynapses = "Synthetic Synapses",
	TranscranialMicrocontrollers = "Transcranial Microcontrollers",
	UkomiSuperConductors = "Ukomi Super Conductors",
	Vaccines = "Vaccines",
	-- P4
	BroadcastNode = "Broadcast Node",
	IntegrityResponseDrones = "Integrity Response Drones",
	NanoFactory = "Nano-Factory",
	OrganicMortarApplicators = "Organic Mortar Applicators",
	RecursiveComputingModule = "Recursive Computing Module",
	SelfHarmonizingPowerCore = "Self-Harmonizing Power Core",
	SterileConduits = "Sterile Conduits",
	WetwareMainframe = "Wetware Mainframe",
}