adds lime tiles (#22235)
This commit is contained in:
@@ -48,7 +48,8 @@ tiles-mining-tile = mining tile
|
|||||||
tiles-mining-dark-tile = dark mining tile
|
tiles-mining-dark-tile = dark mining tile
|
||||||
tiles-mining-light-tile = light mining tile
|
tiles-mining-light-tile = light mining tile
|
||||||
tiles-freezer = freezer
|
tiles-freezer = freezer
|
||||||
tiles-showroom-floor = showroom floor
|
tiles-showroom-floor = showroom
|
||||||
|
tiles-lime-floor = lime floor
|
||||||
tiles-hydro-floor = hydro floor
|
tiles-hydro-floor = hydro floor
|
||||||
tiles-bar-floor = bar floor
|
tiles-bar-floor = bar floor
|
||||||
tiles-clown-floor = clown floor
|
tiles-clown-floor = clown floor
|
||||||
|
|||||||
@@ -290,6 +290,22 @@
|
|||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: FloorTileBlue
|
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
|
- type: entity
|
||||||
name: mining tile
|
name: mining tile
|
||||||
parent: FloorTileItemBase
|
parent: FloorTileItemBase
|
||||||
|
|||||||
@@ -96,6 +96,13 @@
|
|||||||
maxCount: 30
|
maxCount: 30
|
||||||
itemSize: 5
|
itemSize: 5
|
||||||
|
|
||||||
|
- type: stack
|
||||||
|
id: FloorTileLime
|
||||||
|
name: lime tile
|
||||||
|
spawn: FloorTileItemLime
|
||||||
|
maxCount: 30
|
||||||
|
itemSize: 5
|
||||||
|
|
||||||
- type: stack
|
- type: stack
|
||||||
id: FloorTileDirty
|
id: FloorTileDirty
|
||||||
name: dirty tile
|
name: dirty tile
|
||||||
|
|||||||
@@ -684,6 +684,24 @@
|
|||||||
itemDrop: FloorTileItemBlue
|
itemDrop: FloorTileItemBlue
|
||||||
heatCapacity: 10000
|
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
|
- type: tile
|
||||||
id: FloorMining
|
id: FloorMining
|
||||||
name: tiles-mining-tile
|
name: tiles-mining-tile
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Tiles/tile.rsi/lime.png
Normal file
BIN
Resources/Textures/Objects/Tiles/tile.rsi/lime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 500 B |
@@ -37,6 +37,9 @@
|
|||||||
{
|
{
|
||||||
"name": "blue"
|
"name": "blue"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "lime"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "mining"
|
"name": "mining"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
copyright: "Created by github user @notquitehadouken."
|
copyright: "Created by github user @notquitehadouken."
|
||||||
source: "https://github.com/space-wizards/space-station-14/pull/17948"
|
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"
|
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"
|
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/"
|
source: "https://github.com/space-wizards/space-station-14/"
|
||||||
|
|||||||
BIN
Resources/Textures/Tiles/lime.png
Normal file
BIN
Resources/Textures/Tiles/lime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 952 B |
Reference in New Issue
Block a user