diff --git a/Resources/Prototypes/_Nuclear14/Tiles/floors.yml b/Resources/Prototypes/_Nuclear14/Tiles/floors.yml index 917c4999aaa..052a5d7903c 100644 --- a/Resources/Prototypes/_Nuclear14/Tiles/floors.yml +++ b/Resources/Prototypes/_Nuclear14/Tiles/floors.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Tiles/attributions.yml b/Resources/Textures/_Nuclear14/Tiles/attributions.yml index 9dabf79c982..68558b3e7a6 100644 --- a/Resources/Textures/_Nuclear14/Tiles/attributions.yml +++ b/Resources/Textures/_Nuclear14/Tiles/attributions.yml @@ -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" \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Tiles/roadinnermiddlewithtop.png b/Resources/Textures/_Nuclear14/Tiles/roadinnermiddlewithtop.png new file mode 100644 index 00000000000..d2c497d5080 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Tiles/roadinnermiddlewithtop.png differ diff --git a/Resources/Textures/_Nuclear14/Tiles/roadouterturnstop.png b/Resources/Textures/_Nuclear14/Tiles/roadouterturnstop.png new file mode 100644 index 00000000000..09bb37d79cc Binary files /dev/null and b/Resources/Textures/_Nuclear14/Tiles/roadouterturnstop.png differ diff --git a/Resources/Textures/_Nuclear14/Tiles/roadouterturnwtop.png b/Resources/Textures/_Nuclear14/Tiles/roadouterturnwtop.png new file mode 100644 index 00000000000..97c178fa3d5 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Tiles/roadouterturnwtop.png differ diff --git a/Resources/Textures/_Nuclear14/Tiles/swampland.png b/Resources/Textures/_Nuclear14/Tiles/swampland.png new file mode 100644 index 00000000000..91f0446349b Binary files /dev/null and b/Resources/Textures/_Nuclear14/Tiles/swampland.png differ