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-web = web tile
tiles-chromite = chromite tiles-chromite = chromite
tiles-astro-grass = astro-grass 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-ice = astro-ice
tiles-astro-snow = astro-snow
tiles-wood-large = large wood tiles-wood-large = large wood

View File

@@ -1051,6 +1051,40 @@
- type: Stack - type: Stack
stackType: FloorTileAstroGrass 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 - type: entity
id: FloorTileItemAstroIce id: FloorTileItemAstroIce
parent: FloorTileItemBase parent: FloorTileItemBase
@@ -1068,6 +1102,23 @@
- type: Stack - type: Stack
stackType: FloorTileAstroIce 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 - type: entity
name: large wood floor name: large wood floor
parent: FloorTileItemBase parent: FloorTileItemBase

View File

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

View File

@@ -150,6 +150,20 @@
materials: materials:
Plastic: 100 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 - type: latheRecipe
id: FauxTileAstroIce id: FauxTileAstroIce
result: FloorTileItemAstroIce result: FloorTileItemAstroIce
@@ -157,6 +171,13 @@
materials: materials:
Plastic: 100 Plastic: 100
- type: latheRecipe
id: FauxTileAstroSnow
result: FloorTileItemAstroSnow
completetime: 1
materials:
Plastic: 100
- type: latheRecipe - type: latheRecipe
id: FloorGreenCircuit id: FloorGreenCircuit
result: FloorTileItemGCircuit4 result: FloorTileItemGCircuit4

View File

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

View File

@@ -475,6 +475,20 @@
maxCount: 30 maxCount: 30
itemSize: 5 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 - type: stack
id: FloorTileAstroIce id: FloorTileAstroIce
name: astro-ice floor name: astro-ice floor
@@ -482,6 +496,13 @@
maxCount: 30 maxCount: 30
itemSize: 5 itemSize: 5
- type: stack
id: FloorTileAstroSnow
name: astro-snow floor
spawn: FloorTileItemAstroSnow
maxCount: 30
itemSize: 5
- type: stack - type: stack
id: FloorTileWoodLarge id: FloorTileWoodLarge
name: large wood floor name: large wood floor

View File

@@ -1866,12 +1866,30 @@
West: /Textures/Tiles/Planet/Grass/double_edge.png West: /Textures/Tiles/Planet/Grass/double_edge.png
baseTurf: Plating baseTurf: Plating
isSubfloor: false isSubfloor: false
deconstructTools: [ Prying ] deconstructTools: [ Cutting ]
footstepSounds: footstepSounds:
collection: FootstepGrass collection: FootstepGrass
itemDrop: FloorTileItemAstroGrass itemDrop: FloorTileItemAstroGrass
heatCapacity: 10000 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 # Ice
- type: tile - type: tile
id: FloorAstroIce id: FloorAstroIce
@@ -1887,6 +1905,15 @@
mobAcceleration: 2 mobAcceleration: 2
itemDrop: FloorTileItemAstroIce itemDrop: FloorTileItemAstroIce
- type: tile
id: FloorAstroSnow
name: tiles-astro-snow
parent: FloorSnow
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: FloorTileItemAstroSnow
- type: tile - type: tile
id: FloorWoodLarge id: FloorWoodLarge
name: tiles-wood-large name: tiles-wood-large