Adds dresser, television, and a fireplace (#7327)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
- type: entity
|
||||
id: Fireplace
|
||||
parent: BaseStructure
|
||||
name: fireplace
|
||||
description: A place that has fire. Cozy!
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Structures/Decoration/fireplace.rsi
|
||||
layers:
|
||||
- state: fireplace
|
||||
- state: fireplace_fire4
|
||||
shader: unshaded
|
||||
- state: fireplace_glow
|
||||
shader: unshaded
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 1.6
|
||||
color: "#FF6F00"
|
||||
@@ -0,0 +1,9 @@
|
||||
- type: entity
|
||||
id: Dresser
|
||||
parent: BaseStructure
|
||||
name: dresser
|
||||
description: It is filled with underwear and shorts, finding an unused one is a gamble.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Furniture/furniture.rsi
|
||||
state: dresser
|
||||
@@ -444,3 +444,31 @@
|
||||
radius: 1.5
|
||||
energy: 1.6
|
||||
color: "#b89f25"
|
||||
|
||||
- type: entity
|
||||
parent: BaseStructure
|
||||
id: ComputerTelevision
|
||||
name: wooden television
|
||||
description: It is an old television displaying the station's cameras, if they worked.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Machines/computers.rsi
|
||||
layers:
|
||||
- state: television
|
||||
- state: detective_television
|
||||
shader: unshaded
|
||||
visuals:
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 1.6
|
||||
color: "#b89f25"
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.25,-0.25,0.25,0.25"
|
||||
mass: 50
|
||||
layer:
|
||||
- SmallImpassable
|
||||
mask:
|
||||
- Impassable
|
||||
|
||||
Reference in New Issue
Block a user