some chairs tweaks (#22901)
* make all chairs rotatable and anchorable * Revert "make all chairs rotatable and anchorable" This reverts commit d7f98261d5c228b7035b611f2becf2355c2f257f. * comt
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
description: Apply butt.
|
||||
components:
|
||||
- type: Anchorable
|
||||
- type: Rotatable
|
||||
- type: Sprite
|
||||
state: stool
|
||||
- type: Construction
|
||||
@@ -111,6 +112,7 @@
|
||||
id: ChairOfficeLight
|
||||
parent: SeatBase
|
||||
components:
|
||||
- type: Anchorable
|
||||
- type: Rotatable
|
||||
rotateWhileAnchored: true
|
||||
- type: Sprite
|
||||
@@ -204,11 +206,9 @@
|
||||
- type: entity
|
||||
name: ritual chair
|
||||
id: ChairRitual
|
||||
parent: SeatBase
|
||||
parent: ChairWood
|
||||
description: Looks uncomfortable.
|
||||
components:
|
||||
- type: Anchorable
|
||||
- type: Rotatable
|
||||
- type: Sprite
|
||||
state: ritual
|
||||
- type: Construction
|
||||
@@ -221,7 +221,6 @@
|
||||
name: meat chair
|
||||
description: Uncomfortably sweaty.
|
||||
components:
|
||||
- type: Anchorable
|
||||
- type: Rotatable
|
||||
- type: Sprite
|
||||
state: meat
|
||||
@@ -232,11 +231,9 @@
|
||||
- type: entity
|
||||
name: cursed chair
|
||||
id: ChairCursed
|
||||
parent: SeatBase
|
||||
parent: ChairWood
|
||||
description: It's staring back.
|
||||
components:
|
||||
- type: Anchorable
|
||||
- type: Rotatable
|
||||
- type: Sprite
|
||||
state: cursed
|
||||
- type: Strap
|
||||
@@ -253,6 +250,11 @@
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Voice/Human/womanlaugh.ogg
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
MaterialWoodPlank:
|
||||
min: 1
|
||||
max: 1
|
||||
graph: RitualSeat
|
||||
node: chairCursed
|
||||
|
||||
@@ -266,7 +268,6 @@
|
||||
anchored: true
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
- type: Anchorable
|
||||
- type: Rotatable
|
||||
- type: Sprite
|
||||
sprite: Structures/Web/chair.rsi
|
||||
|
||||
Reference in New Issue
Block a user