Skip to content

Commit

Permalink
Tile Additions (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hub authored Nov 2, 2024
1 parent 8bf458c commit ff8aba4
Show file tree
Hide file tree
Showing 6 changed files with 61 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 @@ -1865,4 +1904,21 @@
thermalConductivity: 0.4
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
5 changes: 5 additions & 0 deletions Resources/Textures/_Nuclear14/Tiles/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from goonstation at commit https://github.com/goonstation/goonstation/commit/ddd7f6a0b7a1b2758c0f9dfff09974854e3ef7ed"
source: "https://github.com/goonstation/goonstation"

- files: ["swampland.png", "roadinnermiddlewithtop", "roadouterturnstop", "roadouterturnwtop"]
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from wasteland at commit 6d346b9a8a1821fbe0a8bb3ac8d358ebcb266e53, swampland, roadinnermiddlewithtop, roadouterturnstop, roadouterturnwtop by maxxorion"
source: "https://github.com/Vault-Overseers/nuclear-14"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 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 ff8aba4

Please sign in to comment.