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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user