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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Objects/Tiles/tile.rsi/gratingmaintfloor.png
Normal file
BIN
Resources/Textures/Objects/Tiles/tile.rsi/gratingmaintfloor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -148,6 +148,15 @@
|
||||
{
|
||||
"name": "metaldiamond"
|
||||
},
|
||||
{
|
||||
"name": "steelmaintfloor"
|
||||
},
|
||||
{
|
||||
"name": "gratingmaintfloor"
|
||||
},
|
||||
{
|
||||
"name": "woodpatternfloor"
|
||||
},
|
||||
{
|
||||
"name": "bcircuit-inhand-left",
|
||||
"directions": 4
|
||||
|
||||
BIN
Resources/Textures/Objects/Tiles/tile.rsi/steelmaintfloor.png
Normal file
BIN
Resources/Textures/Objects/Tiles/tile.rsi/steelmaintfloor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
Resources/Textures/Objects/Tiles/tile.rsi/woodpatternfloor.png
Normal file
BIN
Resources/Textures/Objects/Tiles/tile.rsi/woodpatternfloor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -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"
|
||||
|
||||
|
||||
BIN
Resources/Textures/Tiles/grating_maint.png
Normal file
BIN
Resources/Textures/Tiles/grating_maint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
Resources/Textures/Tiles/steel_maint.png
Normal file
BIN
Resources/Textures/Tiles/steel_maint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
Resources/Textures/Tiles/wood_tile.png
Normal file
BIN
Resources/Textures/Tiles/wood_tile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user