Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tile Additions #652

Merged
merged 8 commits into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions Resources/Prototypes/_Nuclear14/Tiles/floors.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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.