mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 16:07:36 +01:00
7f664eb1eb
Ports stickynotes from bay. They can be stuck to most surfaces, but have a much smaller character limit. Pads have been placed across the Horizon and can be ordered from Operations. Receipt paper and notepad paper was added for visual quality of life. Point of Sales now use receipt paper where applicable. Sprites were either created by myself, or modifications of baystation sprites from this PR: https://github.com/Baystation12/Baystation12/pull/23109 --------- Signed-off-by: CatsinHD <31459154+CatsinHD@users.noreply.github.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com> Co-authored-by: FabianK3 <21039694+FabianK3@users.noreply.github.com> Co-authored-by: Wildkins <john.wildkins@gmail.com>
422 lines
8.9 KiB
Plaintext
422 lines
8.9 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/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/stickypad
|
|
category = "supply"
|
|
name = "stickynote pad"
|
|
supplier = "nanotrasen"
|
|
description = "A wad of stickynotes."
|
|
price = 10
|
|
items = list(
|
|
/obj/item/paper/stickynotes/pad
|
|
)
|
|
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/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/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/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/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
|
|
|
|
|