Files
CHOMPStation2/code/datums/elements/lootable/trash.dm
CHOMPStation2StaffMirrorBot a59d0bf195 [MIRROR] upport petcubes (#11363)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
2025-08-09 12:09:10 -04:00

164 lines
5.9 KiB
Plaintext

// Special loot pile that uses gamma items. These spawn only once!
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/datum/element/lootable/trash_pile
chance_uncommon = 20
chance_rare = 2
chance_gamma = 1 // Special single drop table
common_loot = list(
/obj/item/clothing/gloves/rainbow,
/obj/item/clothing/gloves/white,
/obj/item/storage/backpack,
/obj/item/storage/backpack/satchel/norm,
/obj/item/storage/box,
// /obj/random/cigarettes,
/obj/item/broken_device/random,
/obj/item/clothing/head/hardhat,
/obj/item/clothing/mask/breath,
/obj/item/clothing/shoes/black,
/obj/item/clothing/shoes/black,
/obj/item/clothing/shoes/laceup,
/obj/item/clothing/shoes/laceup/brown,
/obj/item/clothing/suit/storage/hazardvest,
/obj/item/clothing/under/color/grey,
/obj/item/clothing/suit/caution,
/obj/item/cell,
/obj/item/cell/device,
/obj/item/reagent_containers/food/snacks/liquidfood,
/obj/item/spacecash/c1,
/obj/item/storage/backpack/satchel,
/obj/item/storage/briefcase,
/obj/item/clothing/accessory/storage/webbing,
/obj/item/clothing/glasses/meson,
/obj/item/clothing/gloves/botanic_leather,
/obj/item/clothing/head/hardhat/red,
/obj/item/clothing/mask/gas,
/obj/item/clothing/mask/gas/clear, // CHOMPAdd
/obj/item/clothing/suit/storage/apron,
/obj/item/clothing/suit/storage/toggle/bomber,
/obj/item/clothing/suit/storage/toggle/brown_jacket,
/obj/item/clothing/suit/storage/toggle/hoodie/black,
/obj/item/clothing/suit/storage/toggle/hoodie/blue,
/obj/item/clothing/suit/storage/toggle/hoodie/red,
/obj/item/clothing/suit/storage/toggle/hoodie/yellow,
/obj/item/clothing/suit/storage/toggle/leather_jacket,
/obj/item/pda,
/obj/item/radio/headset,
/obj/item/camera_assembly,
/obj/item/clothing/head/cone,
/obj/item/cell/high,
/obj/item/spacecash/c10,
/obj/item/spacecash/c20,
/obj/item/storage/backpack/dufflebag,
/obj/item/storage/box/donkpockets,
/obj/item/storage/box/mousetraps,
/obj/item/storage/wallet)
uncommon_loot = list(
/obj/item/clothing/glasses/meson/prescription,
/obj/item/clothing/gloves/fyellow,
/obj/item/clothing/gloves/sterile/latex,
/obj/item/clothing/head/welding,
/obj/item/clothing/mask/gas/half,
/obj/item/clothing/shoes/galoshes,
/obj/item/clothing/under/pants/camo,
/obj/item/clothing/under/syndicate/tacticool,
/obj/item/clothing/under/hyperfiber,
/obj/item/camera,
/obj/item/flashlight/flare,
/obj/item/flashlight/glowstick,
/obj/item/flashlight/glowstick/blue,
/obj/item/card/emag_broken,
/obj/item/cell/super,
/obj/item/poster,
/obj/item/reagent_containers/glass/rag,
/obj/item/storage/box/sinpockets,
/obj/item/storage/secure/briefcase,
/obj/item/clothing/under/fluff/latexmaid,
/obj/item/toy/tennis,
/obj/item/toy/tennis/red,
/obj/item/toy/tennis/yellow,
/obj/item/toy/tennis/green,
/obj/item/toy/tennis/cyan,
/obj/item/toy/tennis/blue,
/obj/item/toy/tennis/purple,
/obj/item/toy/baseball,
/obj/item/storage/box/brainzsnax,
/obj/item/storage/box/brainzsnax/red,
/obj/item/clothing/glasses/sunglasses,
/obj/item/clothing/glasses/sunglasses/bigshot,
/obj/item/clothing/glasses/welding,
/obj/item/clothing/gloves/yellow,
/obj/item/clothing/head/bio_hood/general,
/obj/item/clothing/head/ushanka,
/obj/item/clothing/shoes/syndigaloshes,
/obj/item/clothing/suit/bio_suit/general,
/obj/item/clothing/suit/space/emergency,
/obj/item/clothing/under/harness,
/obj/item/clothing/under/tactical,
/obj/item/clothing/suit/armor/material/makeshift,
/obj/item/flashlight/glowstick/orange,
/obj/item/flashlight/glowstick/red,
/obj/item/flashlight/glowstick/yellow,
/obj/item/flashlight/pen,
/obj/item/paicard,
/obj/item/clothing/accessory/permit/gun,
/obj/item/clothing/mask/gas/voice,
/obj/item/spacecash/c100,
/obj/item/spacecash/c50,
/obj/item/storage/backpack/dufflebag/syndie,
/obj/item/storage/box/cups)
rare_loot = list(
/obj/item/pizzavoucher,
/obj/item/card/emag, // CHOMPAdd
/obj/item/storage/pill_bottle/paracetamol,
/obj/item/storage/pill_bottle/happy,
/obj/item/storage/pill_bottle/zoom,
/obj/item/seeds/ambrosiavulgarisseed,
/obj/item/gun/energy/sizegun,
/obj/item/slow_sizegun,
/obj/item/clothing/accessory/collar/shock/bluespace,
/obj/item/cracker,
/obj/item/material/butterfly,
/obj/item/material/butterfly/switchblade,
/obj/item/clothing/accessory/knuckledusters,
/obj/item/clothing/gloves/heavy_engineer,
/obj/item/reagent_containers/syringe/drugs,
/obj/item/reagent_containers/syringe/old,
/obj/item/implanter/sizecontrol,
/obj/item/handcuffs/fuzzy,
/obj/item/handcuffs/legcuffs/fuzzy,
/obj/item/storage/box/syndie_kit/spy,
/obj/item/grenade/anti_photon,
/obj/item/clothing/under/hyperfiber/bluespace,
/obj/item/selectable_item/chemistrykit/size,
/obj/item/selectable_item/chemistrykit/gender,
/obj/item/clothing/gloves/bluespace/emagged,
/obj/item/reagent_containers/glass/beaker/vial/sustenance,
/obj/item/clothing/suit/storage/vest/heavy/merc,
/obj/item/nif/bad,
/obj/item/radio_jammer,
/obj/item/sleevemate,
/obj/item/bodysnatcher,
/obj/item/mindbinder, // CHOMPAdd
/obj/item/beartrap,
/obj/item/cell/hyper/empty,
/obj/item/disk/nifsoft/compliance,
/obj/item/implanter/compliance,
/obj/item/material/knife/tacknife,
/obj/item/storage/box/survival/space,
/obj/item/storage/secure/briefcase/trashmoney,
/obj/item/survivalcapsule/popcabin,
/obj/item/reagent_containers/syringe/steroid,
/obj/item/capture_crystal,
/obj/item/perfect_tele/one_beacon,
/obj/item/clothing/gloves/bluespace,
/obj/item/gun/energy/mouseray,
/obj/item/clothing/accessory/collar/shock/bluespace/modified,
/obj/item/gun/energy/sizegun/backfire,
/obj/item/grenade/spawnergrenade/clustaur, // CHOMPAdd
/obj/item/storage/box/monkeycubes,
/obj/item/storage/box/monkeycubes/pets/NT_standard,
/obj/item/storage/box/monkeycubes/pets/NT_special)