diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 478d1da96e..3f4dcf7342 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -811,3 +811,35 @@ thermalConductivity: 0.04 heatCapacity: 10000 +# Caves +- type: tile + id: FloorCave + name: cave + texture: cave + variants: 7 + placementVariants: [0, 1, 2, 3, 4, 5, 6] + base_turfs: + - space + is_subfloor: false + can_crowbar: false + footstep_sounds: + collection: footstep_asteroid + friction: 0.30 + thermalConductivity: 0.04 + heatCapacity: 10000 + +- type: tile + id: FloorCaveDrought + name: cave drought + texture: cavedrought + variants: 8 + placementVariants: [0, 1, 2, 3, 4, 5, 6, 7] + base_turfs: + - space + is_subfloor: false + can_crowbar: false + footstep_sounds: + collection: footstep_asteroid + friction: 0.30 + thermalConductivity: 0.04 + heatCapacity: 10000 \ No newline at end of file diff --git a/Resources/Textures/Tiles/attributions.yml b/Resources/Textures/Tiles/attributions.yml index 767b29b4b3..4fef9e8a3f 100644 --- a/Resources/Textures/Tiles/attributions.yml +++ b/Resources/Textures/Tiles/attributions.yml @@ -33,4 +33,9 @@ - files: ["arcadeblue2.png", "boxing.png", "carpetclown.png", "carpetoffice.png", "gym.png", "metaldiamond.png"] license: "CC-BY-NC-SA-3.0" copyright: "by WALPVRGIS for Goonstation, taken at commit 236551b95a5b24917c72f3069223026b2dc4e690 from floors.dmi" - source: "https://github.com/goonstation/goonstation" \ No newline at end of file + source: "https://github.com/goonstation/goonstation" + +- files: ["cave.png", "cavedrought.png"] + license: "CC-BY-NC-SA-3.0" + copyright: "Mojave-Sun, taken at commit 0587dd16e28108bdf0b0a28e2caae4319845e861" + source: "https://github.com/Mojave-Sun/mojave-sun-13" \ No newline at end of file diff --git a/Resources/Textures/Tiles/cave.png b/Resources/Textures/Tiles/cave.png new file mode 100644 index 0000000000..22799b01b8 Binary files /dev/null and b/Resources/Textures/Tiles/cave.png differ diff --git a/Resources/Textures/Tiles/cavedrought.png b/Resources/Textures/Tiles/cavedrought.png new file mode 100644 index 0000000000..c4d7535a89 Binary files /dev/null and b/Resources/Textures/Tiles/cavedrought.png differ