mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Add musical instruments to maint loot list (#7121)
* Add musical instruments to maint loot list (#60410) * Add musical instruments to maint loot list Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
@@ -237,6 +237,23 @@ GLOBAL_LIST_INIT(uncommon_loot, list(//uncommon: useful items
|
||||
/obj/item/food/monkeycube = 1,
|
||||
) = 8,
|
||||
|
||||
list(//music
|
||||
/obj/item/instrument/violin = 5,
|
||||
/obj/item/instrument/banjo = 5,
|
||||
/obj/item/instrument/guitar = 5,
|
||||
/obj/item/instrument/eguitar = 5,
|
||||
/obj/item/instrument/glockenspiel = 5,
|
||||
/obj/item/instrument/accordion = 5,
|
||||
/obj/item/instrument/trumpet = 5,
|
||||
/obj/item/instrument/saxophone = 5,
|
||||
/obj/item/instrument/trombone = 5,
|
||||
/obj/item/instrument/recorder = 5,
|
||||
/obj/item/instrument/harmonica = 5,
|
||||
/obj/item/instrument/bikehorn = 2,
|
||||
/obj/item/instrument/violin/golden = 2,
|
||||
/obj/item/instrument/musicalmoth = 1,
|
||||
) = 2,
|
||||
|
||||
list(//fakeout items, keep this list at low relative weight
|
||||
/obj/item/dice/d20 = 1, //To balance out the stealth die of fates in oddities
|
||||
/obj/item/clothing/shoes/jackboots = 1,
|
||||
@@ -312,7 +329,12 @@ GLOBAL_LIST_INIT(oddity_loot, list(//oddity: strange or crazy items
|
||||
/obj/item/dice/d20/fate/stealth/cursed = 1, //Only rolls 1
|
||||
/obj/item/clothing/shoes/jackboots/fast = 1,
|
||||
/obj/item/clothing/suit/armor/reactive/table = 1,
|
||||
/obj/item/storage/box/donkpockets/donkpocketgondola = 1
|
||||
/obj/item/storage/box/donkpockets/donkpocketgondola = 1,
|
||||
list(//music
|
||||
/obj/item/instrument/saxophone/spectral = 1,
|
||||
/obj/item/instrument/trumpet/spectral = 1,
|
||||
/obj/item/instrument/trombone/spectral = 1,
|
||||
) = 1,
|
||||
))
|
||||
|
||||
//Maintenance loot spawner pools
|
||||
|
||||
Reference in New Issue
Block a user