mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 18:06:56 +01:00
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
/datum/prototype/struct/loot_table/abandoned_crate
|
|
id = "LootTable-AbandonedCrate"
|
|
contents = list(
|
|
/datum/prototype/struct/loot_pack/ore/valuable = 5,
|
|
/datum/prototype/struct/loot_pack/gear/space_miner/basic = 5,
|
|
/datum/prototype/struct/loot_pack/hydroponics/drug_kit = 5,
|
|
/datum/prototype/struct/loot_pack/money/medium = 5,
|
|
/datum/prototype/struct/loot_pack/gear/space_miner/advanced = 2,
|
|
/datum/prototype/struct/loot_pack/toys/chaotic = 2,
|
|
/datum/prototype/struct/loot_pack/hydroponics/random_seeds = 2,
|
|
/datum/prototype/struct/loot_pack/archeology/dangerous = 2,
|
|
/datum/prototype/struct/loot_pack/chemistry/advanced = 2,
|
|
/datum/prototype/struct/loot_pack/science/stock_parts/chaotic = 2,
|
|
/datum/prototype/struct/loot_pack/weapons/melee1 = 2,
|
|
/datum/prototype/struct/loot_pack/clothing/chaotic = 2,
|
|
/datum/prototype/struct/loot_pack/misc/wrestlemania = 1,
|
|
/datum/prototype/struct/loot_pack/misc/clown = 1,
|
|
/datum/prototype/struct/loot_pack/misc/mime = 1,
|
|
/obj/item/dnainjector/xraymut = 0.5,
|
|
/obj/item/dnainjector/firemut = 0.5,
|
|
)
|