Bartender guide (#17143)

* Bartender guidebook

* grammar error :Death:
This commit is contained in:
Nemanja
2023-06-05 18:44:43 -04:00
committed by GitHub
parent d7389ced7c
commit 85c2c5091e
6 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<Document>
# Bartender
The bartender has a pretty simple job: serve drinks. People will come up to you and request drinks, and your job is just to hand it to them.
<Box>
The materials for these drinks can be found in various places:
</Box>
<Box>
<GuideEntityEmbed Entity="BoozeDispenser"/>
<GuideEntityEmbed Entity="soda_dispenser"/>
<GuideEntityEmbed Entity="VendingMachineBooze"/>
</Box>
<Box>
Don't forget containers to serve them in!
</Box>
<Box>
<GuideEntityEmbed Entity="DrinkGlass" Caption="Glass"/>
<GuideEntityEmbed Entity="DrinkGlassCoupeShaped"/>
<GuideEntityEmbed Entity="DrinkShaker"/>
</Box>
## Drinks
Knowing how to make a requested drink is important. Here are the different drinks in the game, including their recipes:
<GuideReagentGroupEmbed Group="Drinks"/>
</Document>