Concrete and asphalt tiles (#19642)

* concrete and asphalt

* los decals
This commit is contained in:
Nemanja
2023-08-29 18:50:11 -04:00
committed by GitHub
parent f3fdb3250e
commit f4503864d5
72 changed files with 814 additions and 0 deletions

View File

@@ -787,6 +787,178 @@
itemDrop: FloorTileItemLaundry
heatCapacity: 10000
# Concrete
- type: tile
id: FloorConcrete
name: tiles-concrete-tile
sprite: /Textures/Tiles/Planet/Concrete/concrete.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorConcreteMono
name: tiles-concrete-slab
sprite: /Textures/Tiles/Planet/Concrete/concrete_mono.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorConcreteSmooth
name: tiles-concrete-smooth
sprite: /Textures/Tiles/Planet/Concrete/concrete_smooth.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorGrayConcrete
name: tiles-gray-concrete-tile
sprite: /Textures/Tiles/Planet/Concrete/grayconcrete.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemGrayConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorGrayConcreteMono
name: tiles-gray-concrete-slab
sprite: /Textures/Tiles/Planet/Concrete/grayconcrete_mono.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemGrayConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorGrayConcreteSmooth
name: tiles-gray-concrete-smooth
sprite: /Textures/Tiles/Planet/Concrete/grayconcrete_smooth.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemGrayConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorOldConcrete
name: tiles-old-concrete-tile
sprite: /Textures/Tiles/Planet/Concrete/oldconcrete.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemOldConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorOldConcreteMono
name: tiles-old-concrete-slab
sprite: /Textures/Tiles/Planet/Concrete/oldconcrete_mono.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemOldConcrete
heatCapacity: 10000
weather: true
- type: tile
id: FloorOldConcreteSmooth
name: tiles-old-concrete-smooth
sprite: /Textures/Tiles/Planet/Concrete/oldconcrete_smooth.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepTile
itemDrop: FloorTileItemOldConcrete
heatCapacity: 10000
weather: true
# Carpets (non smoothing)
- type: tile
id: FloorArcadeBlue
@@ -1065,6 +1237,30 @@
heatCapacity: 10000
# Terrain
- type: tile
id: FloorAsphalt
name: tiles-asphalt
sprite: /Textures/Tiles/Planet/Concrete/asphalt.png
variants: 10
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: FloorDirt
isSubfloor: true
canCrowbar: false
footstepSounds:
collection: FootstepTile
heatCapacity: 10000
weather: true
- type: tile
id: FloorGrass
name: tiles-planet-grass-floor