92 lines
3.6 KiB
Plaintext
92 lines
3.6 KiB
Plaintext
////////////////////////////////////////////SNACKS FROM VENDING MACHINES////////////////////////////////////////////
|
|
//in other words: junk food
|
|
//don't even bother looking for recipes for these
|
|
|
|
/obj/item/reagent_containers/food/snacks/candy
|
|
name = "candy"
|
|
desc = "Nougat love it or hate it."
|
|
icon_state = "candy"
|
|
trash = /obj/item/trash/candy
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/sugar = 3, /datum/reagent/consumable/coco = 3)
|
|
junkiness = 25
|
|
filling_color = "#D2691E"
|
|
tastes = list("candy" = 1)
|
|
foodtype = JUNKFOOD | SUGAR
|
|
|
|
/obj/item/reagent_containers/food/snacks/sosjerky
|
|
name = "\improper Scaredy's Private Reserve Beef Jerky"
|
|
icon_state = "sosjerky"
|
|
desc = "Beef jerky made from the finest space cows."
|
|
trash = /obj/item/trash/sosjerky
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/sugar = 3, /datum/reagent/consumable/sodiumchloride = 2)
|
|
junkiness = 25
|
|
filling_color = "#8B0000"
|
|
tastes = list("dried meat" = 1)
|
|
foodtype = JUNKFOOD | MEAT | SUGAR
|
|
|
|
/obj/item/reagent_containers/food/snacks/sosjerky/healthy
|
|
name = "homemade beef jerky"
|
|
desc = "Homemade beef jerky made from the finest space cows."
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 1)
|
|
junkiness = 0
|
|
|
|
/obj/item/reagent_containers/food/snacks/chips
|
|
name = "chips"
|
|
desc = "Commander Riker's What-The-Crisps."
|
|
icon_state = "chips"
|
|
trash = /obj/item/trash/chips
|
|
bitesize = 1
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/sugar = 3, /datum/reagent/consumable/sodiumchloride = 1)
|
|
junkiness = 20
|
|
filling_color = "#FFD700"
|
|
tastes = list("salt" = 1, "crisps" = 1)
|
|
foodtype = JUNKFOOD | FRIED
|
|
|
|
/obj/item/reagent_containers/food/snacks/no_raisin
|
|
name = "4no raisins"
|
|
icon_state = "4no_raisins"
|
|
desc = "Best raisins in the universe. Not sure why."
|
|
trash = /obj/item/trash/raisins
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/sugar = 4)
|
|
junkiness = 25
|
|
filling_color = "#8B0000"
|
|
tastes = list("dried raisins" = 1)
|
|
foodtype = JUNKFOOD | FRUIT | SUGAR
|
|
|
|
/obj/item/reagent_containers/food/snacks/no_raisin/healthy
|
|
name = "homemade raisins"
|
|
desc = "Homemade raisins, the best in all of spess."
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 2)
|
|
junkiness = 0
|
|
foodtype = FRUIT
|
|
|
|
/obj/item/reagent_containers/food/snacks/spacetwinkie
|
|
name = "space twinkie"
|
|
icon_state = "space_twinkie"
|
|
desc = "Guaranteed to survive longer than you will."
|
|
list_reagents = list(/datum/reagent/consumable/sugar = 4)
|
|
junkiness = 25
|
|
filling_color = "#FFD700"
|
|
foodtype = JUNKFOOD | GRAIN | SUGAR
|
|
|
|
/obj/item/reagent_containers/food/snacks/cheesiehonkers
|
|
name = "cheesie honkers"
|
|
desc = "Bite sized cheesie snacks that will honk all over your mouth."
|
|
icon_state = "cheesie_honkers"
|
|
trash = /obj/item/trash/cheesie
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/sugar = 3)
|
|
junkiness = 25
|
|
filling_color = "#FFD700"
|
|
tastes = list("cheese" = 5, "crisps" = 2)
|
|
foodtype = JUNKFOOD | DAIRY | SUGAR
|
|
|
|
/obj/item/reagent_containers/food/snacks/syndicake
|
|
name = "syndi-cakes"
|
|
icon_state = "syndi_cakes"
|
|
desc = "An extremely moist snack cake that tastes just as good after being nuked."
|
|
trash = /obj/item/trash/syndi_cakes
|
|
list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/doctor_delight = 5)
|
|
filling_color = "#F5F5DC"
|
|
tastes = list("sweetness" = 3, "cake" = 1)
|
|
foodtype = GRAIN | FRUIT | VEGETABLES
|