Skip to content

Commit

Permalink
Mirror: New wooden furniture (Simple-Station#241)
Browse files Browse the repository at this point in the history
## Mirror of PR #26182: [New wooden
furniture](space-wizards/space-station-14#26182)
from <img src="https://avatars.githubusercontent.com/u/10567778?v=4"
alt="space-wizards" width="22"/>
[space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14)

###### `909b2aaa2d5976122f17f9e4fe6ce1a1389dc619`

PR opened by <img
src="https://avatars.githubusercontent.com/u/62609550?v=4"
width="16"/><a href="https://github.com/Ko4ergaPunk"> Ko4ergaPunk</a> at
2024-03-16 17:30:57 UTC

---

PR changed 25 files with 928 additions and 7 deletions.

The PR had the following labels:
- No C#
- Changes: Sprites


---

<details open="true"><summary><h1>Original Body</h1></summary>

> <!-- Please read these guidelines before opening your PR:
https://docs.spacestation14.io/en/getting-started/pr-guideline -->
> <!-- The text between the arrows are comments - they will not be
visible on your PR. -->
> 
> ## About the PR
> Adds craftable high and small fences, wooden bench. New stairs.
> 
> ## Media
>
![woodenFur](https://github.com/space-wizards/space-station-14/assets/62609550/c7a4d69e-78c5-45ba-8f75-e694cf4c3482)
> 
> - [x] I have added screenshots/videos to this PR showcasing its
changes ingame, **or** this PR does not require an ingame showcase
> 
> **Changelog**
> 🆑 Ko4erga
> - add: Added craftable high and small wooden fences, bench. New
stairs.
> 


</details>

Co-authored-by: SimpleStation14 <Unknown>
  • Loading branch information
SimpleStation14 authored Apr 30, 2024
1 parent bd41fd5 commit 9d7cc5f
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 9d7cc5f

Please sign in to comment.