Files
crystall-punk-14/Resources/ServerInfo/Guidebook/Service/Bartender.xml
Tunguso4ka 9e8920c9aa Renamed old snake_case IDs to PascalCase IDs (#28014)
* Renamed soda_dispenser to SodaDispenser

* oops, wrong time

* oops

* guidebook

* chem_master
2024-05-14 19:57:42 -04:00

29 lines
833 B
XML

<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="SodaDispenser"/>
<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"/>
<GuideEntityEmbed Entity="DrinkJigger"/>
</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>