@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 401 B |
BIN
Resources/Textures/Objects/Tiles/tile.rsi/rcircuit.png
Normal file
|
After Width: | Height: | Size: 429 B |
@@ -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/"
|
||||
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 769 B |
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 846 B |
BIN
Resources/Textures/Tiles/red_circuit.png
Normal file
|
After Width: | Height: | Size: 774 B |