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