more stuff

This commit is contained in:
Metis
2024-09-17 19:03:41 -04:00
parent 3679a0eb1d
commit d4e8c61e92
8 changed files with 350 additions and 7 deletions
+26
View File
@@ -0,0 +1,26 @@
/obj/item/stack/tile/mineral/sandstone
name = "sandstone tile"
singular_name = "sandstone floor tile"
desc = "A rough stone tile."
icon_state = "tile_sandstone"
turf_type = /turf/open/floor/mineral/sandstone_floor
mineralType = "sandstone"
custom_materials = list(/datum/material/sandstone=500)
/obj/item/stack/tile/mineral/crimsonstone
name = "crimson tile"
singular_name = "crimson floor tile"
desc = "A tile made out of layenia's local stone."
icon_state = "tile_crimsonstone"
turf_type = /turf/open/floor/mineral/crimsonstone_floor
mineralType = "sandstone"
custom_materials = list(/datum/material/sandstone=500)
/obj/item/stack/tile/mineral/basaltstone
name = "basalt tile"
singular_name = "basalt floor tile"
desc = "A tile made out of Lavaland's local stone."
icon_state = "tile_basaltstone"
turf_type = /turf/open/floor/mineral/basaltstone_floor
mineralType = "sandstone"
custom_materials = list(/datum/material/sandstone=500)
+31
View File
@@ -0,0 +1,31 @@
/turf/open/floor/mineral/sandstone_floor
name = "sandstone floor"
icon_state = "sandstonef"
floor_tile = /obj/item/stack/tile/mineral/sandstone
icon = 'GainStation13/icons/turf/floors.dmi'
icons = list("sandstonef","sandstonef_dam")
/turf/open/floor/mineral/crimsonstone_floor
name = "crimson floor"
icon_state = "crimsonstone"
floor_tile = /obj/item/stack/tile/mineral/crimsonstone
icon = 'GainStation13/icons/turf/floors.dmi'
icons = list("crimsonstone","crimsonstone_dam")
/turf/open/floor/mineral/basaltstone_floor
name = "basalt floor"
icon_state = "basaltstone"
floor_tile = /obj/item/stack/tile/mineral/basaltstone
icon = 'GainStation13/icons/turf/floors.dmi'
icons = list("basaltstone","basaltstone_dam")
/turf/open/floor/plaswood
desc = "Stylish plaswood."
icon = 'GainStation13/icons/turf/floors.dmi'
icon_state = "plaswood"
broken_states = list("plaswood-broken", "plaswood-broken2", "plaswood-broken3", "plaswood-broken4", "plaswood-broken5", "plaswood-broken6", "plaswood-broken7")
footstep = FOOTSTEP_WOOD
barefootstep = FOOTSTEP_WOOD_BAREFOOT
clawfootstep = FOOTSTEP_WOOD_CLAW
heavyfootstep = FOOTSTEP_GENERIC_HEAVY
tiled_dirt = FALSE