mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
272 lines
11 KiB
Plaintext
272 lines
11 KiB
Plaintext
/datum/bounty/item/assistant/strange_object
|
|
name = "Strange Object"
|
|
description = "Nanotrasen has taken an interest in strange objects. Find one in maint, and ship it off to CentCom right away."
|
|
reward = 1200
|
|
wanted_types = list(/obj/item/relic)
|
|
|
|
/datum/bounty/item/assistant/scooter
|
|
name = "Scooter"
|
|
description = "Nanotrasen has determined walking to be wasteful. Ship a scooter to CentCom to speed operations up."
|
|
reward = 1080 // the mat hoffman
|
|
wanted_types = list(/obj/vehicle/ridden/scooter)
|
|
include_subtypes = FALSE
|
|
|
|
/datum/bounty/item/assistant/skateboard
|
|
name = "Skateboard"
|
|
description = "Nanotrasen has determined walking to be wasteful. Ship a skateboard to CentCom to speed operations up."
|
|
reward = 900 // the tony hawk
|
|
wanted_types = list(/obj/vehicle/ridden/scooter/skateboard)
|
|
|
|
/datum/bounty/item/assistant/stunprod
|
|
name = "Stunprod"
|
|
description = "CentCom demands a stunprod to use against dissidents. Craft one, then ship it."
|
|
reward = 1300
|
|
wanted_types = list(/obj/item/melee/baton/cattleprod)
|
|
|
|
/datum/bounty/item/assistant/soap
|
|
name = "Soap"
|
|
description = "Soap has gone missing from CentCom's bathrooms and nobody knows who took it. Replace it and be the hero CentCom needs."
|
|
reward = 2000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/soap)
|
|
|
|
/datum/bounty/item/assistant/spear
|
|
name = "Spears"
|
|
description = "CentCom's security forces are going through budget cuts. You will be paid if you ship a set of spears."
|
|
reward = 2000
|
|
required_count = 5
|
|
wanted_types = list(/obj/item/twohanded/spear)
|
|
|
|
/datum/bounty/item/assistant/toolbox
|
|
name = "Toolboxes"
|
|
description = "There's an absence of robustness at Central Command. Hurry up and ship some toolboxes as a solution."
|
|
reward = 2000
|
|
required_count = 6
|
|
wanted_types = list(/obj/item/storage/toolbox)
|
|
|
|
/datum/bounty/item/assistant/statue
|
|
name = "Statue"
|
|
description = "Central Command would like to commision an artsy statue for the lobby. Ship one out, when possible."
|
|
reward = 2000
|
|
wanted_types = list(/obj/structure/statue)
|
|
|
|
/datum/bounty/item/assistant/clown_box
|
|
name = "Clown Box"
|
|
description = "The universe needs laughter. Stamp cardboard with a clown stamp and ship it out."
|
|
reward = 1500
|
|
wanted_types = list(/obj/item/storage/box/clown)
|
|
|
|
/datum/bounty/item/assistant/cheesiehonkers
|
|
name = "Cheesie Honkers"
|
|
description = "Apparently the company that makes Cheesie Honkers is going out of business soon. CentCom wants to stock up before it happens!"
|
|
reward = 1200
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/cheesiehonkers)
|
|
|
|
/datum/bounty/item/assistant/baseball_bat
|
|
name = "Baseball Bat"
|
|
description = "Baseball fever is going on at CentCom! Be a dear and ship them some baseball bats, so that management can live out their childhood dream."
|
|
reward = 2000
|
|
required_count = 5
|
|
wanted_types = list(/obj/item/melee/baseball_bat)
|
|
|
|
/datum/bounty/item/assistant/extendohand
|
|
name = "Extendo-Hand"
|
|
description = "Commander Betsy is getting old, and can't bend over to get the telescreen remote anymore. Management has requested an extendo-hand to help her out."
|
|
reward = 2500
|
|
wanted_types = list(/obj/item/extendohand)
|
|
|
|
/datum/bounty/item/assistant/donut
|
|
name = "Donuts"
|
|
description = "CentCom's security forces are facing heavy losses against the Syndicate. Ship donuts to raise morale."
|
|
reward = 3000
|
|
required_count = 10
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/donut)
|
|
|
|
/datum/bounty/item/assistant/donkpocket
|
|
name = "Donk-Pockets"
|
|
description = "Consumer safety recall: Warning. Donk-Pockets manufactured in the past year contain hazardous lizard biomatter. Return units to CentCom immediately."
|
|
reward = 3000
|
|
required_count = 10
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/donkpocket)
|
|
|
|
/datum/bounty/item/assistant/briefcase
|
|
name = "Briefcase"
|
|
description = "Central Command will be holding a business convention this year. Ship a few briefcases in support."
|
|
reward = 2500
|
|
required_count = 5
|
|
wanted_types = list(/obj/item/storage/briefcase)
|
|
|
|
/datum/bounty/item/assistant/sunglasses
|
|
name = "Sunglasses"
|
|
description = "A famous blues duo is passing through the sector, but they've lost their shades and they can't perform. Ship new sunglasses to CentCom to rectify this."
|
|
reward = 3000
|
|
required_count = 2
|
|
wanted_types = list(/obj/item/clothing/glasses/sunglasses)
|
|
|
|
/datum/bounty/item/assistant/gondola_hide
|
|
name = "Gondola Hide"
|
|
description = "Central Command has recently learned of strange creatures called Gondolas. If you catch one, ship its hide back to CentCom."
|
|
reward = 5000
|
|
wanted_types = list(/obj/item/stack/sheet/animalhide/gondola)
|
|
|
|
/datum/bounty/item/assistant/monkey_hide
|
|
name = "Monkey Hide"
|
|
description = "One of the scientists at CentCom is interested in testing products on monkey skin. Your mission is to acquire monkey's hide and ship it."
|
|
reward = 1500
|
|
wanted_types = list(/obj/item/stack/sheet/animalhide/monkey)
|
|
|
|
/datum/bounty/item/assistant/heart
|
|
name = "Heart"
|
|
description = "Commander Johnson is in critical condition after suffering a heart attack. Doctors say he needs a new heart fast. Ship one, pronto!"
|
|
reward = 3000
|
|
wanted_types = list(/obj/item/organ/heart)
|
|
|
|
/datum/bounty/item/assistant/lung
|
|
name = "Lungs"
|
|
description = "A recent explosion at Central Command has left multiple staff with punctured lungs. Ship spare lungs to be rewarded."
|
|
reward = 3000
|
|
required_count = 1
|
|
wanted_types = list(/obj/item/organ/lungs)
|
|
|
|
/datum/bounty/item/assistant/appendix
|
|
name = "Appendix"
|
|
description = "Chef Gibb of Central Command wants to prepare a meal using a very special delicacy: an appendix. If you ship one, he'll pay."
|
|
reward = 3000
|
|
wanted_types = list(/obj/item/organ/appendix)
|
|
|
|
/datum/bounty/item/assistant/lizard_tail
|
|
name = "Lizard Tail"
|
|
description = "The Wizard Federation has made off with Nanotrasen's supply of lizard tails. While CentCom is dealing with the wizards, can the station spare a tail of their own?"
|
|
reward = 3000
|
|
wanted_types = list(/obj/item/organ/tail/lizard)
|
|
|
|
/datum/bounty/item/assistant/shard
|
|
name = "Shards"
|
|
description = "A killer clown has been stalking CentCom, and staff have been unable to catch her because she's not wearing shoes. Please ship some shards so that a booby trap can be constructed."
|
|
reward = 1500
|
|
required_count = 15
|
|
wanted_types = list(/obj/item/shard)
|
|
|
|
/datum/bounty/item/assistant/comfy_chair
|
|
name = "Comfy Chairs"
|
|
description = "Commander Pat is unhappy with his chair. He claims it hurts his back. Ship some alternatives out to humor him. "
|
|
reward = 1500
|
|
required_count = 5
|
|
wanted_types = list(/obj/structure/chair/comfy)
|
|
|
|
/datum/bounty/item/assistant/revolver
|
|
name = "Revolver"
|
|
description = "Captain Johann of station 12 has challenged Captain Vic of station 11 to a duel. He's asked for help securing an appropriate revolver to use."
|
|
reward = 2000
|
|
wanted_types = list(/obj/item/gun/ballistic/revolver)
|
|
exclude_types = list(/obj/item/gun/ballistic/revolver/doublebarrel, /obj/item/gun/ballistic/revolver/grenadelauncher)
|
|
|
|
/datum/bounty/item/assistant/hand_tele
|
|
name = "Hand Tele"
|
|
description = "Central Command has come up with a genius idea: Why not teleport cargo rather than ship it? Send over a hand tele, receive payment, then wait 6-8 years while they deliberate."
|
|
reward = 2000
|
|
wanted_types = list(/obj/item/hand_tele)
|
|
|
|
/datum/bounty/item/assistant/geranium
|
|
name = "Geraniums"
|
|
description = "Commander Zot has the hots for Commander Zena. Send a shipment of geraniums - her favorite flower - and he'll happily reward you."
|
|
reward = 4000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/grown/poppy/geranium)
|
|
|
|
/datum/bounty/item/assistant/poppy
|
|
name = "Poppies"
|
|
description = "Commander Zot really wants to sweep Security Officer Olivia off her feet. Send a shipment of Poppies - her favorite flower - and he'll happily reward you."
|
|
reward = 1000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/grown/poppy)
|
|
include_subtypes = FALSE
|
|
|
|
/datum/bounty/item/assistant/shadyjims
|
|
name = "Shady Jim's"
|
|
description = "There's an irate officer at CentCom demanding that he receive a box of Shady Jim's cigarettes. Please ship one. He's starting to make threats."
|
|
reward = 500
|
|
wanted_types = list(/obj/item/storage/fancy/cigarettes/cigpack_shadyjims)
|
|
|
|
/datum/bounty/item/assistant/potted_plants
|
|
name = "Potted Plants"
|
|
description = "Central Command is looking to commission a new BirdBoat-class station. You've been ordered to supply the potted plants."
|
|
reward = 2000
|
|
required_count = 8
|
|
wanted_types = list(/obj/item/twohanded/required/kirbyplants)
|
|
|
|
/datum/bounty/item/assistant/earmuffs
|
|
name = "Earmuffs"
|
|
description = "Central Command is getting tired of your station's messages. They've ordered that you ship some earmuffs to lessen the annoyance."
|
|
reward = 1000
|
|
wanted_types = list(/obj/item/clothing/ears/earmuffs)
|
|
|
|
/datum/bounty/item/assistant/handcuffs
|
|
name = "Handcuffs"
|
|
description = "A large influx of escaped convicts have arrived at Central Command. Now is the perfect time to ship out spare handcuffs (or restraints)."
|
|
reward = 1000
|
|
required_count = 5
|
|
wanted_types = list(/obj/item/restraints/handcuffs)
|
|
|
|
/datum/bounty/item/assistant/monkey_cubes
|
|
name = "Monkey Cubes"
|
|
description = "Due to a recent genetics accident, Central Command is in serious need of monkeys. Your mission is to ship monkey cubes."
|
|
reward = 2000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/monkeycube)
|
|
|
|
/datum/bounty/item/assistant/chainsaw
|
|
name = "Chainsaw"
|
|
description = "The chef at CentCom is having trouble butchering her animals. She requests one chainsaw, please."
|
|
reward = 2500
|
|
wanted_types = list(/obj/item/twohanded/required/chainsaw)
|
|
|
|
/datum/bounty/item/assistant/ied
|
|
name = "IED"
|
|
description = "Nanotrasen's maximum security prison at CentCom is undergoing personnel training. Ship a handful of IEDs to serve as a training tools."
|
|
reward = 2000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/grenade/iedcasing)
|
|
|
|
/datum/bounty/item/assistant/bonfire
|
|
name = "Lit Bonfire"
|
|
description = "Space heaters are malfunctioning and the cargo crew of Central Command is starting to feel cold. Ship a lit bonfire to warm them up."
|
|
reward = 5000
|
|
wanted_types = list(/obj/structure/bonfire)
|
|
|
|
/datum/bounty/item/assistant/bonfire/applies_to(obj/O)
|
|
if(!..())
|
|
return FALSE
|
|
var/obj/structure/bonfire/B = O
|
|
return !!B.burning
|
|
|
|
/datum/bounty/item/assistant/plasma_tank
|
|
name = "Full Tank of Plasma"
|
|
description = "Station 12 has requested supplies to set up a singularity engine. In particular, they request 28 moles of plasma."
|
|
reward = 2500
|
|
wanted_types = list(/obj/item/tank)
|
|
var/moles_required = 20 // A full tank is 28 moles, but CentCom ignores that fact.
|
|
|
|
/datum/bounty/item/assistant/plasma_tank/applies_to(obj/O)
|
|
if(!..())
|
|
return FALSE
|
|
var/obj/item/tank/T = O
|
|
if(!T.air_contents.gases[/datum/gas/plasma])
|
|
return FALSE
|
|
return T.air_contents.gases[/datum/gas/plasma][MOLES] >= moles_required
|
|
|
|
/datum/bounty/item/assistant/corgimeat
|
|
name = "Raw Corgi Meat"
|
|
description = "The Syndicate recently stole all of CentCom's corgi meat. Ship out a replacement immediately."
|
|
reward = 3000
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/meat/slab/corgi)
|
|
|
|
/datum/bounty/item/chef/action_figures
|
|
name = "Action Figures"
|
|
description = "The vice president's son saw an ad for action figures on the telescreen and now he won't shut up about them. Ship some to ease his complaints."
|
|
reward = 4000
|
|
required_count = 5
|
|
wanted_types = list(/obj/item/toy/figure)
|
|
|