The CI should now load balance the exoplanets to test across 3 pods (#18608)

* sdfas

* sd f

* sfda

* hbjjhb
This commit is contained in:
Fluffy
2024-03-10 00:29:34 +00:00
committed by GitHub
parent d6ab6b89df
commit bd04fc5fe7
13 changed files with 277 additions and 6 deletions
@@ -13,6 +13,8 @@
place_near_main = list(1, 1)
unit_test_groups = list(2)
/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/update_icon()
icon_state = "asteroid[rand(1,3)]"
+1
View File
@@ -11,6 +11,7 @@
water_color = null
ruin_planet_type = PLANET_BARREN
ruin_allowed_tags = RUIN_AIRLESS|RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
unit_test_groups = list(1)
/obj/effect/overmap/visitable/sector/exoplanet/barren/generate_habitability()
return HABITABILITY_BAD
@@ -13,6 +13,8 @@
ruin_planet_type = PLANET_CRYSTAL
ruin_allowed_tags = RUIN_AIRLESS|RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
unit_test_groups = list(3)
/obj/effect/overmap/visitable/sector/exoplanet/crystal/generate_habitability()
return HABITABILITY_BAD
+2
View File
@@ -16,6 +16,8 @@
ruin_planet_type = PLANET_DESERT
ruin_allowed_tags = RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
unit_test_groups = list(1)
/obj/effect/overmap/visitable/sector/exoplanet/desert/generate_map()
lightlevel = rand(5,10)/10 //deserts are usually :lit:
..()
+2
View File
@@ -15,6 +15,8 @@
ruin_planet_type = PLANET_GRASS
ruin_allowed_tags = RUIN_LOWPOP|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
unit_test_groups = list(2)
/obj/effect/overmap/visitable/sector/exoplanet/grass/generate_map()
if(prob(40))
lightlevel = rand(1,7)/10 //give a chance of twilight jungle
+2
View File
@@ -13,5 +13,7 @@
ruin_planet_type = PLANET_GROVE
ruin_allowed_tags = RUIN_LOWPOP|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
unit_test_groups = list(3)
/obj/effect/overmap/visitable/sector/exoplanet/grass/grove/get_surface_color()
return "#5C7F34"
+2
View File
@@ -15,6 +15,8 @@
ruin_planet_type = PLANET_LAVA
ruin_allowed_tags = RUIN_AIRLESS|RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
unit_test_groups = list(1)
/obj/effect/overmap/visitable/sector/exoplanet/lava/generate_habitability()
return HABITABILITY_BAD
+2
View File
@@ -17,6 +17,8 @@
ruin_planet_type = PLANET_SNOW
ruin_allowed_tags = RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
unit_test_groups = list(2)
/obj/effect/overmap/visitable/sector/exoplanet/snow/generate_atmosphere()
..()
if(atmosphere)