Skip to content

Commit

Permalink
Cherry-picked commit 909b2aa from space-wizards/space-station-14/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleStation14 authored and Ko4ergaPunk committed Mar 17, 2024
1 parent 3bf08c7 commit 3363bbe
Show file tree
Hide file tree
Showing 25 changed files with 927 additions and 7 deletions.
29 changes: 29 additions & 0 deletions Resources/Prototypes/Entities/Structures/Furniture/chairs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,32 @@
graph: Seat
node: chairSteelBench

- type: entity
name: wooden bench
id: WoodenBench
parent: ChairBase
description: Did you get a splinter? Well, at least it’s eco friendly.
components:
- type: Sprite
state: wooden-bench
- type: Construction
graph: Seat
node: chairWoodBench
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 50
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
- !type:PlaySoundBehavior
sound:
collection: WoodDestroy
- !type:SpawnEntitiesBehavior
spawn:
MaterialWoodPlank:
min: 2
max: 4
- type: StaticPrice
price: 20
Loading

0 comments on commit 3363bbe

Please sign in to comment.