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
@@ -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
)