Skip to content

Commit

Permalink
yibbie!
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwoofs authored and juniwoofs committed Dec 22, 2024
1 parent 18a751d commit 278ab1a
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
60 changes: 60 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1966,3 +1966,63 @@
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: shadowkin

- type: entity
parent: BasePlushie
id: PlushieMort
name: Morty plushie
description: A plushie of the lovely Morty. It's a resilient, yet sensitive type of plush.
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: mortplush

- type: entity
parent: BasePlushie
id: Plushieharpy
name: harpy plushie
description: smells like vanilla and an electrical fire.
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: harpyplushie
- type: StaminaDamageOnHit
damage: 0.8
- type: EmitSoundOnActivate
sound:
path: /Audio\DeltaV\Voice\Harpy\caw1.ogg
params:
variation: 0.05
- type: EmitSoundOnUse
sound:
path: /Audio\DeltaV\Voice\Harpy\caw1.ogg
- type: EmitSoundOnCollide
sound:
path: /Audio\DeltaV\Voice\Harpy\caw1.ogg
params:
variation: 0.05
- type: EmitSoundOnLand
sound:
path: /Audio\DeltaV\Voice\Harpy\caw1.ogg
params:
variation: 0.05
- type: UseDelay
delay: 0.8
- type: MeleeWeapon
wideAnimationRotation: -135
attackRate: 0.5
damage:
types:
Blunt: 0
soundHit:
path: /Audio\DeltaV\Voice\Harpy\caw1.ogg
params:
variation: 0.05
soundSwing:
path: /Audio\DeltaV\Voice\Harpy\caw1.ogg
params:
variation: 0.05
soundNoDamage:
path: /Audio\DeltaV\Voice\Harpy\caw1.ogg
params:
variation: 0.05
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Resources/Textures/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,12 @@
},
{
"name": "shadowkin"
},
{
"name": "mortplush"
},
{
"name": "harpyplushie"
}
]
}
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 278ab1a

Please sign in to comment.