Skip to content

Commit

Permalink
Martian Food: A Taste of the Red Planet (tgstation#75988)
Browse files Browse the repository at this point in the history
## About The Pull Request
Adds a selection of new foods and drinks based around Mars.
More information on Mars can be found here:
https://github.com/tgstation/common_core/blob/master/Interesting%20Planets/Human%20Space/The%20Sol%20System.md
To summarise for the general audience, Mars is a vital colony of the
Terran Federation, having been primarily settled (at least originally)
by Cybersun Industries to harvest its lucrative supplies of plasma, the
second largest in human space behind Lavaland. This has given Mars a
diverse culture evolving from the mostly East Asian colonists, and their
food reflects this.

Thanks to Melbert for their work on the soup portion of this PR.

The food:
Martian cuisine draws upon the culinary traditions of East Asia, and
adds in fusion cuisine from the later colonists. Expect classics such as
ramen, curry, noodles and donburi, as well as new takes on the formula
like the Croque-Martienne, Peanut Butter Ice Cream Mochi, and the
Kitzushi- chilli cheese and rice inside a fried tofu casing. Oh, and
lots of pineapple. The Martians love pineapple:

![image](https://github.com/tgstation/tgstation/assets/58124831/c9ae33a1-e03a-4f94-8ce0-8ad124e88e8d)
Also included are some foods for Ethereals, which may or may not be
hinting at something I've got planned...

The drinks:
Four new base drinks make their way to the game, bringing with them a
host of new cocktails: enjoy new ventures in bartending with Coconut
Rum, Shochu/Soju, Yuyake (our favourite legally-distinct melon liqueur),
and Mars' favourite alcoholic beverage, rice beer. Each is available in
the dispenser, as well as bottles in the booze-o-mat:

![image](https://github.com/tgstation/tgstation/assets/58124831/914a6e2a-7ef5-4791-ae31-d08fa9211083)

The recipes:
To make your (and the wiki editors) lives easier, please find below the
recipes for both foods and drinks:
Food: https://hackmd.io/@EOBGames/BkVFU0w9Y
Drinks: https://hackmd.io/@EOBGames/rJ1OhnsJ2
## Why It's Good For The Game
Another lot of variety for the chef and bartender, as well as continuing
the work started with lizard and moth food in getting Common Core into
the game in a tangible and fun way.
## Changelog
:cl: EOBGames, MrMelbert
add: Mars celebrates the 250th anniversary of the Martian Concession
this year, and this has brought Martian cuisine to new heights of
popularity. Find a new selection of Martian foods and drinks available
in your crafting menu today!
/:cl:

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
  • Loading branch information
EOBGames and MrMelbert authored Aug 10, 2023
1 parent 14a8b06 commit 1c852d2
Show file tree
Hide file tree
Showing 43 changed files with 3,741 additions and 22 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/construction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
#define CAT_LIZARD "Lizard Food"
#define CAT_MEAT "Meats"
#define CAT_SEAFOOD "Seafood"
#define CAT_MARTIAN "Martian Food"
#define CAT_MISCFOOD "Misc. Food"
#define CAT_MEXICAN "Mexican Food"
#define CAT_MOTH "Mothic Food"
Expand All @@ -120,6 +121,7 @@ GLOBAL_LIST_INIT(crafting_category_food, list(
CAT_LIZARD,
CAT_MEAT,
CAT_SEAFOOD,
CAT_MARTIAN,
CAT_MISCFOOD,
CAT_MEXICAN,
CAT_MOTH,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
item_path = /obj/item/food/fishmeat
cost_per_order = 12

/datum/orderable_item/milk_eggs/octopus
name = "Octopus Tentacle"
item_path = /obj/item/food/fishmeat/octopus
cost_per_order = 12

/datum/orderable_item/milk_eggs/spider_eggs
name = "Spider Eggs"
item_path = /obj/item/food/spidereggs
Expand Down Expand Up @@ -65,6 +70,16 @@
item_path = /obj/item/food/canned/pine_nuts
cost_per_order = 20

/datum/orderable_item/milk_eggs/canned_squid_ink
name = "Canned Squid Ink"
item_path = /obj/item/food/canned/squid_ink
cost_per_order = 20

/datum/orderable_item/milk_eggs/chap
name = "Can of CHAP"
item_path = /obj/item/food/canned/chap
cost_per_order = 20

/datum/orderable_item/milk_eggs/ready_donk
name = "Ready-Donk Meal: Bachelor Chow"
item_path = /obj/item/food/ready_donk
Expand All @@ -80,6 +95,16 @@
item_path = /obj/item/food/ready_donk/donkhiladas
cost_per_order = 40

/datum/orderable_item/milk_eggs/ready_donk_nachos
name = "Ready-Donk Meal: Donk Sol Series Boritos Nachos Grandes"
item_path = /obj/item/food/ready_donk/nachos_grandes
cost_per_order = 40

/datum/orderable_item/milk_eggs/ready_donk_orange
name = "Ready-Donk Meal: Donk-range Chicken"
item_path = /obj/item/food/ready_donk/donkrange_chicken
cost_per_order = 40

/datum/orderable_item/milk_eggs/tiziran_goods
name = "Tiziran Farm-Fresh Pack"
item_path = /obj/item/storage/box/tiziran_goods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,33 @@
name = "Cherry Jelly"
item_path = /obj/item/reagent_containers/condiment/cherryjelly
cost_per_order = 30

/datum/orderable_item/reagents/worcestershire
name = "Worcestershire Sauce"
item_path = /obj/item/reagent_containers/condiment/worcestershire
cost_per_order = 30

/datum/orderable_item/reagents/red_bay
name = "Red Bay Seasoning"
item_path = /obj/item/reagent_containers/condiment/red_bay
cost_per_order = 30

/datum/orderable_item/reagents/curry_powder
name = "Curry Powder"
item_path = /obj/item/reagent_containers/condiment/curry_powder
cost_per_order = 30

/datum/orderable_item/reagents/dashi_concentrate
name = "Dashi Concentrate"
item_path = /obj/item/reagent_containers/condiment/dashi_concentrate
cost_per_order = 30

/datum/orderable_item/reagents/coconut_milk
name = "Coconut Milk"
item_path = /obj/item/reagent_containers/condiment/coconut_milk
cost_per_order = 30

/datum/orderable_item/reagents/grounding_solution
name = "Grounding Solution"
item_path = /obj/item/reagent_containers/condiment/grounding_solution
cost_per_order = 30
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@
name = "Jar of pickles"
item_path = /obj/item/storage/fancy/pickles_jar
cost_per_order = 60

/datum/orderable_item/veggies/pickled_voltvine
name = "Pickled Voltvine"
item_path = /obj/item/food/pickled_voltvine
cost_per_order = 5
Loading

0 comments on commit 1c852d2

Please sign in to comment.