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:
lzk
2023-12-27 23:46:12 +01:00
committed by GitHub
parent ae243007a8
commit 5dc9a954bc

View File

@@ -82,6 +82,7 @@
description: Apply butt. description: Apply butt.
components: components:
- type: Anchorable - type: Anchorable
- type: Rotatable
- type: Sprite - type: Sprite
state: stool state: stool
- type: Construction - type: Construction
@@ -111,6 +112,7 @@
id: ChairOfficeLight id: ChairOfficeLight
parent: SeatBase parent: SeatBase
components: components:
- type: Anchorable
- type: Rotatable - type: Rotatable
rotateWhileAnchored: true rotateWhileAnchored: true
- type: Sprite - type: Sprite
@@ -204,11 +206,9 @@
- type: entity - type: entity
name: ritual chair name: ritual chair
id: ChairRitual id: ChairRitual
parent: SeatBase parent: ChairWood
description: Looks uncomfortable. description: Looks uncomfortable.
components: components:
- type: Anchorable
- type: Rotatable
- type: Sprite - type: Sprite
state: ritual state: ritual
- type: Construction - type: Construction
@@ -221,7 +221,6 @@
name: meat chair name: meat chair
description: Uncomfortably sweaty. description: Uncomfortably sweaty.
components: components:
- type: Anchorable
- type: Rotatable - type: Rotatable
- type: Sprite - type: Sprite
state: meat state: meat
@@ -232,11 +231,9 @@
- type: entity - type: entity
name: cursed chair name: cursed chair
id: ChairCursed id: ChairCursed
parent: SeatBase parent: ChairWood
description: It's staring back. description: It's staring back.
components: components:
- type: Anchorable
- type: Rotatable
- type: Sprite - type: Sprite
state: cursed state: cursed
- type: Strap - type: Strap
@@ -253,6 +250,11 @@
- !type:PlaySoundBehavior - !type:PlaySoundBehavior
sound: sound:
path: /Audio/Voice/Human/womanlaugh.ogg path: /Audio/Voice/Human/womanlaugh.ogg
- !type:SpawnEntitiesBehavior
spawn:
MaterialWoodPlank:
min: 1
max: 1
graph: RitualSeat graph: RitualSeat
node: chairCursed node: chairCursed
@@ -266,7 +268,6 @@
anchored: true anchored: true
- type: Physics - type: Physics
bodyType: Static bodyType: Static
- type: Anchorable
- type: Rotatable - type: Rotatable
- type: Sprite - type: Sprite
sprite: Structures/Web/chair.rsi sprite: Structures/Web/chair.rsi