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
- 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
- FauxTileJungleAstroGrass
- FauxTileAstroIce
- FauxTileAstroSnow
+ - FauxTileAstroAsteroidSand
- OreBagOfHolding
- DeviceQuantumSpinInverter
- type: EmagLatheRecipes
id: FauxTileAstroSnow
result: FloorTileItemAstroSnow
+- type: latheRecipe
+ parent: BaseFauxTileRecipe
+ id: FauxTileAstroAsteroidSand
+ result: FloorTileItemAstroAsteroidSand
+
- type: latheRecipe
id: FloorGreenCircuit
result: FloorTileItemGCircuit4
- FauxTileJungleAstroGrass
- FauxTileAstroIce
- FauxTileAstroSnow
+ - FauxTileAstroAsteroidSand
- type: technology
id: BiochemicalStasis
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
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
{
"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
},
{
"name": "wood-large"
+ },
+ {
+ "name": "asteroid"
+ },
+ {
+ "name": "asteroid-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "asteroid-inhand-left",
+ "directions": 4
}
]
}