Marble tiles (#38007)
* Create marble tile textures * Flatten tiles to better match art style * Add prototypes and translations for tiles * Change marble footstep sound to one that makes sense * Add marble tile object and in-hand sprites * Add prototypes and translations for marble tile objects * Add marble tile cutter recipes * Double number of marble tile variants * Increase plasma and uranium costs of plasmarble and uranium marble * Add attributions for marble tile sprites * Fix whitespace problem hopefully * Fix trailing whitespace take 2 * Rename just "marble" marble to "white marble" * Remove cutter recipes for uranium marble and plasmarble
This commit is contained in:
@@ -49,3 +49,5 @@
|
||||
- FloorTileItemOldConcrete
|
||||
- FloorTileItemOldConcreteMono
|
||||
- FloorTileItemOldConcreteSmooth
|
||||
- FloorTileItemWhiteMarble
|
||||
- FloorTileItemDarkMarble
|
||||
|
||||
@@ -102,6 +102,10 @@
|
||||
id: Wood
|
||||
name: lathe-category-wood
|
||||
|
||||
- type: latheCategory
|
||||
id: Marble
|
||||
name: lathe-category-marble
|
||||
|
||||
# Science
|
||||
- type: latheCategory
|
||||
id: Mech
|
||||
|
||||
@@ -57,6 +57,16 @@
|
||||
Steel: 25
|
||||
Plastic: 25
|
||||
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
parent: BaseTileRecipe
|
||||
id: BaseMarbleTileRecipe
|
||||
categories:
|
||||
- Marble
|
||||
materials:
|
||||
Steel: 25
|
||||
Glass: 25
|
||||
|
||||
## Recipes
|
||||
|
||||
# Steel tiles
|
||||
@@ -294,3 +304,14 @@
|
||||
parent: BaseConcreteTileRecipe
|
||||
id: FloorTileItemOldConcreteSmooth
|
||||
result: FloorTileItemOldConcreteSmooth
|
||||
|
||||
# Marble
|
||||
- type: latheRecipe
|
||||
parent: BaseMarbleTileRecipe
|
||||
id: FloorTileItemWhiteMarble
|
||||
result: FloorTileItemWhiteMarble
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseMarbleTileRecipe
|
||||
id: FloorTileItemDarkMarble
|
||||
result: FloorTileItemDarkMarble
|
||||
|
||||
Reference in New Issue
Block a user