Add astro-jungle/mowed grass and astro-snow (#26381)

This commit is contained in:
IProduceWidgets
2024-03-24 21:14:04 -04:00
committed by GitHub
parent 6f55aa6b6e
commit 89235b9e1b
7 changed files with 130 additions and 1 deletions

View File

@@ -122,5 +122,8 @@ tiles-hull-reinforced = exterior reinforced hull plating
tiles-web = web tile
tiles-chromite = chromite
tiles-astro-grass = astro-grass
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-wood-large = large wood

View File

@@ -1051,6 +1051,40 @@
- type: Stack
stackType: FloorTileAstroGrass
- type: entity
id: FloorTileItemMowedAstroGrass
parent: FloorTileItemBase
name: mowed astro-grass
description: Fake grass that covers up wires and even comes with realistic NanoTrimmings!
components:
- type: Sprite
state: grass
- type: Item
heldPrefix: grass
- type: FloorTile
outputs:
- Plating
- FloorMowedAstroGrass
- type: Stack
stackType: FloorTileAstroGrass
- type: entity
id: FloorTileItemJungleAstroGrass
parent: FloorTileItemBase
name: jungle astro-grass
description: Fake grass that covers up wires and even comes with realistic NanoTrimmings!
components:
- type: Sprite
state: grassjungle
- type: Item
heldPrefix: grass
- type: FloorTile
outputs:
- Plating
- FloorJungleAstroGrass
- type: Stack
stackType: FloorTileAstroGrass
- type: entity
id: FloorTileItemAstroIce
parent: FloorTileItemBase
@@ -1068,6 +1102,23 @@
- type: Stack
stackType: FloorTileAstroIce
- type: entity
id: FloorTileItemAstroSnow
parent: FloorTileItemBase
name: astro-snow
description: Fake snow that's as fluffy as the real thing, while being easily removable!
components:
- type: Sprite
state: snow
- type: Item
heldPrefix: snow
- type: FloorTile
outputs:
- Plating
- FloorAstroSnow
- type: Stack
stackType: FloorTileAstroSnow
- type: entity
name: large wood floor
parent: FloorTileItemBase

View File

@@ -318,7 +318,10 @@
- WelderExperimental
- JawsOfLife
- FauxTileAstroGrass
- FauxTileMowedAstroGrass
- FauxTileJungleAstroGrass
- FauxTileAstroIce
- FauxTileAstroSnow
- OreBagOfHolding
- DeviceQuantumSpinInverter
- type: EmagLatheRecipes

View File

@@ -150,6 +150,20 @@
materials:
Plastic: 100
- type: latheRecipe
id: FauxTileMowedAstroGrass
result: FloorTileItemMowedAstroGrass
completetime: 1
materials:
Plastic: 100
- type: latheRecipe
id: FauxTileJungleAstroGrass
result: FloorTileItemJungleAstroGrass
completetime: 1
materials:
Plastic: 100
- type: latheRecipe
id: FauxTileAstroIce
result: FloorTileItemAstroIce
@@ -157,6 +171,13 @@
materials:
Plastic: 100
- type: latheRecipe
id: FauxTileAstroSnow
result: FloorTileItemAstroSnow
completetime: 1
materials:
Plastic: 100
- type: latheRecipe
id: FloorGreenCircuit
result: FloorTileItemGCircuit4

View File

@@ -110,7 +110,10 @@
cost: 5000
recipeUnlocks:
- FauxTileAstroGrass
- FauxTileMowedAstroGrass
- FauxTileJungleAstroGrass
- FauxTileAstroIce
- FauxTileAstroSnow
- type: technology
id: BiochemicalStasis

View File

@@ -475,6 +475,20 @@
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileMowedAstroGrass
name: mowed astro-grass floor
spawn: FloorTileItemMowedAstroGrass
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileJungleAstroGrass
name: jungle astro-grass floor
spawn: FloorTileItemJungleAstroGrass
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileAstroIce
name: astro-ice floor
@@ -482,6 +496,13 @@
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileAstroSnow
name: astro-snow floor
spawn: FloorTileItemAstroSnow
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileWoodLarge
name: large wood floor

View File

@@ -1866,12 +1866,30 @@
West: /Textures/Tiles/Planet/Grass/double_edge.png
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
deconstructTools: [ Cutting ]
footstepSounds:
collection: FootstepGrass
itemDrop: FloorTileItemAstroGrass
heatCapacity: 10000
- type: tile
id: FloorMowedAstroGrass
name: tiles-mowed-astro-grass
parent: FloorGrass
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Cutting ]
itemDrop: FloorTileItemMowedAstroGrass
- type: tile
id: FloorJungleAstroGrass
name: tiles-jungle-astro-grass
parent: FloorGrassJungle
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Cutting ]
itemDrop: FloorTileItemJungleAstroGrass
# Ice
- type: tile
id: FloorAstroIce
@@ -1887,6 +1905,15 @@
mobAcceleration: 2
itemDrop: FloorTileItemAstroIce
- type: tile
id: FloorAstroSnow
name: tiles-astro-snow
parent: FloorSnow
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: FloorTileItemAstroSnow
- type: tile
id: FloorWoodLarge
name: tiles-wood-large