Updates asteroid tile sprites & adds asteroid plating (and tile items too, I guess) (#18937)

This commit is contained in:
Flareguy
2023-08-10 12:46:43 -05:00
committed by GitHub
parent 0f917d22d7
commit ea06a33a81
32 changed files with 75 additions and 5 deletions

View File

@@ -1000,10 +1000,55 @@
weather: true
# Asteroid
# TODO: Change the rock & pebbles into regular variants with a 20% chance to spawn (like SS13.) Give ironsand variants from /vg/station.
# TODO: Probably remove asteroid coarse sand if it isn't resprited by the time tile migrations exist. It was likely made to co-exist with the CEV-Eris style rocks and doesn't look too good nowadays.
- type: tile
id: FloorAsteroidSand
name: tiles-asteroid-floor
sprite: /Textures/Tiles/Asteroid/asteroid_sand.png
name: tiles-asteroid-sand
sprite: /Textures/Tiles/Asteroid/asteroid.png
baseTurf: Space
isSubfloor: true
canCrowbar: false
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000
weather: true
- type: tile
id: FloorAsteroidSandRocks
name: tiles-asteroid-sand-rocks
sprite: /Textures/Tiles/Asteroid/asteroid_rocks.png
variants: 8
placementVariants: [ 0, 1, 2, 3, 4, 5, 6, 7 ]
baseTurf: Space
isSubfloor: true
canCrowbar: false
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000
weather: true
- type: tile
id: FloorAsteroidSandRocksRed
name: tiles-asteroid-sand-rocks
sprite: /Textures/Tiles/Asteroid/asteroid_rocks_red.png
variants: 8
placementVariants: [ 0, 1, 2, 3, 4, 5, 6, 7 ]
baseTurf: Space
isSubfloor: true
canCrowbar: false
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000
weather: true
- type: tile
id: FloorAsteroidSandPebbles
name: tiles-asteroid-sand-pebbles
sprite: /Textures/Tiles/Asteroid/asteroid_pebbles.png
variants: 4
placementVariants: [ 0, 1, 2, 3 ]
baseTurf: Space
isSubfloor: true
canCrowbar: false

View File

@@ -10,6 +10,18 @@
friction: 0.3
heatCapacity: 10000
- type: tile
id: PlatingAsteroid
name: tiles-asteroid-plating
sprite: /Textures/Tiles/Asteroid/asteroid_plating.png
baseTurf: Lattice
isSubfloor: true
canAxe: true
footstepSounds:
collection: FootstepPlating
friction: 0.3
heatCapacity: 10000
- type: tile
id: Lattice
name: tiles-lattice