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

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