Adds dresser, television, and a fireplace (#7327)

This commit is contained in:
T-Stalker
2022-03-28 23:17:34 -03:00
committed by GitHub
parent bb43aabe53
commit 8f1ec1a09e
13 changed files with 177 additions and 647 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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