tiles-metal-foam = metal foam floor
tiles-green-circuit-floor = green circuit floor
tiles-blue-circuit-floor = blue circuit floor
+tiles-red-circuit-floor = red circuit floor
tiles-snow = snow
tiles-snow-plating = snowed plating
tiles-snow-dug = dug snow
- 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
- type: Stack
count: 4
+- type: entity
+ parent: FloorTileItemRCircuit
+ id: FloorTileItemRCircuit4
+ suffix: 4
+ components:
+ - type: Stack
+ count: 4
+
# Terrain
- type: entity
name: grass tile
- UniformPrinterMachineCircuitboard
- FloorGreenCircuit
- FloorBlueCircuit
+ - FloorRedCircuit
- MicrowaveMachineCircuitboard
- ReagentGrinderMachineCircuitboard
- ElectricGrillMachineCircuitboard
materials:
Steel: 100
+- type: latheRecipe
+ id: FloorRedCircuit
+ result: FloorTileItemRCircuit4
+ completetime: 2
+ materials:
+ Steel: 100
+
- type: latheRecipe
id: HandheldStationMap
result: HandheldStationMapEmpty
spawn: FloorTileItemBCircuit
maxCount: 30
+- type: stack
+ id: FloorTileRCircuit
+ name: red-circuit floor
+ spawn: FloorTileItemRCircuit
+ maxCount: 30
+
- type: stack
id: FloorTileGrass
name: grass floor tile
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
{
"name": "bcircuit"
},
+ {
+ "name": "rcircuit"
+ },
{
"name": "carpet-black"
},
"name": "gold-inhand-left",
"directions": 4
},
+ {
+ "name": "rcircuit-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "rcircuit-inhand-left",
+ "directions": 4
+ },
{
"name": "reinforced-inhand-right",
"directions": 4
copyright: "Taken from /tg/station at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae."
source: "https://github.com/tgstation/tgstation/"
-- files: ["blue_circuit.png", "cropped_parallax.png", "eighties.png", "gold.png", "grass.png", "ironsand1.png", "ironsand2.png", "ironsand3.png", "ironsand4.png", "junglegrass.png", "lattice.png", "reinforced.png", "silver.png", "snow.png", "wood.png"]
+- files: ["blue_circuit.png", "cropped_parallax.png", "eighties.png", "gold.png", "grass.png", "ironsand1.png", "ironsand2.png", "ironsand3.png", "ironsand4.png", "junglegrass.png", "lattice.png", "red_circuit.png", "reinforced.png", "silver.png", "snow.png", "wood.png"]
license: "CC-BY-SA-3.0"
copyright: "tgstation commit 8abb19545828230d92ba18827feeb42a67a55d49, cropped_parallax modified from parallax."
source: "https://github.com/tgstation/tgstation/"