Skip to content

Commit

Permalink
Enabled digging for basic wasteland turfs
Browse files Browse the repository at this point in the history
  • Loading branch information
desuwatch committed Nov 29, 2024
1 parent c134cca commit 90a3a06
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions Resources/Prototypes/_Nuclear14/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,15 +1740,17 @@
heatCapacity: 10000
weather: true


# Wasteland
- type: tile
id: FloorWasteland
name: wasteland
sprite: /Textures/_Nuclear14/Tiles/wasteland.png
variants: 4
placementVariants: [0, 1, 2, 3]
baseTurf: space
isSubfloor: true
baseTurf: FloorBedrock
isSubfloor: false
canShovel: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
Expand All @@ -1771,8 +1773,9 @@
East: /Textures/_Nuclear14/Tiles/Dirt/double_edge_E.png
North: /Textures/_Nuclear14/Tiles/Dirt/double_edge_N.png
West: /Textures/_Nuclear14/Tiles/Dirt/double_edge_W.png
# baseTurf: FloorBase
isSubfloor: true
baseTurf: FloorBedrock
canShovel: true
isSubfloor: false
footstepSounds:
collection: N14FootstepDirt
heatCapacity: 10000
Expand All @@ -1792,8 +1795,9 @@
East: /Textures/_Nuclear14/Tiles/Dirt/double_edge_E.png
North: /Textures/_Nuclear14/Tiles/Dirt/double_edge_N.png
West: /Textures/_Nuclear14/Tiles/Dirt/double_edge_W.png
# baseTurf: FloorBase
isSubfloor: true
baseTurf: FloorBedrock
canShovel: true
isSubfloor: false
footstepSounds:
collection: N14FootstepDirt
heatCapacity: 10000
Expand All @@ -1814,8 +1818,9 @@
East: /Textures/_Nuclear14/Tiles/Rubble/double_edge_E.png
North: /Textures/_Nuclear14/Tiles/Rubble/double_edge_N.png
West: /Textures/_Nuclear14/Tiles/Rubble/double_edge_W.png
# baseTurf: FloorBase
isSubfloor: true
baseTurf: FloorBedrock
canShovel: true
isSubfloor: false
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000
Expand All @@ -1836,8 +1841,9 @@
East: /Textures/_Nuclear14/Tiles/Rubble/double_edge_E.png
North: /Textures/_Nuclear14/Tiles/Rubble/double_edge_N.png
West: /Textures/_Nuclear14/Tiles/Rubble/double_edge_W.png
# baseTurf: FloorBase
isSubfloor: true
baseTurf: FloorBedrock
canShovel: true
isSubfloor: false
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000
Expand Down

0 comments on commit 90a3a06

Please sign in to comment.