Skip to content

Commit

Permalink
Bluespace Harvester: Loot changes, Events, and more (#27438)
Browse files Browse the repository at this point in the history
* Description, vars

* Lootpools and item spawning

* Automatic spawning, Motherlode

* PBJ Bag, Proper dirty probability

* Added more items to organic lootpool

* BSH Events

* Event condensing, product var fix

* Spawn location condensing

Co-authored-by: Contrabang <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Postclean

* Event list relocation, some announcement changes.

* Motherlode announcement over radio instead of announcement

* Created parent type for engineering events

* Motherlode spawn location optimization and turf selection

* More efficient rarity picking

* Adjusted lootpool

* Adjusted ruins that use BSH loot pools

* Excess Spacing

Co-authored-by: 1080pCat <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Comment Format

Co-authored-by: 1080pCat <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Comment Format

Co-authored-by: 1080pCat <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>

* Lootpool comments

* Made syndie donk rare

* Migrated lootpools

* Map fixes

* fix up maps

* Repaths a couple map things

* Engineering event documentation and cleanup

* Product documentation, tap location, formatting

* Nulled var on destroy, documentation

* Handles not finding a valid spawn location

* Error fixes

* Fixes runtime if no NAD spawn points.

---------

Signed-off-by: PollardTheDragon <[email protected]>
Co-authored-by: Contrabang <[email protected]>
Co-authored-by: 1080pCat <[email protected]>
Co-authored-by: warriorstar-orion <[email protected]>
  • Loading branch information
4 people authored Jan 5, 2025
1 parent 57c0d13 commit 1c1eb2d
Show file tree
Hide file tree
Showing 13 changed files with 753 additions and 317 deletions.
12 changes: 5 additions & 7 deletions _maps/map_files/RandomRuins/SpaceRuins/deepstorage.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,7 @@
dir = 6
},
/obj/structure/table,
/obj/item/storage/firstaid/regular{
pixel_y = 0
},
/obj/item/storage/firstaid/regular,
/turf/simulated/floor/catwalk/airless,
/area/ruin/space/unpowered)
"bv" = (
Expand Down Expand Up @@ -1277,7 +1275,7 @@
/area/ruin/space/deepstorage)
"gq" = (
/obj/structure/rack,
/obj/effect/spawner/random/bluespace_tap/cultural,
/obj/effect/spawner/random/bluespace_tap/cultural_rare,
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "vault"
Expand Down Expand Up @@ -2659,7 +2657,7 @@
/obj/item/salvage/ruin/soviet,
/obj/structure/rack,
/obj/item/stack/spacecash/c500,
/obj/effect/spawner/random/bluespace_tap/cultural,
/obj/effect/spawner/random/bluespace_tap/cultural_rare,
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "vault"
Expand All @@ -2669,7 +2667,7 @@
/obj/structure/rack,
/obj/effect/turf_decal/delivery/hollow,
/obj/item/stack/spacecash/c500,
/obj/effect/spawner/random/bluespace_tap/organic,
/obj/effect/spawner/random/bluespace_tap/organic_rare,
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "vault"
Expand Down Expand Up @@ -5468,7 +5466,7 @@
"IR" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/structure/rack,
/obj/effect/spawner/random/bluespace_tap/organic,
/obj/effect/spawner/random/bluespace_tap/organic_rare,
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "vault"
Expand Down
Loading

0 comments on commit 1c1eb2d

Please sign in to comment.