10ef9e374a
I know it's a mess, but the least I can do is add comments anywhere I can
66 lines
3.0 KiB
Plaintext
66 lines
3.0 KiB
Plaintext
/datum/bounty/item/chef/birthday_cake
|
|
name = "Birthday Cake"
|
|
description = "GATO's birthday is coming up! Ship them a birthday cake to celebrate!" //GS13 - Nanotrasen to GATO
|
|
reward = 1800
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/store/cake/birthday, /obj/item/reagent_containers/food/snacks/cakeslice/birthday)
|
|
|
|
/datum/bounty/item/gardencook/carrotfries
|
|
name = "Carrot Fries"
|
|
description = "Night sight can mean life or death! A shipment of carrot fries is the order."
|
|
reward = 1300
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/carrotfries)
|
|
|
|
/datum/bounty/item/gardencook/eggplantparm
|
|
name = "Eggplant Parmigianas"
|
|
description = "A famous singer will be arriving at CentCom, and their contract demands that they only be served Eggplant Parmigiana. Ship some, please!"
|
|
reward = 2500
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/eggplantparm)
|
|
|
|
/datum/bounty/item/gardencook/popcorn
|
|
name = "Popcorn Bags"
|
|
description = "Upper management wants to host a movie night. Ship bags of popcorn for the occasion."
|
|
reward = 1200
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/popcorn)
|
|
|
|
/datum/bounty/item/gardencook/onionrings
|
|
name = "Onion Rings"
|
|
description = "GATO is remembering Saturn day. Ship onion rings to show the station's support." //GS13 - Nanotrasen to GATO
|
|
reward = 1200
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/onionrings)
|
|
|
|
/datum/bounty/item/gardencook/bakedbeans
|
|
name = "Beans"
|
|
description = "Management wants to make sure we have a fallback shelter to rely on. Prepare some beans to stock it with."
|
|
reward = 1600
|
|
required_count = 8
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/beans)
|
|
|
|
/datum/bounty/item/gardencook/honeybun
|
|
name = "Honeybun"
|
|
description = "Something sticky, something fun, ship us a honeybun."
|
|
reward = 3500
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/honeybun)
|
|
|
|
/datum/bounty/item/chef/superbite
|
|
name = "Super Bite Burger" //Salt, Pepper, Boiled Egg, 5 Steak, 4 Tomato, 3 Cheese, Bacon, and a Bun. Should be more than 1800.
|
|
description = "Commander Tubbs thinks he can set a competitive eating world record. All he needs is a super bite burger shipped to him."
|
|
reward = 2750
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/burger/superbite)
|
|
|
|
/datum/bounty/item/chef/poppypretzel
|
|
name = "Poppy Pretzel"
|
|
description = "Central Command needs a reason to fire their HR head. Send over a poppy pretzel to force a failed drug test."
|
|
reward = 1800
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/poppypretzel)
|
|
|
|
/datum/bounty/item/chef/fiestaskewer
|
|
name = "Fiesta Skewer"
|
|
description = "Apparently people are putting vegetables on kebabs now. Central Command has taken an interest in this turn of events and would like to know more."
|
|
reward = 2600
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/kebab/fiesta)
|