Imports wooden flooring from Eris.

This commit is contained in:
Pieter-Jan Briers
2020-04-22 17:49:42 +02:00
parent ef4bde5399
commit b343f61268
10 changed files with 48 additions and 2 deletions

View File

@@ -19,6 +19,27 @@
count: 1
max: 8
- type: entity
name: Wood Floor Tile
parent: BaseItem
id: FloorTileItemWood
description: Those could work as a pretty decent throwing weapon.
components:
- type: Sprite
sprite: Objects/Tiles/tile.rsi
state: tile_wood
- type: Icon
sprite: Objects/Tiles/tile.rsi
state: tile_wood
- type: Item
Size: 25
- type: FloorTile
output: floor_wood
- type: Stack
stacktype: FloorTileWood
count: 1
max: 8
- type: entity
name: White Floor Tile
parent: BaseItem