@@ -17,6 +17,7 @@ guide-entry-survival = Survival
|
||||
guide-entry-chemicals = Chemicals
|
||||
guide-entry-ss14 = Space Station 14
|
||||
guide-entry-janitorial = Janitorial
|
||||
guide-entry-bartender = Bartender
|
||||
guide-entry-chef = Chef
|
||||
guide-entry-foodrecipes = Food Recipes
|
||||
guide-entry-medical = Medical
|
||||
|
||||
@@ -20,3 +20,6 @@
|
||||
- type: Wires
|
||||
BoardName: "BoozeDispenser"
|
||||
LayoutId: BoozeDispenser
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- Bartender
|
||||
|
||||
@@ -20,3 +20,6 @@
|
||||
- type: Wires
|
||||
BoardName: "SodaDispenser"
|
||||
LayoutId: SodaDispenser
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- Bartender
|
||||
|
||||
@@ -170,6 +170,9 @@
|
||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||
- type: AccessReader
|
||||
access: [["Bar"]]
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- Bartender
|
||||
|
||||
- type: entity
|
||||
parent: VendingMachine
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: guide-entry-jobs
|
||||
text: "/ServerInfo/Guidebook/Jobs.xml"
|
||||
children:
|
||||
- Bartender
|
||||
- Chef
|
||||
- Botany
|
||||
- Engineering
|
||||
@@ -27,6 +28,11 @@
|
||||
name: guide-entry-janitorial
|
||||
text: "/ServerInfo/Guidebook/Janitorial.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Bartender
|
||||
name: guide-entry-bartender
|
||||
text: "/ServerInfo/Guidebook/Bartender.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Chef
|
||||
name: guide-entry-chef
|
||||
|
||||
27
Resources/ServerInfo/Guidebook/Bartender.xml
Normal file
27
Resources/ServerInfo/Guidebook/Bartender.xml
Normal 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>
|
||||
Reference in New Issue
Block a user