New grass & dirt tiles. Split minor update. (#10260)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -663,6 +663,54 @@
|
||||
item_drop: FloorTileItemGrassJungle
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: FloorGrassDark
|
||||
name: dark grass floor
|
||||
texture: grassdark
|
||||
variants: 4
|
||||
placementVariants: [0, 1, 2, 3]
|
||||
base_turfs:
|
||||
- FloorDirt
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_grass
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: FloorGrassLight
|
||||
name: light grass floor
|
||||
texture: grasslight
|
||||
variants: 4
|
||||
placementVariants: [0, 1, 2, 3]
|
||||
base_turfs:
|
||||
- FloorDirt
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_grass
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: FloorDirt
|
||||
name: dirt floor
|
||||
texture: dirt
|
||||
variants: 4
|
||||
placementVariants: [0, 1, 2, 3]
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_asteroid
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
# Asteroid
|
||||
- type: tile
|
||||
@@ -708,38 +756,14 @@
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
|
||||
- type: tileAlias
|
||||
id: floor_asteroid_coarse_sand1
|
||||
name: asteroid coarse sand [DO NOT USE]
|
||||
texture: Asteroid/asteroid_coarse_sand
|
||||
variants: 3
|
||||
placementVariants: [ 0, 1, 2 ]
|
||||
base_turfs:
|
||||
- space
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_asteroid
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
target: floor_asteroid_coarse_sand0
|
||||
|
||||
- type: tileAlias
|
||||
id: floor_asteroid_coarse_sand2
|
||||
name: asteroid coarse sand [DO NOT USE]
|
||||
texture: Asteroid/asteroid_coarse_sand
|
||||
variants: 3
|
||||
placementVariants: [ 0, 1, 2 ]
|
||||
base_turfs:
|
||||
- space
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_asteroid
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
target: floor_asteroid_coarse_sand0
|
||||
|
||||
- type: tile
|
||||
id: floor_asteroid_coarse_sand_dug
|
||||
|
||||
@@ -28,5 +28,4 @@
|
||||
# The final step in underplating's deprecation before it gets completely wiped from the codebase.
|
||||
- type: tileAlias
|
||||
id: underplating
|
||||
target: plating
|
||||
|
||||
target: plating
|
||||
Reference in New Issue
Block a user