Move Rig modules to more granular files. Add RIG components to robotics mechfab, plus incredibly basic belt-voidsuit RIG. Add Graphite, made by compressing coal, used heavily in RIG components.

This commit is contained in:
Mechoid
2020-03-01 02:41:40 -08:00
parent d13336bbe6
commit 69752c1c48
45 changed files with 2171 additions and 34 deletions

View File

@@ -51,6 +51,7 @@ var/global/list/ore_data = list()
name = "carbon"
display_name = "raw carbon"
smelts_to = "plastic"
compresses_to = "graphite"
alloy = 1
result_amount = 5
spread_chance = 25