Adds two new cave floors (#9873)

This commit is contained in:
Peptide90
2022-08-02 13:55:30 +01:00
committed by GitHub
parent 18600288c6
commit 86a3b55aad
4 changed files with 38 additions and 1 deletions

View File

@@ -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