Skip to content

Commit

Permalink
Tile Additions (#652)
Browse files Browse the repository at this point in the history
(cherry picked from commit ff8aba4)
  • Loading branch information
Peptide90 committed Feb 24, 2025
1 parent b61427a commit 9e44ac9
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions Resources/Prototypes/_Nuclear14/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1701,6 +1701,45 @@
heatCapacity: 10000
weather: true

- type: tile
id: N14FloorRoadInnerMiddleWithTop
name: road inner middle with top
sprite: /Textures/_Nuclear14/Tiles/roadinnermiddlewithtop.png
baseTurf: FloorWasteland
isSubfloor: true
footstepSounds:
collection: FootstepFloor
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true

- type: tile
id: N14FloorRoadOuterTurnSouthTop
name: road outer turn south top
sprite: /Textures/_Nuclear14/Tiles/roadouterturnstop.png
baseTurf: FloorWasteland
isSubfloor: true
footstepSounds:
collection: FootstepFloor
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true

- type: tile
id: N14FloorRoadOuterTurnWestTop
name: road outer turn west top
sprite: /Textures/_Nuclear14/Tiles/roadouterturnwtop.png
baseTurf: FloorWasteland
isSubfloor: true
footstepSounds:
collection: FootstepFloor
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true

# Wasteland
- type: tile
id: FloorWasteland
Expand Down Expand Up @@ -1866,3 +1905,20 @@
heatCapacity: 700000
weather: true
indestructible: true

# Swampland
- type: tile
id: FloorSwampland
name: swampland
sprite: /Textures/_Nuclear14/Tiles/swampland.png
variants: 4
placementVariants: [0, 1, 2, 3]
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepWater
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true
Binary file modified Resources/Textures/_Nuclear14/Tiles/swampland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e44ac9

Please sign in to comment.