adds lime tiles (#22235)

This commit is contained in:
Flareguy
2023-12-08 12:49:07 -06:00
committed by GitHub
parent baf522d287
commit ae1a1b9e07
8 changed files with 47 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ tiles-mining-tile = mining tile
tiles-mining-dark-tile = dark mining tile
tiles-mining-light-tile = light mining tile
tiles-freezer = freezer
tiles-showroom-floor = showroom floor
tiles-showroom-floor = showroom
tiles-lime-floor = lime floor
tiles-hydro-floor = hydro floor
tiles-bar-floor = bar floor
tiles-clown-floor = clown floor

View File

@@ -290,6 +290,22 @@
- type: Stack
stackType: FloorTileBlue
- type: entity
name: lime tile
parent: FloorTileItemBase
id: FloorTileItemLime
components:
- type: Sprite
state: lime
- type: Item
heldPrefix: steel
- type: FloorTile
outputs:
- Plating
- FloorSteelLime
- type: Stack
stackType: FloorTileLime
- type: entity
name: mining tile
parent: FloorTileItemBase

View File

@@ -96,6 +96,13 @@
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileLime
name: lime tile
spawn: FloorTileItemLime
maxCount: 30
itemSize: 5
- type: stack
id: FloorTileDirty
name: dirty tile

View File

@@ -684,6 +684,24 @@
itemDrop: FloorTileItemBlue
heatCapacity: 10000
- type: tile
id: FloorSteelLime
name: tiles-lime-floor
sprite: /Textures/Tiles/lime.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemLime
heatCapacity: 10000
- type: tile
id: FloorMining
name: tiles-mining-tile

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

View File

@@ -37,6 +37,9 @@
{
"name": "blue"
},
{
"name": "lime"
},
{
"name": "mining"
},

View File

@@ -51,7 +51,7 @@
copyright: "Created by github user @notquitehadouken."
source: "https://github.com/space-wizards/space-station-14/pull/17948"
- files: [ "bar.png", "blue.png", "kitchen.png", "laundry.png", "mime.png", "steel.png", "steel_dirty.png", "steel_diagonal.png", "steel_mini.png", "steel_offset.png", "steel_pavement.png", "white.png", "white_diagonal.png", "white_mini.png", "white_offset.png", "white_pavement.png", "dark.png", "dark_diagonal.png", "dark_mini.png", "dark_offset.png", "dark_pavement.png", "hydro.png", "plastic.png", "dark_plastic.png", "white_plastic.png", "cafeteria.png", "checker_dark.png", "clown.png" ]
- files: [ "bar.png", "lime.png", "blue.png", "kitchen.png", "laundry.png", "mime.png", "steel.png", "steel_dirty.png", "steel_diagonal.png", "steel_mini.png", "steel_offset.png", "steel_pavement.png", "white.png", "white_diagonal.png", "white_mini.png", "white_offset.png", "white_pavement.png", "dark.png", "dark_diagonal.png", "dark_mini.png", "dark_offset.png", "dark_pavement.png", "hydro.png", "plastic.png", "dark_plastic.png", "white_plastic.png", "cafeteria.png", "checker_dark.png", "clown.png" ]
license: "CC-BY-SA-3.0"
copyright: "Created by github user @Flareguy, original, unedited base tiles modified from /tg/station at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae and github user @moonheart08"
source: "https://github.com/space-wizards/space-station-14/"

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B