@@ -1286,6 +1286,22 @@
|
||||
- type: Stack
|
||||
stackType: FloorTileBCircuit
|
||||
|
||||
- type: entity
|
||||
name: red circuit floor
|
||||
parent: FloorTileItemBase
|
||||
id: FloorTileItemRCircuit
|
||||
components:
|
||||
- type: Sprite
|
||||
state: rcircuit
|
||||
- type: Item
|
||||
heldPrefix: rcircuit
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- Plating
|
||||
- FloorRedCircuit
|
||||
- type: Stack
|
||||
stackType: FloorTileRCircuit
|
||||
|
||||
# Circuits stacks
|
||||
|
||||
- type: entity
|
||||
@@ -1304,6 +1320,14 @@
|
||||
- type: Stack
|
||||
count: 4
|
||||
|
||||
- type: entity
|
||||
parent: FloorTileItemRCircuit
|
||||
id: FloorTileItemRCircuit4
|
||||
suffix: 4
|
||||
components:
|
||||
- type: Stack
|
||||
count: 4
|
||||
|
||||
# Terrain
|
||||
- type: entity
|
||||
name: grass tile
|
||||
|
||||
@@ -442,6 +442,7 @@
|
||||
- UniformPrinterMachineCircuitboard
|
||||
- FloorGreenCircuit
|
||||
- FloorBlueCircuit
|
||||
- FloorRedCircuit
|
||||
- MicrowaveMachineCircuitboard
|
||||
- ReagentGrinderMachineCircuitboard
|
||||
- ElectricGrillMachineCircuitboard
|
||||
|
||||
@@ -199,6 +199,13 @@
|
||||
materials:
|
||||
Steel: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: FloorRedCircuit
|
||||
result: FloorTileItemRCircuit4
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: HandheldStationMap
|
||||
result: HandheldStationMapEmpty
|
||||
|
||||
@@ -538,6 +538,12 @@
|
||||
spawn: FloorTileItemBCircuit
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileRCircuit
|
||||
name: red-circuit floor
|
||||
spawn: FloorTileItemRCircuit
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrass
|
||||
name: grass floor tile
|
||||
|
||||
@@ -1422,6 +1422,18 @@
|
||||
itemDrop: FloorTileItemBCircuit
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: FloorRedCircuit
|
||||
name: tiles-red-circuit-floor
|
||||
sprite: /Textures/Tiles/red_circuit.png
|
||||
baseTurf: Plating
|
||||
isSubfloor: false
|
||||
deconstructTools: [ Prying ]
|
||||
footstepSounds:
|
||||
collection: FootstepHull
|
||||
itemDrop: FloorTileItemRCircuit
|
||||
heatCapacity: 10000
|
||||
|
||||
# Terrain
|
||||
- type: tile
|
||||
id: FloorAsphalt
|
||||
|
||||
Reference in New Issue
Block a user