mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
a24345a43b
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."       --------- 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>
152 lines
3.1 KiB
Plaintext
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),
|
|
)
|
|
)
|
|
|