Astro Asteroid Sand (#34463)
* Added astro asteroid sand * fixed the stack name * adjusted tile sprites for asteroid and ice * Adjusted meta.json * Realized the other tile sprites all have solid lines on their perimeters * Update Resources/Prototypes/Stacks/floor_tile_stacks.yml that works Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * Update tiles.yml * Update Resources/Locale/en-US/tiles/tiles.ftl Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * adjusted the snow sprite * Update meta.json --------- Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com>
This commit is contained in:
@@ -1551,6 +1551,23 @@
|
||||
- type: Stack
|
||||
stackType: FloorTileAstroSnow
|
||||
|
||||
- type: entity
|
||||
id: FloorTileItemAstroAsteroidSand
|
||||
parent: FloorTileItemBase
|
||||
name: asteroid astro-sand
|
||||
description: Fake sand. Luckily, it's not as coarse as the real thing.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: asteroid
|
||||
- type: Item
|
||||
heldPrefix: asteroid
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- Plating
|
||||
- FloorAstroAsteroidSand
|
||||
- type: Stack
|
||||
stackType: FloorTileAstroAsteroidSand
|
||||
|
||||
- type: entity
|
||||
name: large wood floor
|
||||
parent: FloorTileItemBase
|
||||
|
||||
@@ -349,6 +349,7 @@
|
||||
- FauxTileJungleAstroGrass
|
||||
- FauxTileAstroIce
|
||||
- FauxTileAstroSnow
|
||||
- FauxTileAstroAsteroidSand
|
||||
- OreBagOfHolding
|
||||
- DeviceQuantumSpinInverter
|
||||
- type: EmagLatheRecipes
|
||||
|
||||
@@ -190,6 +190,11 @@
|
||||
id: FauxTileAstroSnow
|
||||
result: FloorTileItemAstroSnow
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseFauxTileRecipe
|
||||
id: FauxTileAstroAsteroidSand
|
||||
result: FloorTileItemAstroAsteroidSand
|
||||
|
||||
- type: latheRecipe
|
||||
id: FloorGreenCircuit
|
||||
result: FloorTileItemGCircuit4
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
- FauxTileJungleAstroGrass
|
||||
- FauxTileAstroIce
|
||||
- FauxTileAstroSnow
|
||||
- FauxTileAstroAsteroidSand
|
||||
|
||||
- type: technology
|
||||
id: BiochemicalStasis
|
||||
|
||||
@@ -623,6 +623,12 @@
|
||||
spawn: FloorTileItemAstroSnow
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileAstroAsteroidSand
|
||||
name: asteroid astro-sand floor
|
||||
spawn: FloorTileItemAstroAsteroidSand
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWoodLarge
|
||||
name: large wood floor
|
||||
|
||||
@@ -1915,6 +1915,17 @@
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: FloorTileItemAstroSnow
|
||||
|
||||
# Asteroid Sand
|
||||
- type: tile
|
||||
id: FloorAstroAsteroidSand
|
||||
name: tiles-astro-asteroid-sand
|
||||
parent: FloorAsteroidSand
|
||||
baseTurf: Plating
|
||||
isSubfloor: false
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: FloorTileItemAstroAsteroidSand
|
||||
weather: false
|
||||
|
||||
- type: tile
|
||||
id: FloorWoodLarge
|
||||
name: tiles-wood-large
|
||||
|
||||
Reference in New Issue
Block a user