61 lines
1.9 KiB
Plaintext
61 lines
1.9 KiB
Plaintext
/obj/item/stack/tile/mineral/plasma
|
|
name = "plasma tile"
|
|
singular_name = "plasma floor tile"
|
|
desc = "A tile made out of highly flammable plasma. This can only end well."
|
|
icon_state = "tile_plasma"
|
|
origin_tech = "plasmatech=1"
|
|
turf_type = /turf/simulated/floor/mineral/plasma
|
|
mineralType = "plasma"
|
|
materials = list(MAT_PLASMA=500)
|
|
|
|
/obj/item/stack/tile/mineral/uranium
|
|
name = "uranium tile"
|
|
singular_name = "uranium floor tile"
|
|
desc = "A tile made out of uranium. You feel a bit woozy."
|
|
icon_state = "tile_uranium"
|
|
origin_tech = "materials=1"
|
|
turf_type = /turf/simulated/floor/mineral/uranium
|
|
mineralType = "uranium"
|
|
materials = list(MAT_URANIUM=500)
|
|
|
|
/obj/item/stack/tile/mineral/gold
|
|
name = "gold tile"
|
|
singular_name = "gold floor tile"
|
|
desc = "A tile made out of gold, the swag seems strong here."
|
|
icon_state = "tile_gold"
|
|
origin_tech = "materials=1"
|
|
turf_type = /turf/simulated/floor/mineral/gold
|
|
mineralType = "gold"
|
|
materials = list(MAT_GOLD=500)
|
|
|
|
/obj/item/stack/tile/mineral/silver
|
|
name = "silver tile"
|
|
singular_name = "silver floor tile"
|
|
desc = "A tile made out of silver, the light shining from it is blinding."
|
|
icon_state = "tile_silver"
|
|
origin_tech = "materials=1"
|
|
turf_type = /turf/simulated/floor/mineral/silver
|
|
mineralType = "silver"
|
|
materials = list(MAT_SILVER=500)
|
|
|
|
/obj/item/stack/tile/mineral/diamond
|
|
name = "diamond tile"
|
|
singular_name = "diamond floor tile"
|
|
desc = "A tile made out of diamond. Wow, just, wow."
|
|
icon_state = "tile_diamond"
|
|
origin_tech = "materials=2"
|
|
turf_type = /turf/simulated/floor/mineral/diamond
|
|
mineralType = "diamond"
|
|
materials = list(MAT_DIAMOND=500)
|
|
|
|
/obj/item/stack/tile/mineral/bananium
|
|
name = "bananium tile"
|
|
singular_name = "bananium floor tile"
|
|
desc = "A tile made out of bananium, HOOOOOOOOONK!"
|
|
icon_state = "tile_bananium"
|
|
origin_tech = "materials=1"
|
|
turf_type = /turf/simulated/floor/mineral/bananium
|
|
mineralType = "bananium"
|
|
materials = list(MAT_BANANIUM=500)
|
|
|