@@ -1,4 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
id: FloorTileItemBase
|
id: FloorTileItemBase
|
||||||
description: These could work as a pretty decent throwing weapon.
|
description: These could work as a pretty decent throwing weapon.
|
||||||
@@ -811,6 +811,24 @@
|
|||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: FloorTileBCircuit
|
stackType: FloorTileBCircuit
|
||||||
|
|
||||||
|
# Circuits stacks
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: FloorTileItemGCircuit
|
||||||
|
id: FloorTileItemGCircuit4
|
||||||
|
suffix: 4
|
||||||
|
components:
|
||||||
|
- type: Stack
|
||||||
|
count: 4
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: FloorTileItemBCircuit
|
||||||
|
id: FloorTileItemBCircuit4
|
||||||
|
suffix: 4
|
||||||
|
components:
|
||||||
|
- type: Stack
|
||||||
|
count: 4
|
||||||
|
|
||||||
# Terrain
|
# Terrain
|
||||||
- type: entity
|
- type: entity
|
||||||
name: grass tile
|
name: grass tile
|
||||||
|
|||||||
@@ -360,6 +360,8 @@
|
|||||||
- CentrifugeMachineCircuitboard
|
- CentrifugeMachineCircuitboard
|
||||||
- CondenserMachineCircuitBoard
|
- CondenserMachineCircuitBoard
|
||||||
- UniformPrinterMachineCircuitboard
|
- UniformPrinterMachineCircuitboard
|
||||||
|
- FloorGreenCircuit
|
||||||
|
- FloorBlueCircuit
|
||||||
dynamicRecipes:
|
dynamicRecipes:
|
||||||
- ThermomachineFreezerMachineCircuitBoard
|
- ThermomachineFreezerMachineCircuitBoard
|
||||||
- PortableScrubberMachineCircuitBoard
|
- PortableScrubberMachineCircuitBoard
|
||||||
|
|||||||
@@ -131,3 +131,17 @@
|
|||||||
completetime: 1
|
completetime: 1
|
||||||
materials:
|
materials:
|
||||||
Plastic: 100
|
Plastic: 100
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: FloorGreenCircuit
|
||||||
|
result: FloorTileItemGCircuit4
|
||||||
|
completetime: 2
|
||||||
|
materials:
|
||||||
|
Steel: 100
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: FloorBlueCircuit
|
||||||
|
result: FloorTileItemBCircuit4
|
||||||
|
completetime: 2
|
||||||
|
materials:
|
||||||
|
Steel: 100
|
||||||
|
|||||||
Reference in New Issue
Block a user