@@ -1,4 +1,4 @@
|
||||
- type: entity
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: FloorTileItemBase
|
||||
description: These could work as a pretty decent throwing weapon.
|
||||
@@ -811,6 +811,24 @@
|
||||
- type: Stack
|
||||
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
|
||||
- type: entity
|
||||
name: grass tile
|
||||
|
||||
@@ -360,6 +360,8 @@
|
||||
- CentrifugeMachineCircuitboard
|
||||
- CondenserMachineCircuitBoard
|
||||
- UniformPrinterMachineCircuitboard
|
||||
- FloorGreenCircuit
|
||||
- FloorBlueCircuit
|
||||
dynamicRecipes:
|
||||
- ThermomachineFreezerMachineCircuitBoard
|
||||
- PortableScrubberMachineCircuitBoard
|
||||
|
||||
@@ -131,3 +131,17 @@
|
||||
completetime: 1
|
||||
materials:
|
||||
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