Robotics Expansion: RIG-ged and Ready

This commit is contained in:
Atermonera
2020-03-11 12:55:36 -07:00
committed by VirgoBot
parent 74ad3b1d25
commit e45a95d365
47 changed files with 2211 additions and 29 deletions

View File

@@ -28,6 +28,10 @@
name = "stack of plastic"
type_to_spawn = /obj/item/stack/material/plastic
/obj/fiftyspawner/graphite
name = "stack of graphite"
type_to_spawn = /obj/item/stack/material/graphite
/obj/fiftyspawner/gold
name = "stack of gold"
type_to_spawn = /obj/item/stack/material/gold

View File

@@ -136,6 +136,13 @@
default_type = "plastic"
no_variants = FALSE
/obj/item/stack/material/graphite
name = "graphite"
icon_state = "sheet-silver"
default_type = MAT_GRAPHITE
apply_colour = 1
no_variants = FALSE
/obj/item/stack/material/gold
name = "gold"
icon_state = "sheet-gold"

View File

@@ -652,6 +652,22 @@ var/list/name_to_material
stack_type = null
shard_type = SHARD_NONE
/material/graphite
name = MAT_GRAPHITE
stack_type = /obj/item/stack/material/graphite
flags = MATERIAL_BRITTLE
icon_base = "solid"
icon_reinf = "reinf_mesh"
icon_colour = "#333333"
hardness = 75
weight = 15
integrity = 175
protectiveness = 15
conductivity = 18
melting_point = T0C+3600
radiation_resistance = 15
stack_origin_tech = list(TECH_MATERIAL = 2, TECH_MAGNET = 2)
/material/osmium
name = "osmium"
stack_type = /obj/item/stack/material/osmium