Wood chairs, wood tables, bar stools, more sprites from Eris.
This commit is contained in:
@@ -13,6 +13,17 @@
|
||||
sprite: Buildings/furniture.rsi
|
||||
state: stool_base
|
||||
|
||||
- type: entity
|
||||
name: bar stool
|
||||
id: StoolBar
|
||||
parent: Stool
|
||||
components:
|
||||
- type: Sprite
|
||||
state: bar_stool
|
||||
color: "white"
|
||||
- type: Icon
|
||||
state: bar_stool
|
||||
|
||||
- type: entity
|
||||
name: White Office Chair
|
||||
id: ChairOfficeLight
|
||||
@@ -57,3 +68,15 @@
|
||||
- type: Icon
|
||||
sprite: Buildings/furniture.rsi
|
||||
state: chair
|
||||
|
||||
|
||||
- type: entity
|
||||
name: Wooden Chair
|
||||
id: ChairWood
|
||||
parent: Chair
|
||||
components:
|
||||
- type: Sprite
|
||||
state: wooden_chair
|
||||
color: "white"
|
||||
- type: Icon
|
||||
state: wooden_chair
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
- type: PlaceableSurface
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Buildings/table_solid.rsi
|
||||
sprite: Buildings/tables.rsi
|
||||
|
||||
- type: Icon
|
||||
sprite: Buildings/table_solid.rsi
|
||||
sprite: Buildings/tables.rsi
|
||||
state: plain_preview
|
||||
|
||||
- type: Collidable
|
||||
@@ -29,3 +29,16 @@
|
||||
- type: Destructible
|
||||
thresholdvalue: 50
|
||||
spawnondestroy: TableParts
|
||||
|
||||
- type: entity
|
||||
id: TableWood
|
||||
parent: Table
|
||||
name: "wood table"
|
||||
components:
|
||||
- type: IconSmooth
|
||||
base: wood_
|
||||
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholdvalue: 50
|
||||
spawnondestroy: TableParts
|
||||
|
||||
Reference in New Issue
Block a user