From 376b75fef37c9dc6aba42dba4b8996f76ac5ea16 Mon Sep 17 00:00:00 2001 From: MrLopLop Date: Mon, 9 Dec 2024 03:08:08 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=B0=D1=8F(=D0=A1=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=8F)=20=D0=BF=D0=BB=D0=B8=D1=82=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Corvax/Tiles/floors.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Resources/Prototypes/Corvax/Tiles/floors.yml diff --git a/Resources/Prototypes/Corvax/Tiles/floors.yml b/Resources/Prototypes/Corvax/Tiles/floors.yml new file mode 100644 index 0000000000..0ef59e6b40 --- /dev/null +++ b/Resources/Prototypes/Corvax/Tiles/floors.yml @@ -0,0 +1,17 @@ +#MARK: Wasteland + +- type: tile + id: FloorWasteland1 + name: wasteland yellow + sprite: /Textures/_Nuclear14/Tiles/wasteland1.png + variants: 4 + placementVariants: [0, 1, 2, 3] + baseTurf: space + isSubfloor: true + footstepSounds: + collection: N14FootstepDirt + friction: 0.30 + thermalConductivity: 0.04 + heatCapacity: 10000 + weather: true + indestructible: true \ No newline at end of file