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:
Southbridge
2025-01-29 23:41:58 -05:00
committed by GitHub
parent a13eaa37f2
commit 1af53b1e8d
13 changed files with 54 additions and 1 deletions

View File

@@ -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

View File

@@ -349,6 +349,7 @@
- FauxTileJungleAstroGrass
- FauxTileAstroIce
- FauxTileAstroSnow
- FauxTileAstroAsteroidSand
- OreBagOfHolding
- DeviceQuantumSpinInverter
- type: EmagLatheRecipes

View File

@@ -190,6 +190,11 @@
id: FauxTileAstroSnow
result: FloorTileItemAstroSnow
- type: latheRecipe
parent: BaseFauxTileRecipe
id: FauxTileAstroAsteroidSand
result: FloorTileItemAstroAsteroidSand
- type: latheRecipe
id: FloorGreenCircuit
result: FloorTileItemGCircuit4

View File

@@ -114,6 +114,7 @@
- FauxTileJungleAstroGrass
- FauxTileAstroIce
- FauxTileAstroSnow
- FauxTileAstroAsteroidSand
- type: technology
id: BiochemicalStasis

View File

@@ -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

View File

@@ -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