113 lines
2.5 KiB
Plaintext
113 lines
2.5 KiB
Plaintext
/datum/gear/plushbox
|
|
name = "Plushie Choice Box"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/choice_beacon/box/plushie
|
|
|
|
/datum/gear/tennis
|
|
name = "Classic Tennis Ball"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/tennis
|
|
|
|
/datum/gear/tennisred
|
|
name = "Red Tennis Ball"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/tennis/red
|
|
|
|
/datum/gear/tennisyellow
|
|
name = "Yellow Tennis Ball"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/tennis/yellow
|
|
|
|
/datum/gear/tennisgreen
|
|
name = "Green Tennis Ball"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/tennis/green
|
|
|
|
/datum/gear/tenniscyan
|
|
name = "Cyan Tennis Ball"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/tennis/cyan
|
|
|
|
/datum/gear/tennisblue
|
|
name = "Blue Tennis Ball"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/tennis/blue
|
|
|
|
/datum/gear/tennispurple
|
|
name = "Purple Tennis Ball"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/tennis/purple
|
|
|
|
/datum/gear/dildo
|
|
name = "Customizable dildo"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/dildo/custom
|
|
|
|
/datum/gear/toykatana
|
|
name = "Toy Katana"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/katana
|
|
cost = 3
|
|
|
|
/datum/gear/tapeplayer
|
|
name = "Taperecorder"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/taperecorder
|
|
|
|
/datum/gear/tape
|
|
name = "Spare cassette tape"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/tape/random
|
|
|
|
/datum/gear/newspaper
|
|
name = "Newspaper"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/newspaper
|
|
|
|
/datum/gear/crayons
|
|
name = "Box of crayons"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/storage/crayons
|
|
|
|
/datum/gear/multipen
|
|
name = "A multicolored pen"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/pen/fourcolor
|
|
|
|
/datum/gear/fountainpen
|
|
name = "A fancy pen"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/pen/fountain
|
|
cost = 2
|
|
|
|
/datum/gear/modular_tablet
|
|
name = "A modular tablet"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/modular_computer/tablet/preset/cheap/
|
|
cost = 4
|
|
|
|
/datum/gear/modular_laptop
|
|
name = "A modular laptop"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/modular_computer/laptop/preset/civilian
|
|
cost = 7
|
|
|
|
/datum/gear/ringbox_gold
|
|
name = "A gold ring box"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/storage/fancy/ringbox
|
|
cost = 3
|
|
|
|
/datum/gear/ringbox_silver
|
|
name = "A silver ring box"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/storage/fancy/ringbox/silver
|
|
cost = 3
|
|
|
|
/datum/gear/ringbox_diamond
|
|
name = "A diamond ring box"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/storage/fancy/ringbox/diamond
|
|
cost = 5
|
|
|