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

@@ -90,6 +90,7 @@ tiles-reinforced-glass-floor = reinforced glass floor
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

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

View File

@@ -159,6 +159,9 @@
{
"name": "bcircuit"
},
{
"name": "rcircuit"
},
{
"name": "carpet-black"
},
@@ -472,6 +475,14 @@
"name": "gold-inhand-left",
"directions": 4
},
{
"name": "rcircuit-inhand-right",
"directions": 4
},
{
"name": "rcircuit-inhand-left",
"directions": 4
},
{
"name": "reinforced-inhand-right",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

View File

@@ -26,7 +26,7 @@
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/"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B