Grants the white ship submaps (#29140)

* you will get a robotics bay and you will like it

* also nanopaste

* work

* and kill those whoops

* holy fuck how many times did I missclick

* stop fucking unticking shit please fuck

* colour coding

* fix floor

---------

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
Qwertytoforty
2025-05-22 00:09:18 +00:00
committed by GitHub
co-authored by warriorstar-orion
parent d91c93ece6
commit bb94eae308
9 changed files with 3538 additions and 216 deletions
@@ -58,8 +58,33 @@
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/dvorak/turret_room
name = "DVORAK turret room"
// Rocky Motel mapanips
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/rocky_motel
name = "Rocky motel submap"
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/rocky_motel
name = "Rocky motel submap"
// White ship mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/medbay
name = "white_ship medbay"
color = COLOR_LIME
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/medbay
name = "white_ship medbay"
color = COLOR_LIME
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/storage
name = "white_ship storage"
color = COLOR_SUN
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/storage
name = "white_ship storage"
color = COLOR_SUN
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/gun_room
name = "white_ship gun room"
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/gun_room
name = "white_ship gun room"
@@ -363,3 +363,43 @@
/obj/effect/spawner/random/pool/spaceloot/mechtransport/storage4
loot = list(/obj/item/mecha_parts/core)
/obj/effect/spawner/random/pool/spaceloot/whiteship_robotics
name = "whiteship robotics implant"
guaranteed = TRUE
point_value = 15
spawn_random_offset = TRUE
spawn_random_offset_max_pixels = 8
loot = list(
/obj/item/organ/internal/cyberimp/chest/nutriment,
/obj/item/organ/internal/cyberimp/brain/wire_interface,
/obj/item/organ/internal/cyberimp/arm/toolset,
/obj/item/organ/internal/eyes/cybernetic/meson,
)
/obj/effect/spawner/random/pool/spaceloot/whiteship_armoury_shotgun_ammo
name = "whiteship shotgun ammo"
guaranteed = TRUE
spawn_loot_chance = 33
point_value = 10 // Do you have a shotgun?
loot = list(
/obj/item/storage/fancy/shell/confetti,
/obj/item/storage/fancy/shell/ion,
/obj/item/storage/fancy/shell/incindiary,
/obj/item/storage/fancy/shell/dragonsbreath,
/obj/item/storage/fancy/shell/rubbershot,
)
/obj/effect/spawner/random/pool/spaceloot/whiteship_armoury_c_foam
name = "whiteship c_foam"
icon_state = "stetchkin"
guaranteed = TRUE
spawn_loot_chance = 20 // 1/5 chance after a 1/3 chance for this layout.
point_value = 40
loot = list(
/obj/item/gun/projectile/c_foam_launcher
)