mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Liberty's Cradle Sector Improvements (#21254)
- Adds cargo price coefficent for all suppliers with help from lore (for most it is +20% if non-megacorp, -20% if megacorp) - Refactors Xanu to be child of Liberty's Cradle, this should be what is done for the other major systems in the region - Removes port of call days for liberty's cradle --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -52,11 +52,49 @@
|
||||
name = SECTOR_LIBERTYS_CRADLE
|
||||
description = "The beating heart of the modern Coalition of Colonies, Liberty’s Cradle is home to many of the Coalition’s most developed and influential worlds. In contrast to the Solarian stereotype of the frontier as a decivilized wasteland populated by roving bands of pirates and petty warlords, Liberty’s Cradle is a prosperous and safe region which has a higher standard of living than much of the former Middle and Outer Ring possessed prior to the Solarian Collapse of 2462. Post-Collapse the area has continued to prosper and, now that it dwells far behind the Coalition-controlled Weeping Stars, is more secure than it has ever been before."
|
||||
skybox_icon = "arusha"//placeholder
|
||||
// cargo_price_coef = TBD
|
||||
scheduled_port_visits = null
|
||||
cargo_price_coef = list(
|
||||
"arisi" = 1.2,
|
||||
"bishop" = 0.8,
|
||||
"blam" = 1.2,
|
||||
"eckharts" = 1.2,
|
||||
"einstein" = 0.8,
|
||||
"getmore" = 0.8,
|
||||
"hephaestus" = 1.1,
|
||||
"iac" = 1.2,
|
||||
"idris" = 0.8,
|
||||
"molinaris" = 1.2,
|
||||
"nanotrasen" = 0.8,
|
||||
"orion" = 0.8,
|
||||
"virgo" = 1.2,
|
||||
"vysoka" = 1.2,
|
||||
"xion" = 1.1,
|
||||
"zavodskoi" = 0.8,
|
||||
"zeng_hu" = 0.7,
|
||||
"zharkov" = 1.2,
|
||||
"zora" = 1.2,
|
||||
)
|
||||
starlight_color = "#2d9647"
|
||||
starlight_power = 2
|
||||
starlight_range = 5
|
||||
|
||||
|
||||
/datum/space_sector/libertys_cradle/xanu
|
||||
name = SECTOR_XANU
|
||||
description = "Located in the eastern Orion Spur. The Xanu system is home to the Xanu Prime, colonised in 2185, which has grown into the current capital of the Coalition of Colonies, a decentralised government that won its independence from the Solarian Alliance after the Interstellar War."
|
||||
skybox_icon = "arusha" //placeholder
|
||||
possible_exoplanets = list(/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid, /obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/ice)
|
||||
guaranteed_exoplanets = list(/obj/effect/overmap/visitable/sector/exoplanet/xanu)
|
||||
|
||||
ports_of_call = list("Pataliputra")
|
||||
scheduled_port_visits = list("Saturday", "Sunday")
|
||||
starlight_range = 2
|
||||
|
||||
lobby_tracks = list(
|
||||
'sound/music/regional/xanu/xanu_rock_1.ogg',
|
||||
'sound/music/regional/xanu/xanu_rock_2.ogg'
|
||||
)
|
||||
|
||||
/datum/space_sector/burzsia
|
||||
name = SECTOR_BURZSIA
|
||||
description = "The system of Burzsia serves as a resource hub solely for the corporate interests of Hephaestus Industries, with vast mining infrastructure and sprawling supply ports dotted all over the system. Hephaestus ships, enormous freighters and personnel transportation vessels dominate the area, with corporate security being extremely tight. Private vessels are allowed transit and rest if needed, though always under the close surveillance of Hephaestus security and local executives. A population of local off-worlders has also been present before corporate domination, but mostly leave any external relations to the company that has, at this point, taken upon it to represent virtually all interests of the natives."
|
||||
@@ -133,19 +171,3 @@
|
||||
"77.7 SoulFM" = 'texts/lore_radio/konyang/77.7_SoulFM.txt',
|
||||
"78.1 RealFM" = 'texts/lore_radio/konyang/78.1_RealFM.txt'
|
||||
)
|
||||
|
||||
/datum/space_sector/xanu
|
||||
name = SECTOR_XANU
|
||||
description = "Located in the eastern Orion Spur. The Xanu system is home to the Xanu Prime, colonised in 2185, which has grown into the current capital of the Coalition of Colonies, a decentralised government that won its independence from the Solarian Alliance after the Interstellar War."
|
||||
skybox_icon = "arusha" //placeholder
|
||||
possible_exoplanets = list(/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid, /obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/ice)
|
||||
guaranteed_exoplanets = list(/obj/effect/overmap/visitable/sector/exoplanet/xanu)
|
||||
|
||||
ports_of_call = list("Pataliputra")
|
||||
scheduled_port_visits = list("Saturday", "Sunday")
|
||||
starlight_range = 2
|
||||
|
||||
lobby_tracks = list(
|
||||
'sound/music/regional/xanu/xanu_rock_1.ogg',
|
||||
'sound/music/regional/xanu/xanu_rock_2.ogg'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user