Red circuit floor (#32557)

* red circuit added

* index colour begone
This commit is contained in:
TakoDragon
2024-10-02 07:35:48 +02:00
committed by GitHub
parent b364894228
commit 542817807d
14 changed files with 63 additions and 1 deletions

View File

@@ -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

View File

@@ -442,6 +442,7 @@
- UniformPrinterMachineCircuitboard
- FloorGreenCircuit
- FloorBlueCircuit
- FloorRedCircuit
- MicrowaveMachineCircuitboard
- ReagentGrinderMachineCircuitboard
- ElectricGrillMachineCircuitboard

View File

@@ -199,6 +199,13 @@
materials:
Steel: 100
- type: latheRecipe
id: FloorRedCircuit
result: FloorTileItemRCircuit4
completetime: 2
materials:
Steel: 100
- type: latheRecipe
id: HandheldStationMap
result: HandheldStationMapEmpty

View File

@@ -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

View File

@@ -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