mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-27 07:46:54 +01:00
bcac7f7567
First PR. Adds mechanical representation of faint Hivenet echoes for Vaurcae. Like the lore, only they can pick them up. It's designed for a lot of variety so as to trigger every 3-5 minutes without boring players. All together, there's 500 different echoes. There are three categories of broadcasts (gossip, happy, tense) split between "starter" and "response" messages to imitate two vaurcae talking. These make up 380/500. Gossip can occasionally have a singular, joined echo to represent only a single vaurcae talking for extra variety. Happy is less common and tense is the rarest, implying possible danger. There's also echoes of projections, on a separate 4-8m timer with 120 different sensations for the remaining echoes. Hivenet should never feel empty again and echoes extend past being fluff, they can prompt roleplay since they'd ICly be just as valid as an in-round broadcast. Echoes are automatically disabled in the Lemurian Sea to represent the Fog there and can be manually toggled by Admins & Storytellers for gimmicks or events. --------- Signed-off-by: runecap <43975590+runecap@users.noreply.github.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com>
56 lines
3.1 KiB
Plaintext
56 lines
3.1 KiB
Plaintext
//Light's Edge sectors
|
||
/datum/space_sector/lights_edge//Uses the Weeping Stars attributes since it's neighboring and this is not exactly the void just yet
|
||
name = SECTOR_LIGHTS_EDGE
|
||
description = "An unusual region which is sparsely populated even in the 25th century, Light’s Edge was the furthest extent of the Alliance’s hegemonic era exploration efforts in the southeastern Spur. Few attempts were made to colonize it prior to the Interstellar War and even fewer of these attempts were successful, with Assunzione being the most successful of all hegemonic era colonies in the region. Light’s Edge derives its name from its position next to Lemurian Sea, a vast and mostly uncharted region which is entirely devoid of stars. Both Light’s Edge and the Lemurian Sea are home to a variety of unusual stellar phenomena which have attracted widespread scientific interest."
|
||
skybox_icon = "lights_edge"
|
||
starlight_color = "#2d0850"
|
||
starlight_power = 1//slightly darker though for spooky factor
|
||
starlight_range = 2
|
||
|
||
possible_exoplanets = list(/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid, /obj/effect/overmap/visitable/sector/exoplanet/grass/grove, /obj/effect/overmap/visitable/sector/exoplanet/barren, /obj/effect/overmap/visitable/sector/exoplanet/lava, /obj/effect/overmap/visitable/sector/exoplanet/desert, /obj/effect/overmap/visitable/sector/exoplanet/snow)
|
||
cargo_price_coef = list(
|
||
"nanotrasen" = 1.2,
|
||
"orion" = 0.8,
|
||
"hephaestus" = 0.8,
|
||
"zeng_hu" = 0.8,
|
||
"eckharts" = 1.2,
|
||
"getmore" = 1.2,
|
||
"arizi" = 1.2,
|
||
"blam" = 1.2,
|
||
"iac" = 1.2,
|
||
"zharkov" = 0.8,
|
||
"virgo" = 1.2,
|
||
"bishop" = 0.8,
|
||
"xion" = 0.8,
|
||
"zavodskoi" = 0.8,
|
||
)
|
||
|
||
sector_welcome_message = 'sound/AI/welcome_lights_edge.ogg'
|
||
sector_hud_menu = 'icons/misc/hudmenu/coalition_hud.dmi'
|
||
sector_hud_arrow = "menu_arrow"
|
||
|
||
lobby_tracks = list(
|
||
'sound/music/lobby/lights_edge/lights_edge_1.ogg',
|
||
'sound/music/lobby/lights_edge/lights_edge_2.ogg'
|
||
)
|
||
|
||
/datum/space_sector/lemurian_sea//The actual proposed area of void as written. Should be as dark as possible, due to no starlight
|
||
name = SECTOR_LEMURIAN_SEA
|
||
description = "The Lemurian Sea is an astrological curiosity which is entirely free of stars. This region is a relatively new discovery and classification, having only been officially broken off of Light’s Edge by most astrographical institutions following the rediscovery of Assunzione and limited exploration beyond its position on the border of what would become the Lemurian Sea. Most astrological charts advise avoiding the region as travelers are known to report a feeling of general uneasiness while passing through it and many vessels are known to have disappeared within the Sea. "
|
||
skybox_icon = "void"//its just black
|
||
possible_exoplanets = null//nothing should be here
|
||
starlight_color = "#000000"
|
||
starlight_power = 0
|
||
starlight_range = 0
|
||
|
||
lobby_tracks = list(
|
||
'sound/music/lobby/lights_edge/lights_edge_1.ogg',
|
||
'sound/music/lobby/lights_edge/lights_edge_2.ogg',
|
||
'sound/music/lobby/dangerous_space/dangerous_space_1.ogg'
|
||
)
|
||
hivenet_echoes = FALSE
|
||
|
||
/datum/space_sector/lemurian_sea/far
|
||
name = SECTOR_LEMURIAN_SEA_FAR
|
||
ccia_link = FALSE
|