Adds Booze/Soda Dispenser boards (#13247)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
ChilbroBaggins
2023-01-12 06:43:49 -06:00
committed by GitHub
parent b6e869f659
commit bfc53de397
7 changed files with 89 additions and 1 deletions

View File

@@ -4,6 +4,9 @@ technologies-basic-research-technology-description = Nanotrasen basic research t
technologies-cleaning-technology = Cleaning technology
technologies-cleaning-technology-description = Start to a shiny clean station.
technologies-foodbev-technology = Food and beverage technology
technologies-food-and-beverage-technology-description = Robust service from better technology.
technologies-biological-technology = Biological technology
technologies-biological-technology-description = Investigations into the natural world.

View File

@@ -30,6 +30,25 @@
- SprayBottle
- BodyBag
# Food/Bev Service Technology Tree
- type: technology
name: technologies-foodbev-technology
id: FoodBevTechnology
description: technologies-food-and-beverage-technology-description
icon:
sprite: Objects/Weapons/Melee/cleaver.rsi
state: butch
requiredPoints: 5000
requiredTechnologies:
- BasicResearch
unlockedRecipes:
- ButchCleaver
- KitchenKnife
- MicrowaveMachineCircuitboard
- BoozeDispenserMachineCircuitboard
- SodaDispenserMachineCircuitboard
# Biological Technology Tree
- type: technology

View File

@@ -677,3 +677,39 @@
materialRequirements:
Steel: 10
Plasma: 5
- type: entity
id: BoozeDispenserMachineCircuitboard
parent: BaseMachineCircuitboard
name: booze dispenser machine board
description: A machine printed circuit board for a booze dispenser
components:
- type: Sprite
state: service
- type: MachineBoard
prototype: BoozeDispenser
materialRequirements:
Steel: 5
tagRequirements:
GlassBeaker:
Amount: 1
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: entity
id: SodaDispenserMachineCircuitboard
parent: BaseMachineCircuitboard
name: soda dispenser machine board
description: A machine printed circuit board for a soda dispenser
components:
- type: Sprite
state: service
- type: MachineBoard
prototype: soda_dispenser
materialRequirements:
Steel: 5
tagRequirements:
GlassBeaker:
Amount: 1
DefaultPrototype: Beaker
ExamineName: Glass Beaker

View File

@@ -15,3 +15,8 @@
emagPack: BoozeDispenserEmagInventory
- type: Transform
noRot: false
- type: Machine
board: BoozeDispenserMachineCircuitboard
- type: Wires
BoardName: "BoozeDispenser"
LayoutId: BoozeDispenser

View File

@@ -14,4 +14,9 @@
pack: SodaDispenserInventory
emagPack: SodaDispenserEmagInventory
- type: Transform
noRot: false
noRot: false
- type: Machine
board: SodaDispenserMachineCircuitboard
- type: Wires
BoardName: "SodaDispenser"
LayoutId: SodaDispenser

View File

@@ -316,6 +316,8 @@
- ExosuitFabricatorMachineCircuitboard
- ArtifactAnalyzerMachineCircuitboard
- TraversalDistorterMachineCircuitboard
- BoozeDispenserMachineCircuitboard
- SodaDispenserMachineCircuitboard
- type: MaterialStorage
whitelist:
tags:

View File

@@ -503,3 +503,21 @@
materials:
Steel: 100
Glass: 900
- type: latheRecipe
id: BoozeDispenserMachineCircuitboard
icon: { sprite: Objects/Misc/module.rsi, state: id_mod }
result: BoozeDispenserMachineCircuitboard
completetime: 4
materials:
Steel: 100
Glass: 900
- type: latheRecipe
id: SodaDispenserMachineCircuitboard
icon: { sprite: Objects/Misc/module.rsi, state: id_mod }
result: SodaDispenserMachineCircuitboard
completetime: 4
materials:
Steel: 100
Glass: 900