Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Resources/Prototypes/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@
- FloorDirt
- PlatingRCD
- FloorHullReinforced
# begin starcup
- FloorPlanetGrassCold
- FloorPlanetGrassSnowy
- FloorPlanetGrassGolden
- FloorPlanetGrassBlue
- FloorPlanetGrassDarkEdges
- FloorPlanetGrassLightEdges
- FloorPlanetDirtPale
- FloorPlanetDirtPaleGrassy
- FloorPlanetDirtPaleGrassyCold
- FloorPlanetDirtPaleGrassyGolden
- FloorPlanetDirtPaleSnowy
- FloorPlanetDirtGrassy
- FloorPlanetDirtGrassyCold
- FloorPlanetDirtGrassyGolden
- FloorPlanetDirtTwilight
- FloorPlanetDirtSnowy
# end starcup

- type: tile
id: FloorSteel
Expand Down
32 changes: 11 additions & 21 deletions Resources/Prototypes/_starcup/Tiles/dirt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: tile
id: FloorPlanetDirtPale
parent: BaseFloorPlanet
name: pale dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/dirt.png
variants: 5
Expand All @@ -18,16 +19,11 @@
East: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/double_edge.png
North: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/double_edge.png
West: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/double_edge.png
isSubfloor: true
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000
indestructible: true

- type: tile
id: FloorPlanetDirtPaleGrassy
name: grassy pale dirt
parent: FloorPlanetDirtPale
name: grassy pale dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy.rsi/dirt.png
variants: 8
placementVariants:
Expand All @@ -44,20 +40,20 @@

- type: tile
id: FloorPlanetDirtPaleGrassyCold
name: cold grassy pale dirt
parent: FloorPlanetDirtPaleGrassy
name: cold grassy pale dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy_cold.rsi/dirt.png

- type: tile
id: FloorPlanetDirtPaleeGrassyGolden
name: golden grassy pale dirt
id: FloorPlanetDirtPaleGrassyGolden
parent: FloorPlanetDirtPaleGrassy
name: golden grassy pale dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy_golden.rsi/dirt.png

- type: tile
id: FloorPlanetDirtPaleSnowy
name: snowy pale dirt
parent: FloorPlanetDirtPale
name: snowy pale dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_snow.rsi/dirt.png
variants: 8
placementVariants:
Expand All @@ -74,8 +70,8 @@

- type: tile
id: FloorPlanetDirtGrassy
name: grassy dirt
parent: FloorPlanetDirtPaleGrassy
name: grassy dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_grassy.rsi/dirt.png
edgeSprites:
SouthEast: /Textures/_starcup/Tiles/Planet/dirt_grassy.rsi/single_edge.png
Expand All @@ -89,18 +85,19 @@

- type: tile
id: FloorPlanetDirtGrassyCold
name: cold grassy dirt
parent: FloorPlanetDirtGrassy
name: cold grassy dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_grassy_cold.rsi/dirt.png

- type: tile
id: FloorPlanetDirtGrassyGolden
name: cold grassy dirt
parent: FloorPlanetDirtGrassy
name: cold grassy dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_grassy_golden.rsi/dirt.png

- type: tile
id: FloorPlanetDirtTwilight
parent: FloorPlanetDirtPale
name: twilight dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/dirt.png
variants: 8
Expand All @@ -122,11 +119,6 @@
East: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/double_edge.png
North: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/double_edge.png
West: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/double_edge.png
isSubfloor: true
footstepSounds:
collection: FootstepAsteroid
heatCapacity: 10000
indestructible: true

- type: tile
id: FloorPlanetGrassyDirtTwilight
Expand All @@ -148,6 +140,7 @@

- type: tile
id: FloorPlanetDirtSnowy
parent: BaseFloorPlanet
name: snowy dirt
sprite: /Textures/_starcup/Tiles/Planet/dirt_snowy.rsi/dirt.png
variants: 8
Expand All @@ -160,8 +153,5 @@
- 1.0
- 1.0
- 1.0
isSubfloor: true
heatCapacity: 10000
indestructible: true
footstepSounds:
collection: FootstepSnow
6 changes: 1 addition & 5 deletions Resources/Prototypes/_starcup/Tiles/grass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- type: tile
id: FloorPlanetGrassBlue
name: twilight grass
parent: FloorPlanetGrass
sprite: /Textures/_starcup/Tiles/Planet/grass_twilight/grass.png
variants: 4
placementVariants:
Expand All @@ -77,11 +78,6 @@
East: /Textures/_starcup/Tiles/Planet/grass_twilight/double_edge.png
North: /Textures/_starcup/Tiles/Planet/grass_twilight/double_edge.png
West: /Textures/_starcup/Tiles/Planet/grass_twilight/double_edge.png
isSubfloor: true
footstepSounds:
collection: FootstepGrass
heatCapacity: 10000
indestructible: true

- type: tile
id: FloorPlanetGrassDarkEdges
Expand Down
Loading