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>
@@ -128,4 +128,5 @@ tiles-mowed-astro-grass = mowed astro-grass
|
||||
tiles-jungle-astro-grass = jungle astro-grass
|
||||
tiles-astro-ice = astro-ice
|
||||
tiles-astro-snow = astro-snow
|
||||
tiles-astro-asteroid-sand = asteroid astro-sand
|
||||
tiles-wood-large = large wood
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 812 B |
|
After Width: | Height: | Size: 815 B |
BIN
Resources/Textures/Objects/Tiles/tile.rsi/asteroid.png
Normal file
|
After Width: | Height: | Size: 720 B |
|
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 259 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, additional copyrights see tiles folder.",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, additional attributions available in the Resources/Textures/Tiles/attributions.yml file. Ice tile and Snow tile modifications, Astreroid tile and in-hands created by Southbridge-fur (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -549,6 +549,17 @@
|
||||
},
|
||||
{
|
||||
"name": "wood-large"
|
||||
},
|
||||
{
|
||||
"name": "asteroid"
|
||||
},
|
||||
{
|
||||
"name": "asteroid-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "asteroid-inhand-left",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 480 B |