Skip to content

Commit

Permalink
Arachne Plushie (DeltaV-Station#531)
Browse files Browse the repository at this point in the history
# Description

Added everyone's favorite Arachne as an adorable soft toy

---

# TODO

- [x] Place plushie in spawn location(s)

---

<details><summary><h1>Media</h1></summary>
<p>



![ArchnePlush](https://github.com/Simple-Station/Einstein-Engines/assets/114866135/1ec47181-4827-49f9-8605-9a16764dba89)


</p>
</details>

---

# Changelog

:cl:
- add: Plushie
  • Loading branch information
CodedCrow authored Jul 11, 2024
1 parent e7fd3c7 commit dc46648
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
amount: 2
- id: PlushieArachind
- id: PlushiePenguin
- id: PlushieArachne

- type: entity
id: CrateFunLizardPlushieBulk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- PlushieMoth
- PlushieMothRandom # Nyanotrasen Random Moth Plushies
- PlushieArachind
- PlushieArachne
chance: 0.5
offset: 0.2

Expand Down
28 changes: 28 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,34 @@
sound:
path: /Audio/Voice/Human/malescream_5.ogg

- type: entity
parent: BasePlushie
id: PlushieArachne
name: Arachne plushie
description: A plushie of an Arachne, a half human, half spider creature. Why does it look familiar?
components:
- type: Sprite
state: plushie_arachne
- type: EmitSoundOnUse
sound:
path: /Audio/Voice/Human/womanlaugh.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Voice/Human/female_sigh.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Voice/Human/womanlaugh.ogg
- type: Food
requiresSpecialDigestion: true
useSound:
path: /Audio/Voice/Human/femalescream_4.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Voice/Human/femalescream_2.ogg
- type: EmitSoundOnTrigger
sound:
path: /Audio/Voice/Human/femalescream_5.ogg

- type: entity
parent: BasePlushie
id: PlushieMoth
Expand Down
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
{
"name": "plushie_diona"
},
{
"name": "plushie_arachne"
},
{
"name": "plushie_human"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc46648

Please sign in to comment.