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:
@@ -4,6 +4,9 @@ technologies-basic-research-technology-description = Nanotrasen basic research t
|
|||||||
technologies-cleaning-technology = Cleaning technology
|
technologies-cleaning-technology = Cleaning technology
|
||||||
technologies-cleaning-technology-description = Start to a shiny clean station.
|
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 = Biological technology
|
||||||
technologies-biological-technology-description = Investigations into the natural world.
|
technologies-biological-technology-description = Investigations into the natural world.
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,25 @@
|
|||||||
- SprayBottle
|
- SprayBottle
|
||||||
- BodyBag
|
- 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
|
# Biological Technology Tree
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
|
|||||||
@@ -677,3 +677,39 @@
|
|||||||
materialRequirements:
|
materialRequirements:
|
||||||
Steel: 10
|
Steel: 10
|
||||||
Plasma: 5
|
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
|
||||||
|
|||||||
@@ -15,3 +15,8 @@
|
|||||||
emagPack: BoozeDispenserEmagInventory
|
emagPack: BoozeDispenserEmagInventory
|
||||||
- type: Transform
|
- type: Transform
|
||||||
noRot: false
|
noRot: false
|
||||||
|
- type: Machine
|
||||||
|
board: BoozeDispenserMachineCircuitboard
|
||||||
|
- type: Wires
|
||||||
|
BoardName: "BoozeDispenser"
|
||||||
|
LayoutId: BoozeDispenser
|
||||||
|
|||||||
@@ -15,3 +15,8 @@
|
|||||||
emagPack: SodaDispenserEmagInventory
|
emagPack: SodaDispenserEmagInventory
|
||||||
- type: Transform
|
- type: Transform
|
||||||
noRot: false
|
noRot: false
|
||||||
|
- type: Machine
|
||||||
|
board: SodaDispenserMachineCircuitboard
|
||||||
|
- type: Wires
|
||||||
|
BoardName: "SodaDispenser"
|
||||||
|
LayoutId: SodaDispenser
|
||||||
|
|||||||
@@ -316,6 +316,8 @@
|
|||||||
- ExosuitFabricatorMachineCircuitboard
|
- ExosuitFabricatorMachineCircuitboard
|
||||||
- ArtifactAnalyzerMachineCircuitboard
|
- ArtifactAnalyzerMachineCircuitboard
|
||||||
- TraversalDistorterMachineCircuitboard
|
- TraversalDistorterMachineCircuitboard
|
||||||
|
- BoozeDispenserMachineCircuitboard
|
||||||
|
- SodaDispenserMachineCircuitboard
|
||||||
- type: MaterialStorage
|
- type: MaterialStorage
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -503,3 +503,21 @@
|
|||||||
materials:
|
materials:
|
||||||
Steel: 100
|
Steel: 100
|
||||||
Glass: 900
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user