|
2 | 2 | /datum/material/iron |
3 | 3 | name = "iron" |
4 | 4 | id = "iron" |
5 | | - desc = "Common iron ore often found in sedimentary and igneous layers of the crust." |
| 5 | + desc = "A common iron ore often found in sedimentary and igneous layers of the crust." |
6 | 6 | color = "#878687" |
7 | 7 | categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE) |
8 | 8 | sheet_type = /obj/item/stack/sheet/metal |
|
24 | 24 | /datum/material/silver |
25 | 25 | name = "silver" |
26 | 26 | id = "silver" |
27 | | - desc = "Silver" |
| 27 | + desc = "Silver." |
28 | 28 | color = "#bdbebf" |
29 | 29 | categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE) |
30 | 30 | sheet_type = /obj/item/stack/sheet/mineral/silver |
|
34 | 34 | /datum/material/gold |
35 | 35 | name = "gold" |
36 | 36 | id = "gold" |
37 | | - desc = "Gold" |
| 37 | + desc = "Gold. You're rich." |
38 | 38 | color = "#f0972b" |
39 | 39 | strength_modifier = 1.2 |
40 | 40 | categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE) |
|
45 | 45 | /datum/material/diamond |
46 | 46 | name = "diamond" |
47 | 47 | id = "diamond" |
48 | | - desc = "Highly pressurized carbon" |
| 48 | + desc = "Highly pressurized carbon." |
49 | 49 | color = "#22c2d4" |
50 | 50 | categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE) |
51 | 51 | sheet_type = /obj/item/stack/sheet/mineral/diamond |
|
55 | 55 | /datum/material/uranium |
56 | 56 | name = "uranium" |
57 | 57 | id = "uranium" |
58 | | - desc = "Uranium" |
| 58 | + desc = "Uranium, known for its radioactive properties." |
59 | 59 | color = "#1fb83b" |
60 | 60 | categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE) |
61 | 61 | sheet_type = /obj/item/stack/sheet/mineral/uranium |
|
95 | 95 | /datum/material/bluespace |
96 | 96 | name = "bluespace crystal" |
97 | 97 | id = "bluespace_crystal" |
98 | | - desc = "Crystals with bluespace properties" |
| 98 | + desc = "Rare crystals with bluespace properties." |
99 | 99 | color = "#506bc7" |
100 | 100 | categories = list(MAT_CATEGORY_ORE = TRUE) |
101 | 101 | sheet_type = /obj/item/stack/sheet/bluespace_crystal |
|
104 | 104 | /datum/material/bananium |
105 | 105 | name = "bananium" |
106 | 106 | id = "bananium" |
107 | | - desc = "Material with hilarious properties" |
| 107 | + desc = "A very rare material with hilarious properties." |
108 | 108 | color = "#fff263" |
109 | 109 | categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE) |
110 | 110 | sheet_type = /obj/item/stack/sheet/mineral/bananium |
|
125 | 125 | /datum/material/titanium |
126 | 126 | name = "titanium" |
127 | 127 | id = "titanium" |
128 | | - desc = "Titanium" |
| 128 | + desc = "Titanium." |
129 | 129 | color = "#b3c0c7" |
130 | 130 | strength_modifier = 1.3 |
131 | 131 | categories = list(MAT_CATEGORY_ORE = TRUE, MAT_CATEGORY_RIGID = TRUE) |
|
135 | 135 | /datum/material/plastic |
136 | 136 | name = "plastic" |
137 | 137 | id = "plastic" |
138 | | - desc = "plastic" |
| 138 | + desc = "Plastic." |
139 | 139 | color = "#caccd9" |
140 | 140 | strength_modifier = 0.85 |
141 | 141 | sheet_type = /obj/item/stack/sheet/plastic |
|
151 | 151 | //formed when freon react with o2, emits a lot of plasma when heated |
152 | 152 | /datum/material/hot_ice |
153 | 153 | name = "hot ice" |
154 | | - desc = "A weird kind of ice, feels warm to the touch" |
| 154 | + desc = "A weird kind of ice, feels warm to the touch." |
155 | 155 | color = "#88cdf1" |
156 | 156 | alpha = 150 |
157 | 157 | categories = list(MAT_CATEGORY_RIGID = TRUE) |
|
176 | 176 |
|
177 | 177 | /datum/material/metalhydrogen |
178 | 178 | name = "Metal Hydrogen" |
179 | | - desc = "Solid metallic hydrogen. Some say it should be impossible" |
| 179 | + desc = "Solid metallic hydrogen. Some say it should be impossible." |
180 | 180 | color = "#f2d5d7" |
181 | 181 | alpha = 240 |
182 | 182 | categories = list(MAT_CATEGORY_RIGID = TRUE) |
|
185 | 185 |
|
186 | 186 | /datum/material/zaukerite |
187 | 187 | name = "zaukerite" |
188 | | - desc = "A light absorbing crystal" |
| 188 | + desc = "A light-absorbing crystal." |
189 | 189 | color = COLOR_ALMOST_BLACK |
190 | 190 | categories = list(MAT_CATEGORY_RIGID = TRUE, MAT_CATEGORY_ITEM_MATERIAL=TRUE) |
191 | 191 | sheet_type = /obj/item/stack/sheet/mineral/zaukerite |
|
201 | 201 | /datum/material/dilithium |
202 | 202 | name = "dilithium crystal" |
203 | 203 | id = "dilithium_crystal" |
204 | | - desc = "Crystals with dilithium properties" |
| 204 | + desc = "Crystals with dilithium properties." |
205 | 205 | color = "#506bc7" |
206 | 206 | categories = list(MAT_CATEGORY_ORE = TRUE) |
207 | 207 | sheet_type = /obj/item/stack/sheet/dilithium_crystal |
0 commit comments