Adds the Xanu System & Xanu Prime (#20917)

Adds a Xanu region for Xanu Prime to spawn in. Ice/barren asteroids as
possible spawns for mining operations.

Adds Xanu Prime as a visitable planet, with 2 regions: the arid
grasslands of Naya-Khyber; the tundra of Himavatia.

Only basic, super generic planet ruins included.

Random ground survey data available for scientific investigations.

The following assets that **have not** been created by myself are
included in this PR:

| Path | Original Author | License |
| --- | --- | --- |
| /html/images/scans/exoplanets/xanu_prime.png | Kyres1 (Sourced from
our own wiki) | CC BY-SA 4.0 |
| /sound/music/regional/xanu/xanu_rock_1.ogg | Swara Sutra
(https://swarasutra.bandcamp.com/album/indulgence) | CC BY-NC-SA 3.0 |
| /sound/music/regional/xanu/xanu_rock_2.ogg | Swara Sutra
(https://swarasutra.bandcamp.com/album/indulgence) | CC BY-NC-SA 3.0 |
This commit is contained in:
smellie
2025-07-10 17:27:38 +00:00
committed by GitHub
parent 7b9692be60
commit 7b865b9f2e
21 changed files with 328 additions and 12 deletions
@@ -51,11 +51,9 @@
/datum/space_sector/libertys_cradle
name = SECTOR_LIBERTYS_CRADLE
description = "The beating heart of the modern Coalition of Colonies, Libertys Cradle is home to many of the Coalitions 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, Libertys 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 = "the_clash"//placeholder
skybox_icon = "arusha"//placeholder
// cargo_price_coef = TBD
starlight_color = "#962d96"
starlight_power = 2
starlight_range = 4
starlight_range = 2
/datum/space_sector/burzsia
name = SECTOR_BURZSIA
@@ -133,3 +131,19 @@
"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'
)