Adds an Idris Stargazer event map (#14753)

This commit is contained in:
kyres1
2022-09-24 12:44:34 +02:00
committed by GitHub
parent 5f46b3d9db
commit 0fae4f1043
17 changed files with 96169 additions and 4 deletions
@@ -14,7 +14,6 @@
skybox_icon = "valley_hale"
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)
/datum/space_sector/new_ankara
name = SECTOR_NEW_ANKARA
description = "New Ankara is the home system of the Republic of Elyra. Its capital is Persepolis. The planet was originally an arid planet with a modest atmosphere and stubborn \
@@ -54,5 +53,4 @@
name = SECTOR_UUEOAESA
description = "The home of the Unathi race, Uueoa-Esa is a solar system with 4 rocky planets and 1 gas giant. Moghes is the homeworld of the Unathi species and third from its mother star. \
It is similar in density and composition to Earth and held host to varied and complex environments and local fauna and flora. It's surface area of salt water is much lower than most other habitable planets. \
Moghes is currently experiencing immense environmental degradation following a global nuclear war in the 2430's."
Moghes is currently experiencing immense environmental degradation following a global nuclear war in the 2430's."
@@ -0,0 +1,12 @@
//A file for generic event sectors that can be visited regardless of the location of the ship for repeated events.
/datum/space_sector/generic
name = SECTOR_GENERIC
description = "A generic sector of space with nothing remarkable in its vicinity, much less regional indicators."
skybox_icon = "black_hole"
//The star nursery sector. This isn't technically a labelled map sector, but this functions to change the skybox. For use in the idris_cruise event map.
/datum/space_sector/star_nursery
name = SECTOR_STAR_NURSERY
description = "A corporate-owned open space star nursery. The stellar climate here is unbelievably chaotic, leading to some of the most fabulous views one can see in all the galaxy. \
The study of these cosmic fields is a lucrative one, as one can see the very moments stars and their systems are born and die here. The wonders outside each viewport are truly humbling."
skybox_icon = "star_nursery"