mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Sector tweaks
This commit is contained in:
@@ -219,6 +219,21 @@
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
// Gateway submaps go here
|
||||
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway
|
||||
name = "Unknown"
|
||||
desc = "Approach and perform a scan to obtain further information."
|
||||
icon_state = "object" //or "globe" for planetary stuff
|
||||
known = FALSE
|
||||
//initial_generic_waypoints = list("don't forget waypoints!")
|
||||
var/true_name = "The scanned name goes here"
|
||||
var/true_desc = "The scanned desc goes here"
|
||||
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/get_scan_data(mob/user)
|
||||
name = true_name
|
||||
desc = true_desc
|
||||
return ..()
|
||||
|
||||
/datum/map_template/tether_lateload/gateway
|
||||
name = "Gateway Submap"
|
||||
desc = "Please do not use this."
|
||||
@@ -263,6 +278,7 @@
|
||||
desc = "Asteroid-bound mercenary listening post"
|
||||
mappath = 'gateway/listeningpost.dmm'
|
||||
associated_map_datum = /datum/map_z_level/tether_lateload/gateway_destination
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
// Admin-use z-levels for loading whenever an admin feels like
|
||||
#if AWAY_MISSION_TEST
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,7 @@
|
||||
/obj/effect/overmap/visitable/sector/carpfarm
|
||||
name = "Unknown Facility"
|
||||
desc = "Seems to be a carp farm of some sort."
|
||||
icon_state = "object"
|
||||
known = FALSE
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/carpfarm
|
||||
initial_generic_waypoints = list("tether_excursion_carpfarm")
|
||||
true_name = "Carp-Infested Outpost"
|
||||
true_desc = "Scans indicate this outpost has many instances of 'space carp' moving around, along with an assortment of equipment that appears human in origin."
|
||||
|
||||
/area/awaymission/carpfarm
|
||||
icon_state = "blank"
|
||||
|
||||
@@ -774,7 +774,7 @@
|
||||
/turf/space,
|
||||
/area/space)
|
||||
"Fi" = (
|
||||
/obj/effect/overmap/visitable/sector/carpfarm,
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/carpfarm,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
/obj/effect/overmap/visitable/sector/listeningpost
|
||||
name = "Unknown Facility"
|
||||
desc = "High levels of radio frequency emissions."
|
||||
icon_state = "object"
|
||||
known = FALSE
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/listeningpost
|
||||
initial_generic_waypoints = list("tether_excursion_listeningpost")
|
||||
true_name = "Strange Asteroid"
|
||||
true_desc = "Scans indicate this asteroid is emitting large amounts of radio-frequency energy, and has indications of life being present."
|
||||
|
||||
/obj/item/weapon/paper/listneningpost/mission
|
||||
name = "\improper Operation: Watchtower"
|
||||
|
||||
@@ -310,7 +310,7 @@
|
||||
/turf/simulated/floor/greengrid,
|
||||
/area/mine/explored)
|
||||
"W" = (
|
||||
/obj/effect/overmap/visitable/sector/listeningpost,
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/listeningpost,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
"Y" = (
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
/obj/effect/overmap/visitable/sector/snowoutpost
|
||||
name = "Unknown Facility"
|
||||
desc = "Low surface activity and temperature detected."
|
||||
icon_state = "globe"
|
||||
known = FALSE
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/snowoutpost
|
||||
initial_generic_waypoints = list("tether_excursion_snow_outpost")
|
||||
true_name = "Snowy Outpost"
|
||||
true_desc = "Scans indicate this planetoid has a very cold atmosphere and almost perpetual snow. There are signs of habitation on the surface."
|
||||
|
||||
// -- Areas -- //
|
||||
|
||||
@@ -22,8 +20,8 @@
|
||||
power_light = 0
|
||||
power_equip = 0
|
||||
power_environ = 0
|
||||
mobcountmax = 100
|
||||
floracountmax = 7000
|
||||
mobcountmax = 70
|
||||
floracountmax = 300
|
||||
valid_mobs = list(/mob/living/simple_mob/animal/sif/savik, /mob/living/simple_mob/animal/wolf, /mob/living/simple_mob/animal/sif/shantak,
|
||||
/mob/living/simple_mob/animal/sif/kururak, /mob/living/simple_mob/animal/sif/frostfly)
|
||||
valid_flora = list(/obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine,
|
||||
|
||||
@@ -2698,6 +2698,19 @@
|
||||
"je" = (
|
||||
/turf/unsimulated/mineral,
|
||||
/area/awaymission/snow_outpost/restricted)
|
||||
"Jn" = (
|
||||
/obj/effect/shuttle_landmark{
|
||||
base_area = /area/awaymission/snow_outpost/outside;
|
||||
base_turf = /turf/simulated/floor/snow/snow2;
|
||||
landmark_tag = "tether_excursion_snow_outpost";
|
||||
name = "Snowy Landing Site"
|
||||
},
|
||||
/turf/simulated/floor/snow/snow2,
|
||||
/area/awaymission/snow_outpost/outside)
|
||||
"Uy" = (
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/snowoutpost,
|
||||
/turf/simulated/mineral/ignore_mapgen,
|
||||
/area/awaymission/snow_outpost/outside)
|
||||
|
||||
(1,1,1) = {"
|
||||
in
|
||||
@@ -2980,7 +2993,7 @@ cd
|
||||
cd
|
||||
cd
|
||||
cd
|
||||
cd
|
||||
Uy
|
||||
in
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
@@ -21553,7 +21566,7 @@ ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
Jn
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
/obj/effect/overmap/visitable/sector/snowfield
|
||||
name = "Unknown Facility"
|
||||
desc = "Wet, boring, and cold."
|
||||
icon_state = "globe"
|
||||
known = FALSE
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/snowfield
|
||||
initial_generic_waypoints = list("tether_excursion_snowfield")
|
||||
true_name = "Snowy Field"
|
||||
true_desc = "Scans indicate this planetoid has a very cold atmosphere and almost perpetual snow."
|
||||
|
||||
|
||||
// -- Areas -- //
|
||||
|
||||
@@ -1696,7 +1696,7 @@
|
||||
},
|
||||
/area/awaymission/snowfield/outside)
|
||||
"Bw" = (
|
||||
/obj/effect/overmap/visitable/sector/snowfield,
|
||||
/obj/effect/overmap/visitable/sector/tether_gateway/snowfield,
|
||||
/turf/simulated/floor/outdoors/snow{
|
||||
nitrogen = 93.7835;
|
||||
oxygen = 20.7263;
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
)
|
||||
|
||||
lateload_single_pick = list(
|
||||
//list("Snow Outpost"), // Unplayable mapgen,
|
||||
list("Snow Outpost"),
|
||||
//list("Zoo"), // Too big. way, way too big
|
||||
list("Carp Farm"),
|
||||
list("Snow Field"),
|
||||
|
||||
Reference in New Issue
Block a user