Exosuit Fabricator (#12760)
This commit is contained in:
@@ -426,6 +426,7 @@
|
||||
requiredTechnologies:
|
||||
- CompactPowerTechnology
|
||||
unlockedRecipes:
|
||||
- ExosuitFabricatorMachineCircuitboard
|
||||
- ProximitySensor
|
||||
- LeftArmBorg
|
||||
- RightArmBorg
|
||||
|
||||
@@ -85,6 +85,21 @@
|
||||
DefaultPrototype: Beaker
|
||||
ExamineName: Glass Beaker
|
||||
|
||||
- type: entity
|
||||
id: ExosuitFabricatorMachineCircuitboard
|
||||
parent: BaseMachineCircuitboard
|
||||
name: exosuit fabricator machine board
|
||||
components:
|
||||
- type: Sprite
|
||||
state: science
|
||||
- type: MachineBoard
|
||||
prototype: ExosuitFabricator
|
||||
requirements:
|
||||
MatterBin: 1
|
||||
Manipulator: 3
|
||||
materialRequirements:
|
||||
Glass: 5
|
||||
|
||||
- type: entity
|
||||
id: UniformPrinterMachineCircuitboard
|
||||
parent: BaseMachineCircuitboard
|
||||
|
||||
@@ -223,9 +223,6 @@
|
||||
- PowerCellMedium
|
||||
- PowerCellHigh
|
||||
- RPED
|
||||
- ProximitySensor
|
||||
- LeftArmBorg
|
||||
- RightArmBorg
|
||||
- HolofanProjector
|
||||
|
||||
- type: entity
|
||||
@@ -301,6 +298,7 @@
|
||||
- GasRecyclerMachineCircuitboard
|
||||
- SeedExtractorMachineCircuitboard
|
||||
- AnalysisComputerCircuitboard
|
||||
- ExosuitFabricatorMachineCircuitboard
|
||||
- ArtifactAnalyzerMachineCircuitboard
|
||||
- TraversalDistorterMachineCircuitboard
|
||||
- type: MaterialStorage
|
||||
@@ -310,6 +308,38 @@
|
||||
- RawMaterial
|
||||
- Ingot
|
||||
|
||||
- type: entity
|
||||
parent: Protolathe
|
||||
id: ExosuitFabricator
|
||||
name: exosuit fabricator
|
||||
description: Creates parts for robotics and other mechanical needs
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Structures/Machines/exosuit_fabricator.rsi
|
||||
layers:
|
||||
- state: fab-idle
|
||||
map: ["enum.LatheVisualLayers.IsRunning"]
|
||||
- state: fab-load
|
||||
map: ["enum.LatheVisualLayers.IsInserting"]
|
||||
- state: fab-o
|
||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||
- type: Machine
|
||||
board: ExosuitFabricatorMachineCircuitboard
|
||||
- type: Lathe
|
||||
idleState: fab-idle
|
||||
runningState: fab-active
|
||||
dynamicRecipes:
|
||||
- ProximitySensor
|
||||
- LeftArmBorg
|
||||
- RightArmBorg
|
||||
- type: MaterialStorage
|
||||
whitelist:
|
||||
tags:
|
||||
- Sheet
|
||||
- RawMaterial
|
||||
- Ingot
|
||||
|
||||
- type: entity
|
||||
parent: Protolathe
|
||||
id: SecurityTechFab
|
||||
|
||||
@@ -147,6 +147,15 @@
|
||||
Steel: 100
|
||||
Glass: 900
|
||||
|
||||
- type: latheRecipe
|
||||
id: ExosuitFabricatorMachineCircuitboard
|
||||
icon: Objects/Misc/module.rsi/science.png
|
||||
result: ExosuitFabricatorMachineCircuitboard
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 900
|
||||
|
||||
- type: latheRecipe
|
||||
id: UniformPrinterMachineCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
|
||||
Reference in New Issue
Block a user