Skip to content

Commit

Permalink
indoor variants of tiles and remove weather from upstream tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Jul 5, 2024
1 parent e448cf8 commit 34e6233
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 11 deletions.
45 changes: 44 additions & 1 deletion Resources/Prototypes/Nuclear14/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1627,6 +1627,7 @@
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: FloorDirtNew
Expand All @@ -1649,6 +1650,26 @@
heatCapacity: 10000
weather: true

- type: tile
id: FloorDirtIndoors
name: dirt indoors
sprite: /Textures/Nuclear14/Tiles/Dirt/dirt.png
edgeSpritePriority: 1
edgeSprites:
SouthEast: /Textures/Nuclear14/Tiles/Dirt/single_edge_SE.png
NorthEast: /Textures/Nuclear14/Tiles/Dirt/single_edge_NE.png
NorthWest: /Textures/Nuclear14/Tiles/Dirt/single_edge_NW.png
SouthWest: /Textures/Nuclear14/Tiles/Dirt/single_edge_SW.png
South: /Textures/Nuclear14/Tiles/Dirt/double_edge_S.png
East: /Textures/Nuclear14/Tiles/Dirt/double_edge_E.png
North: /Textures/Nuclear14/Tiles/Dirt/double_edge_N.png
West: /Textures/Nuclear14/Tiles/Dirt/double_edge_W.png
# baseTurf: FloorBase
isSubfloor: true
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000

- type: tile
id: FloorRubble
name: rubble
Expand All @@ -1670,6 +1691,27 @@
collection: FootstepAsteroid
heatCapacity: 10000
weather: true

- type: tile
id: FloorRubbleIndoors
name: rubble indoors
sprite: /Textures/Nuclear14/Tiles/Rubble/rubble.png
variants: 4
edgeSpritePriority: 1
edgeSprites:
SouthEast: /Textures/Nuclear14/Tiles/Rubble/single_edge_SE.png
NorthEast: /Textures/Nuclear14/Tiles/Rubble/single_edge_NE.png
NorthWest: /Textures/Nuclear14/Tiles/Rubble/single_edge_NW.png
SouthWest: /Textures/Nuclear14/Tiles/Rubble/single_edge_SW.png
South: /Textures/Nuclear14/Tiles/Rubble/double_edge_S.png
East: /Textures/Nuclear14/Tiles/Rubble/double_edge_E.png
North: /Textures/Nuclear14/Tiles/Rubble/double_edge_N.png
West: /Textures/Nuclear14/Tiles/Rubble/double_edge_W.png
# baseTurf: FloorBase
isSubfloor: true
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000

# Water
- type: tile
Expand All @@ -1686,4 +1728,5 @@
sturdy: false
thermalConductivity: 0.4
heatCapacity: 700000
weather: true
weather: true
indestructible: true
10 changes: 0 additions & 10 deletions Resources/Prototypes/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,6 @@
collection: FootstepTile
itemDrop: FloorTileItemConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorConcreteMono
Expand All @@ -938,7 +937,6 @@
collection: FootstepTile
itemDrop: FloorTileItemConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorConcreteSmooth
Expand All @@ -957,7 +955,6 @@
collection: FootstepTile
itemDrop: FloorTileItemConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorGrayConcrete
Expand All @@ -976,7 +973,6 @@
collection: FootstepTile
itemDrop: FloorTileItemGrayConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorGrayConcreteMono
Expand All @@ -995,7 +991,6 @@
collection: FootstepTile
itemDrop: FloorTileItemGrayConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorGrayConcreteSmooth
Expand All @@ -1014,7 +1009,6 @@
collection: FootstepTile
itemDrop: FloorTileItemGrayConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorOldConcrete
Expand All @@ -1033,7 +1027,6 @@
collection: FootstepTile
itemDrop: FloorTileItemOldConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorOldConcreteMono
Expand All @@ -1052,7 +1045,6 @@
collection: FootstepTile
itemDrop: FloorTileItemOldConcrete
heatCapacity: 10000
weather: true

- type: tile
id: FloorOldConcreteSmooth
Expand All @@ -1071,7 +1063,6 @@
collection: FootstepTile
itemDrop: FloorTileItemOldConcrete
heatCapacity: 10000
weather: true

# Carpets (non smoothing)
- type: tile
Expand Down Expand Up @@ -1396,7 +1387,6 @@
footstepSounds:
collection: FootstepTile
heatCapacity: 10000
weather: true

- type: tile
id: FloorGrass
Expand Down

0 comments on commit 34e6233

Please sign in to comment.