mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
Space Sector Lobby Elements (#15712)
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
possible_exoplanets = list(/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid, /obj/effect/overmap/visitable/sector/exoplanet/barren/aethemir, /obj/effect/overmap/visitable/sector/exoplanet/barren/raskara, /obj/effect/overmap/visitable/sector/exoplanet/barren/azmar, /obj/effect/overmap/visitable/sector/exoplanet/lava/sahul, /obj/effect/overmap/visitable/sector/exoplanet/adhomai)
|
||||
cargo_price_coef = list("nt" = 1.2, "hpi" = 1.2, "zhu" = 1.2, "een" = 1.2, "get" = 1.2, "arz" = 1.2, "blm" = 1.2, "iac" = 1.2, "zsc" = 0.5, "vfc" = 1.2, "bis" = 1.2, "xmg" = 1.2, "npi" = 1.2)
|
||||
starlight_color = "#B9E8EA"
|
||||
sector_lobby_art = list('icons/misc/titlescreens/lore/cold_dawn.dmi')
|
||||
sector_lobby_transitions = 0
|
||||
sector_welcome_message = 'sound/AI/adhomai_welcome.ogg'
|
||||
sector_hud_menu = 'icons/misc/hudmenu/tajara_hud.dmi'
|
||||
sector_hud_menu_sound = 'sound/effects/tajara_menu_click.ogg'
|
||||
sector_hud_arrow = "menu_arrow"
|
||||
|
||||
/datum/space_sector/nrrahrahul
|
||||
name = SECTOR_NRRAHRAHUL
|
||||
|
||||
@@ -8,6 +8,13 @@
|
||||
"iac" = 1, "zsc" = 1, "vfc" = 1, "bis" = 1, "xmg" = 1, "npi" = 1) //how much the space sector afffects how expensive is ordering from that cargo supplier
|
||||
var/skybox_icon = "ceti"
|
||||
|
||||
var/list/sector_lobby_art = null //if this is set, it will override the map lobby icons
|
||||
var/sector_lobby_transitions = null //if this is set, it will override the map lobby transition
|
||||
var/sector_welcome_message = null ///if this is set, it will override welcome audio message
|
||||
var/sector_hud_menu = null //if this is set, it will override the hud menu icons
|
||||
var/sector_hud_menu_sound = null //if this is set, it will override the hud menu click sound
|
||||
var/sector_hud_arrow = null //if this is set, it will use an overlay instead of the animation that makes the button bigger
|
||||
|
||||
//vars used by the meteor random event
|
||||
|
||||
var/list/meteors_minor = list(
|
||||
|
||||
Reference in New Issue
Block a user