Files
Aurora.3/code/modules/cargo/items/supply.dm
T
nautandGitHub 3f9b0d5658 Some cargo tweaks and adjustments (Oct '25) (#21446)
- Added the following items to cargo: pig, Cleanbot, Farmbot, Medibot,
autopsy scanner, package/gift wrapping paper, PDA, universal (tape)
recorder, IV stand, camping set & sleeping bags, InUs Game-Helm, produce
boxes, paper scanner, data drives.
- Moved certain cargo items to other categories.
- Modified the pricing of blood, hydroponics trays, certain drink
canisters, and organ coolers. Made folders and SBS blood come in
multiple per order.
- Miscellaneous spellchecks and grammar fixes in cargo.
- Capped pizza boxes available in the mining vending machine to 2.

Certain tweaks, adjustments and additions for QOL and ordering the
unfindable for people (i.e. autopsy scanner).

Pizza vending thing was changed so that miners can no longer skirt
supply shortages by simply unloading 500 pizzas into everyone's lap.
Sorry.
2025-10-16 20:28:58 +00:00

408 lines
8.7 KiB
Plaintext

/singleton/cargo_item/box
category = "supply"
name = "boxes (x5)"
supplier = "orion"
description = "Versatile cardboard boxes."
price = 15
items = list(
/obj/item/storage/box
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 5
/singleton/cargo_item/package_wrapper
category = "supply"
name = "package wrapping paper (x2)"
supplier = "orion"
description = "Package wrapping paper, for deliveries."
price = 10
items = list(
/obj/item/stack/packageWrap
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 2
/singleton/cargo_item/gift_wrapper
category = "supply"
name = "gift wrapping paper (x2)"
supplier = "orion"
description = "Gift wrapping paper, for festive activities."
price = 10
items = list(
/obj/item/stack/wrapping_paper
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 2
/singleton/cargo_item/bucket
category = "supply"
name = "bucket"
supplier = "blam"
description = "It's a bucket."
price = 8
items = list(
/obj/item/reagent_containers/glass/bucket
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/chestdrawer
category = "supply"
name = "chest drawer"
supplier = "orion"
description = "A large cabinet with drawers."
price = 45
items = list(
/obj/structure/filingcabinet/chestdrawer
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/clipboard
category = "supply"
name = "clipboard"
supplier = "orion"
description = "The timeless prop for looking like you're working."
price = 12
items = list(
/obj/item/clipboard
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/folderblue
category = "supply"
name = "blue folders (x5)"
supplier = "orion"
description = "Five blue folders."
price = 4.50
items = list(
/obj/item/folder/blue
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 5
/singleton/cargo_item/folderyellow
category = "supply"
name = "yellow folders (x5)"
supplier = "orion"
description = "Five yellow folders."
price = 4.50
items = list(
/obj/item/folder/yellow
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 5
/singleton/cargo_item/folderred
category = "supply"
name = "red folders (x5)"
supplier = "orion"
description = "Five red folders."
price = 4.50
items = list(
/obj/item/folder/red
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 5
/singleton/cargo_item/folderwhite
category = "supply"
name = "white folders (x5)"
supplier = "orion"
description = "Five white folders."
price = 4.50
items = list(
/obj/item/folder/white
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 5
/singleton/cargo_item/handlabeler
category = "supply"
name = "hand labeler"
supplier = "nanotrasen"
description = "Yes, it has your name on it!"
price = 12.50
items = list(
/obj/item/device/hand_labeler
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/inflatableduck
category = "supply"
name = "rubber duck"
supplier = "nanotrasen"
description = "No bother to sink or swim when you can just float!"
price = 4.50
items = list(
/obj/item/inflatable_duck
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/paperbin
category = "supply"
name = "paper bin"
supplier = "nanotrasen"
description = "Pre-stocked stationery bin filled with paper."
price = 12
items = list(
/obj/item/paper_bin
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/pen
category = "supply"
name = "pen"
supplier = "nanotrasen"
description = "A normal black ink ballpen."
price = 2.50
items = list(
/obj/item/pen
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/penblue
category = "supply"
name = "blue pen"
supplier = "nanotrasen"
description = "A normal blue ink ballpen."
price = 2.50
items = list(
/obj/item/pen/blue
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/penred
category = "supply"
name = "red pen"
supplier = "nanotrasen"
description = "A normal red ink ballpen."
price = 2.50
items = list(
/obj/item/pen/red
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/pen_multi
category = "supply"
name = "multicolor pen"
supplier = "nanotrasen"
description = "A fancy pen that has several nibs in different colors that you can slide up and down."
price = 4.35
items = list(
/obj/item/pen/multi
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/pen_fountain
category = "supply"
name = "fountain pen"
supplier = "nanotrasen"
description = "It's an expensive fountain pen."
price = 50
items = list(
/obj/item/pen/fountain
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/taperoll
category = "supply"
name = "tape roll"
supplier = "nanotrasen"
description = "A roll of sticky tape. Possibly for taping ducks... or was that ducts?"
price = 8
items = list(
/obj/item/tape_roll
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/tonercartridge
category = "supply"
name = "toner cartridge (x2)"
supplier = "nanotrasen"
description = "Toner is the back bone of any space based litigation."
price = 125
items = list(
/obj/item/device/toner
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 2
/singleton/cargo_item/camera
category = "supply"
name = "camera"
supplier = "nanotrasen"
description = "A polaroid camera. 10 photos left."
price = 45
items = list(
/obj/item/device/camera
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/filmcartridge
category = "supply"
name = "film cartridge"
supplier = "nanotrasen"
description = "A camera film cartridge. Insert it into a camera to reload it."
price = 8
items = list(
/obj/item/device/camera_film
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/pda
category = "supply"
name = "PDA"
supplier = "nanotrasen"
description = "A personal data assistant. Useful for replacing lost ones, or ordering for new crew."
price = 200
items = list(
/obj/item/modular_computer/handheld/pda
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/taperecorder
category = "supply"
name = "universal recorder"
supplier = "nanotrasen"
description = "A device that can record up to an hour of dialogue and play it back. It automatically translates the content in playback."
price = 20
items = list(
/obj/item/device/taperecorder
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/paperscanner
category = "supply"
name = "paper scanner"
supplier = "nanotrasen"
description = "A simple device that can be used to scan paper or paper bundles in order to digitize them."
price = 15
items = list(
/obj/item/paper_scanner
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/datadisk
category = "supply"
name = "basic data disk"
supplier = "nanotrasen"
description = "Small diskette with imprinted photonic circuits that can be used to store data. Its capacity is 16 GQ."
price = 8.50
items = list(
/obj/item/computer_hardware/hard_drive/portable
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/datadisk_adv
category = "supply"
name = "advanced data disk"
supplier = "nanotrasen"
description = "Small diskette with imprinted high-density photonic circuits that can be used to store data. Its capacity is 64 GQ."
price = 20
items = list(
/obj/item/computer_hardware/hard_drive/portable/advanced
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/potted_plant_small
category = "supply"
name = "small potted plant"
supplier = "nanotrasen"
description = "A random small potted plant, for when you want to add some greenery to your desk."
price = 35
items = list(
/obj/random/pottedplant_small
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/potted_plant
category = "supply"
name = "large potted plant"
supplier = "nanotrasen"
description = "A random large potted plant, for when you want to add some greenery to your office space."
price = 70
items = list(
/obj/random/pottedplant
)
access = 0
container_type = "box"
groupable = FALSE
spawn_amount = 1