Chairs.
This commit is contained in:
@@ -641,7 +641,7 @@ entities:
|
|||||||
pos: 1.5,3.5
|
pos: 1.5,3.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- load: 120
|
- load: 220
|
||||||
type: PowerProvider
|
type: PowerProvider
|
||||||
- type: solid_wall
|
- type: solid_wall
|
||||||
uid: 77
|
uid: 77
|
||||||
@@ -1799,7 +1799,7 @@ entities:
|
|||||||
pos: 4.5,-10.5
|
pos: 4.5,-10.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- load: 320
|
- load: 460
|
||||||
type: PowerProvider
|
type: PowerProvider
|
||||||
- type: APC
|
- type: APC
|
||||||
uid: 227
|
uid: 227
|
||||||
@@ -2559,6 +2559,10 @@ entities:
|
|||||||
pos: 0.5,-5.5
|
pos: 0.5,-5.5
|
||||||
rot: 1.5707963267948966 rad
|
rot: 1.5707963267948966 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
|
- color: '#FFFFFFFF'
|
||||||
|
type: PointLight
|
||||||
|
- load: 40
|
||||||
|
type: PowerDevice
|
||||||
- containers:
|
- containers:
|
||||||
light_bulb:
|
light_bulb:
|
||||||
entities:
|
entities:
|
||||||
@@ -2572,4 +2576,53 @@ entities:
|
|||||||
grid: 0
|
grid: 0
|
||||||
pos: -0.5,5.5
|
pos: -0.5,5.5
|
||||||
type: Transform
|
type: Transform
|
||||||
|
- type: chairOfficeDark
|
||||||
|
uid: 324
|
||||||
|
components:
|
||||||
|
- grid: 0
|
||||||
|
pos: 0.5,-6.5
|
||||||
|
rot: 1.5707963267948966 rad
|
||||||
|
type: Transform
|
||||||
|
- type: chairOfficeLight
|
||||||
|
uid: 325
|
||||||
|
components:
|
||||||
|
- grid: 0
|
||||||
|
pos: -3.5,-0.5
|
||||||
|
rot: -1.5707963267948966 rad
|
||||||
|
type: Transform
|
||||||
|
- type: chairOfficeLight
|
||||||
|
uid: 326
|
||||||
|
components:
|
||||||
|
- grid: 0
|
||||||
|
pos: -2.5,-0.5
|
||||||
|
rot: -1.5707963267948966 rad
|
||||||
|
type: Transform
|
||||||
|
- type: chairOfficeLight
|
||||||
|
uid: 327
|
||||||
|
components:
|
||||||
|
- grid: 0
|
||||||
|
pos: -2.5,-2.5
|
||||||
|
rot: 1.5707963267948966 rad
|
||||||
|
type: Transform
|
||||||
|
- type: chairOfficeLight
|
||||||
|
uid: 328
|
||||||
|
components:
|
||||||
|
- grid: 0
|
||||||
|
pos: -3.5,-2.5
|
||||||
|
rot: 1.5707963267948966 rad
|
||||||
|
type: Transform
|
||||||
|
- type: stool
|
||||||
|
uid: 329
|
||||||
|
components:
|
||||||
|
- grid: 0
|
||||||
|
pos: -1.5,-9.5
|
||||||
|
rot: 1.5707963267948966 rad
|
||||||
|
type: Transform
|
||||||
|
- type: stool
|
||||||
|
uid: 330
|
||||||
|
components:
|
||||||
|
- grid: 0
|
||||||
|
pos: -2.5,-6.5
|
||||||
|
rot: 1.5707963267948966 rad
|
||||||
|
type: Transform
|
||||||
...
|
...
|
||||||
|
|||||||
53
Resources/Prototypes/Entities/buildings/furniture.yml
Normal file
53
Resources/Prototypes/Entities/buildings/furniture.yml
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
- type: entity
|
||||||
|
name: Stool
|
||||||
|
id: stool
|
||||||
|
components:
|
||||||
|
- type: Clickable
|
||||||
|
- type: BoundingBox
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: stool_base
|
||||||
|
color: "#8e9799"
|
||||||
|
- type: Icon
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: stool_base
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: White Office Chair
|
||||||
|
id: chairOfficeLight
|
||||||
|
components:
|
||||||
|
- type: Clickable
|
||||||
|
- type: BoundingBox
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: officechair_white
|
||||||
|
- type: Icon
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: officechair_white
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Dark Office Chair
|
||||||
|
id: chairOfficeDark
|
||||||
|
components:
|
||||||
|
- type: Clickable
|
||||||
|
- type: BoundingBox
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: officechair_dark
|
||||||
|
- type: Icon
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: officechair_dark
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Chair
|
||||||
|
id: chair
|
||||||
|
components:
|
||||||
|
- type: Clickable
|
||||||
|
- type: BoundingBox
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: chair
|
||||||
|
color: "#8e9799"
|
||||||
|
- type: Icon
|
||||||
|
sprite: Buildings/furniture.rsi
|
||||||
|
state: chair
|
||||||
BIN
Resources/Textures/Buildings/furniture.rsi/chair.png
Normal file
BIN
Resources/Textures/Buildings/furniture.rsi/chair.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
1
Resources/Textures/Buildings/furniture.rsi/meta.json
Normal file
1
Resources/Textures/Buildings/furniture.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_dark", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_white", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "stool_base", "directions": 1, "delays": [[1.0]]}]}
|
||||||
BIN
Resources/Textures/Buildings/furniture.rsi/officechair_dark.png
Normal file
BIN
Resources/Textures/Buildings/furniture.rsi/officechair_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Buildings/furniture.rsi/officechair_white.png
Normal file
BIN
Resources/Textures/Buildings/furniture.rsi/officechair_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Buildings/furniture.rsi/stool_base.png
Normal file
BIN
Resources/Textures/Buildings/furniture.rsi/stool_base.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 372 B |
Reference in New Issue
Block a user