Files
a24345a43b Scenario - Environmental Testing Facility (#19611)
changes:
- rscadd: "Adds Environmental Testing Facility odyssey scenario. Big
map."
  - rscadd: "Removes green tint from the minimap program/reader."
  - rscadd: "Adds/reorganizes some generic outfits."
  - rscadd: "Adds some generic odyssey actor roles."
- rscadd: "Adds actor accesses system to odyssey scenarios, and a
self-service access terminal."
- rscadd: "Adds some warnings to odyssey actor teleporter, in case ID
access or headset are missing."
  - rscadd: "Adds some more random spawners."
  - rscadd: "Adds better sprites door helpers."
  - rscadd: "Adds access door helper."
  - rscadd: "Adds info box to odyssey actor panel about roles."



![image](https://github.com/user-attachments/assets/fc2c0316-e95b-49f8-ac8b-55d03ef47b18)

![image](https://github.com/user-attachments/assets/36a680e8-47bf-4a12-b0a4-7c83cad9e74e)

![image](https://github.com/user-attachments/assets/fca04220-5457-4fa0-9045-cbf9f3f7e013)

![image](https://github.com/user-attachments/assets/6c0c4af2-ae63-4824-bcbe-59519156d288)

![image](https://github.com/user-attachments/assets/a5022487-b2db-4b37-ad16-a9e287ea1695)

![image](https://github.com/user-attachments/assets/96eee079-5aa4-4606-8c7e-ca8f5c3444d4)

---------

Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com>
Co-authored-by: DreamySkrell <>
Co-authored-by: AuroraBuildBot <action@github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2025-03-25 20:40:32 +00:00

152 lines
3.1 KiB
Plaintext

/datum/exoplanet_theme/barren
name = "Barren"
surface_turfs = list(
/turf/simulated/mineral/planet,
/turf/simulated/floor/exoplanet/barren
)
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/barren
)
)
mountain_threshold = 0.6
heat_levels = list(
BIOME_POLAR = 1.0
)
humidity_levels = list(
BIOME_ARID = 1.0
)
/datum/exoplanet_theme/barren/mountain
mountain_threshold = 0.0
/datum/exoplanet_theme/barren/raskara
name = "Raskara"
surface_turfs = list(
/turf/simulated/mineral/planet,
/turf/simulated/floor/exoplanet/barren/raskara
)
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/barren/raskara
)
)
/datum/exoplanet_theme/barren/asteroid
name = "Asteroid"
mountain_threshold = 0.5
perlin_zoom = 21
surface_turfs = list(
/turf/simulated/mineral,
/turf/simulated/floor/exoplanet/asteroid/ash
)
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/barren/asteroid
)
)
/datum/exoplanet_theme/barren/asteroid/ice
name = "Ice Asteroid"
surface_turfs = list(
/turf/simulated/mineral/planet,
/turf/simulated/floor/exoplanet/ice,
/turf/simulated/floor/exoplanet/ice/dark
)
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/barren/asteroid/ice
)
)
/datum/exoplanet_theme/barren/asteroid/phoron
name = "Romanovich Asteroid"
wall_ore_levels = list(
ORE_PHORON = 0.7,
ORE_PLATINUM = 0.6,
ORE_DIAMOND = 0.6,
ORE_URANIUM = 0.7,
ORE_GOLD = 0.68,
ORE_SILVER = 0.7,
ORE_COAL = 0.9,
ORE_IRON = 0.92,
)
ground_ore_levels = list(
SURFACE_ORES = list(
ORE_IRON = list(2, 4),
ORE_GOLD = list(0, 2),
ORE_SILVER = list(0, 2),
ORE_URANIUM = list(0, 2)
),
RARE_ORES = list(
ORE_GOLD = list(1, 3),
ORE_SILVER = list(1, 3),
ORE_URANIUM = list(1, 3),
ORE_PLATINUM = list(1, 3),
ORE_PHORON = list(0, 2)
),
DEEP_ORES = list(
ORE_URANIUM = list(0, 2),
ORE_DIAMOND = list(0, 2),
ORE_PLATINUM = list(2, 4),
ORE_HYDROGEN = list(1, 3),
ORE_PHORON = list(0, 2)
)
)
/datum/exoplanet_theme/barren/pid
name = "Pid"
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/barren/pid
)
)
/datum/exoplanet_theme/barren/asteroid/chanterel
name = "Chanterel"
surface_turfs = list(
/turf/simulated/mineral/planet,
/turf/simulated/floor/exoplanet/barren
)
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/barren
)
)
wall_ore_levels = list(
ORE_PLATINUM = 0.6,
ORE_DIAMOND = 0.6,
ORE_URANIUM = 0.7,
ORE_GOLD = 0.68,
ORE_SILVER = 0.7,
ORE_COAL = 0.9,
ORE_IRON = 0.92,
)
ground_ore_levels = list(
SURFACE_ORES = list(
ORE_IRON = list(2, 4),
ORE_GOLD = list(0, 2),
ORE_SILVER = list(0, 2),
ORE_URANIUM = list(0, 2)
),
RARE_ORES = list(
ORE_GOLD = list(1, 3),
ORE_SILVER = list(1, 3),
ORE_URANIUM = list(1, 3),
ORE_PLATINUM = list(1, 3),
),
DEEP_ORES = list(
ORE_URANIUM = list(0, 2),
ORE_DIAMOND = list(0, 2),
ORE_PLATINUM = list(2, 4),
ORE_HYDROGEN = list(1, 3),
)
)