Files
aaea5d8a57 Assunzione & Port Volturno (#22258)
Contains assets, code, maps, etc. for Assunzione and Port Volturno. This
is something like v0.9 for live unit testing, etc. Do not merge yet.

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

| Path | Original Author | License |
| --- | --- | --- |
| icons/obj/structure/urban/arches.dmi |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/assunzione_neon.dmi |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/assunzione_signs.dmi (stafylia_sign) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/billboard.dmi (sign_assunzione1 & 2) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/poles.dmi (radial_floodlight) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/restaurant.dmi (menu_gyro) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/statues.dmi (aec_small) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/pottedplants_big.dmi (luce-vine-plant) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/pottedplants_small.dmi (luce-vine-plant) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/billboard.dmi (sign_assunzione3) | Minzeyes
| CC-BY-SA |
| icons/obj/structure/urban/assunzione_96x110.dmi | Minzeyes | CC-BY-SA
|
| icons/turf/smooth/composite_brick.dmi |
[nauticall](https://github.com/nauticall) | CC-BY-SA |

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
Co-authored-by: Kano <89972582+kano-dot@users.noreply.github.com>
2026-04-19 19:50:20 +00:00

123 lines
3.2 KiB
Plaintext

/datum/exoplanet_theme/snow
name = "Boreal Forest"
surface_turfs = list(
/turf/simulated/mineral/planet
)
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/water/ice,
BIOME_SEMIARID = /singleton/biome/snow
),
BIOME_COOL = list(
BIOME_ARID = /singleton/biome/snow,
BIOME_SEMIARID = /singleton/biome/snow/forest
)
)
heat_levels = list(
BIOME_POLAR = 0.3,
BIOME_COOL = 1.0,
)
humidity_levels = list(
BIOME_ARID = 0.7,
BIOME_SEMIARID = 1.0
)
/datum/exoplanet_theme/snow/tundra
name = "Frozen Tundra"
heat_levels = list(
BIOME_POLAR = 0.7,
BIOME_COOL = 1.0
)
mountain_threshold = 0.6
/datum/exoplanet_theme/snow/adhomai
name = "Adhomai"
surface_turfs = list(
/turf/simulated/mineral/adhomai
)
mountain_threshold = 0.6
mountain_biome = /singleton/biome/mountain/adhomai
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/water/ice,
BIOME_SEMIARID = /singleton/biome/snow/adhomai
),
BIOME_COOL = list(
BIOME_ARID = /singleton/biome/snow/adhomai,
BIOME_SEMIARID = /singleton/biome/snow/forest/adhomai
)
)
/// Special biome when Raskara blocks the Suns. We will have hostile animals spawn more often
/datum/exoplanet_theme/snow/adhomai/darkest_eclipse
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/water/ice,
BIOME_SEMIARID = /singleton/biome/snow/adhomai/eclipse
),
BIOME_COOL = list(
BIOME_ARID = /singleton/biome/snow/adhomai/eclipse,
BIOME_SEMIARID = /singleton/biome/snow/forest/adhomai/eclipse
)
)
/datum/exoplanet_theme/snow/tundra/adhomai
name = "Adhomai North Pole"
mountain_biome = /singleton/biome/mountain/adhomai
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/water/ice/polar,
BIOME_SEMIARID = /singleton/biome/snow/adhomai/polar
),
BIOME_COOL = list(
BIOME_ARID = /singleton/biome/snow/adhomai/polar,
BIOME_SEMIARID = /singleton/biome/snow/adhomai/polar
)
)
/// Special biome when Raskara blocks the Suns. We will have hostile animals spawn more often
/datum/exoplanet_theme/snow/tundra/adhomai/darkest_eclipse
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/water/ice/polar,
BIOME_SEMIARID = /singleton/biome/snow/adhomai/polar/eclipse
),
BIOME_COOL = list(
BIOME_ARID = /singleton/biome/snow/adhomai/polar/eclipse,
BIOME_SEMIARID = /singleton/biome/snow/adhomai/polar/eclipse
)
)
/datum/exoplanet_theme/snow/tundra/xanu_himavatia
name = "Himavatian Tundra"
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/water/ice,
BIOME_SEMIARID = /singleton/biome/snow/xanu
),
BIOME_COOL = list(
BIOME_ARID = /singleton/biome/snow/xanu,
BIOME_SEMIARID = /singleton/biome/snow/forest/xanu
)
)
/datum/exoplanet_theme/snow/assunzione
name = "Assunzione"
surface_turfs = list(
/turf/simulated/floor/exoplanet/permafrost
)
mountain_biome = null
possible_biomes = list(
BIOME_POLAR = list(
BIOME_ARID = /singleton/biome/water/ice,
BIOME_SEMIARID = /singleton/biome/snow/assunzione
),
BIOME_COOL = list(
BIOME_ARID = /singleton/biome/water/ice,
BIOME_SEMIARID = /singleton/biome/snow/assunzione
)
)