mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
## About The Pull Request Arcade loot is much more diverse and contains more possible toy spawns. This was introduced in a previous PR but it had to be disabled because of an upstream change with arcade machines. Abandoned Crate loot now uses the rare/oddity loot table instead of its own custom and extremely outdated loot table. It also has some extra... consequences sometimes. Adds a bunch of missing maintenance loot, and shifts a lot of it around based on personal experience. Makes common maint loot more common. Reduces the amount of trash that trash piles create. Fixes a funny issue when you use trash piles with TK at a distance. Fixes the "Debug Maintenance Loot" verb not existing due to an upstream change. Adds a new category called "one of a kind" loot that contains the absurd type of maint loot that can only be spawned once (of each type). They can be found rarely in abandoned crates, or very rarely in trash piles. (Buff?) ## Why It's Good For The Game Abandoned crate loot had too small of a loot pool, and was pretty low risk high reward considering there are auto-solvers that you can use to automatically cheese your way through the puzzle. Some maint loot was missing/outdated, and did not have some things that existed in /tg/'s "vanilla" maintenance loot pool. This needed to change. On some maps that only had trash piles (Voidraptor), maintenance was a hellscape of clutter. This should make it less worse. ## Proof Of Testing Draft because untested. And also I'm tired. ## Changelog 🆑 BurgerBB add: Overhauls loot that can spawn in abandoned crates, maintenance, and trash piles. /🆑 --------- Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com> Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
#define maint_trash_weight 2100 //BUBBERSTATION CHANGE: 4200 TO 2100.
|
|
#define maint_common_weight 4500
|
|
#define maint_uncommon_weight 1100
|
|
#define maint_rarity_weight 199
|
|
#define maint_oddity_weight 1
|
|
#define maint_holiday_weight 3500
|