New Tiles (2 maintenance specific and 1 new wood). (#12193)

* new maint specific tiles

* merge

* merge

* merge

* merge

* Update Resources/Textures/Tiles/attributions.yml

Co-authored-by: Moony <moony@hellomouse.net>
This commit is contained in:
brainfood1183
2022-10-25 19:27:06 +01:00
committed by GitHub
parent 05e9f6acaa
commit 062d3c656e
12 changed files with 133 additions and 0 deletions

View File

@@ -82,3 +82,6 @@ tiles-asteroid-ironsand-pebbles = asteroid ironsand pebbles
tiles-asteroid-ironsand-rock = asteroid ironsand rock
tiles-cave = cave
tiles-cave-drought = cave drought
tiles-techmaint3-floor = grated maintenance floor
tiles-techmaint2-floor = steel maintenance floor
tiles-wood2 = wood pattern floor

View File

@@ -713,3 +713,52 @@
- FloorSnow
- type: Stack
stackType: FloorTileSnow
- type: entity
name: wood pattern floor
parent: FloorTileItemBase
id: FloorTileItemWoodPattern
components:
- type: Sprite
state: woodpatternfloor
- type: Item
heldPrefix: wood
- type: FloorTile
outputs:
- Plating
- FloorWoodTile
- type: Stack
stackType: FloorTileWoodPattern
- type: entity
name: steel maint floor
parent: FloorTileItemBase
id: FloorTileItemSteelMaint
components:
- type: Sprite
state: steelmaintfloor
- type: Item
heldPrefix: steel
- type: FloorTile
outputs:
- Plating
- FloorTechMaint2
- type: Stack
stackType: FloorTileSteelMaint
- type: entity
name: grating maint floor
parent: FloorTileItemBase
id: FloorTileItemGratingMaint
components:
- type: Sprite
state: gratingmaintfloor
- type: Item
heldPrefix: steel
- type: FloorTile
outputs:
- Plating
- FloorTechMaint3
- type: Stack
stackType: FloorTileGratingMaint

View File

@@ -247,3 +247,18 @@
id: FloorTileSnow
name: snow floor tile
spawn: FloorTileItemSnow
- type: stack
id: FloorTileWoodPattern
name: wood pattern floor
spawn: FloorTileItemWoodPattern
- type: stack
id: FloorTileSteelMaint
name: steel maint floor
spawn: FloorTileItemSteelMaint
- type: stack
id: FloorTileGratingMaint
name: grating maint floor
spawn: FloorTileItemGratingMaint

View File

@@ -1340,3 +1340,54 @@
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorTechMaint2
name: tiles-techmaint2-floor
sprite: /Textures/Tiles/steel_maint.png
baseTurfs:
- Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepHull
friction: 0.30
itemDrop: FloorTileItemSteelMaint
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorTechMaint3
name: tiles-techmaint3-floor
sprite: /Textures/Tiles/grating_maint.png
variants: 4
placementVariants: [0, 1, 2, 3]
baseTurfs:
- Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepHull
friction: 0.30
itemDrop: FloorTileItemGratingMaint
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorWoodTile
name: tiles-wood2
sprite: /Textures/Tiles/wood_tile.png
variants: 4
placementVariants: [0, 1, 2, 3]
baseTurfs:
- Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepWood
barestepSounds:
collection: BarestepWood
friction: 0.30
itemDrop: FloorTileItemWoodPattern
thermalConductivity: 0.04
heatCapacity: 10000

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -148,6 +148,15 @@
{
"name": "metaldiamond"
},
{
"name": "steelmaintfloor"
},
{
"name": "gratingmaintfloor"
},
{
"name": "woodpatternfloor"
},
{
"name": "bcircuit-inhand-left",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -50,3 +50,9 @@
license: "CC-BY-SA-3.0"
copyright: "Fortuna commit 2a9408a47e2f83d945335e4feeeeafb552173e6f, grasslight and dirt by Peptide based on grassdark.png and dirt."
source: "https://github.com/FortunaSS13/Fortuna"
- files: ["steel_maint.png", "grating_maint.png", "wood_tile.png"]
license: "CC-BY-SA-3.0"
copyright: "by brainfood for space-station-14, ."
source: "https://github.com/space-wizards/space-station-14/pull/12193"

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB