mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 07:41:16 +01:00
[MIRROR] March into Mapness - Moon Base 19 [MDB IGNORE] (#20753)
* March into Mapness - Moon Base 19 (#74067) * March into Mapness - Moon Base 19 --------- Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
// moonoutpost19
|
||||
|
||||
/obj/structure/fluff/minepost
|
||||
name = "wooden post"
|
||||
desc = "A sturdy space-wood post, capable of holding up a mineshaft."
|
||||
icon = 'icons/obj/fluff.dmi'
|
||||
icon_state = "minepost"
|
||||
density = FALSE
|
||||
|
||||
//Areas
|
||||
/area/awaymission/moonoutpost19
|
||||
name = "space"
|
||||
@@ -25,6 +32,7 @@
|
||||
power_light = FALSE
|
||||
ambientsounds = list('sound/ambience/ambimine.ogg')
|
||||
icon_state = "awaycontent5"
|
||||
outdoors = TRUE
|
||||
|
||||
/area/awaymission/moonoutpost19/hive
|
||||
name = "The Hive"
|
||||
@@ -34,6 +42,39 @@
|
||||
power_light = FALSE
|
||||
icon_state = "awaycontent6"
|
||||
|
||||
/area/awaymission/moonoutpost19/tent
|
||||
name = "Research Tent"
|
||||
icon_state = "awaycontent7"
|
||||
|
||||
/area/awaymission/moonoutpost19/mines
|
||||
name = "Mineral Excavation Tunnels"
|
||||
always_unpowered = TRUE
|
||||
power_environ = FALSE
|
||||
power_equip = FALSE
|
||||
power_light = FALSE
|
||||
ambientsounds = list('sound/ambience/ambimine.ogg')
|
||||
icon_state = "awaycontent8"
|
||||
|
||||
//Fluff objects/structures.
|
||||
/obj/structure/fluff/meteor
|
||||
name = "meteor"
|
||||
desc = "Khonsu 19 is known for it's relatively high specific gravity, resulting in constant meteor showers and impacts."
|
||||
icon = 'icons/obj/meteor.dmi'
|
||||
icon_state = "small"
|
||||
density = TRUE
|
||||
|
||||
/obj/structure/fluff/meteor/large
|
||||
name = "large meteor"
|
||||
desc = "Something this large would probably rip a space station in half. It's a good thing it landed here instead!"
|
||||
icon = 'icons/obj/meteor.dmi'
|
||||
icon_state = "large"
|
||||
|
||||
/obj/structure/fluff/meteor/sharp
|
||||
name = "rocky meteor"
|
||||
desc = "A big, rocky ourcrop. More common in space than on a moon like this."
|
||||
icon = 'icons/obj/meteor.dmi'
|
||||
icon_state = "sharp"
|
||||
|
||||
//Papers
|
||||
|
||||
/obj/item/paper/crumpled/awaymissions/moonoutpost19/hastey_note
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
name = "asteroid snow baseturf editor"
|
||||
baseturf = /turf/open/misc/asteroid/snow
|
||||
|
||||
/obj/effect/baseturf_helper/asteroid/moon
|
||||
name = "lunar sand baseturf editor"
|
||||
baseturf = /turf/open/misc/asteroid/moon
|
||||
|
||||
/obj/effect/baseturf_helper/beach/sand
|
||||
name = "beach sand baseturf editor"
|
||||
baseturf = /turf/open/misc/beach/sand
|
||||
|
||||
Reference in New Issue
Block a user