Skip to content

Commit

Permalink
Update toys.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Dec 31, 2023
1 parent 0bab530 commit ccc31d9
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions Resources/Prototypes/ADT/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,37 @@
heldPrefix: garbagerama
- type: ItemCooldown

- type: entity
parent: BasePlushie
id: ADTPlushieMiniPinkShark
name: mini shark plushie
description: A pretty old plushie, that got a refresh. Looks well-groomed and washed. There is a label on it that says "My luck will be always with you. Timri.K."
components:
- type: Sprite
sprite: ADT/Objects/Fun/toys.rsi
state: shark_mini_pink
- type: Item
size: Tiny
sprite: ADT/Objects/Fun/toys.rsi
heldPrefix: shark
- type: EmitSoundOnUse
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: EmitSoundOnCollide
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/ADT/Items/Toys/soundshark.ogg
damage:
types:
Blunt: 0

- type: entity
parent: BasePlushie
Expand Down Expand Up @@ -444,36 +475,6 @@
sprite: ADT/Objects/Fun/toys.rsi
state: plushie_ma

id: ADTPlushieMiniPinkShark
name: mini shark plushie
description: A pretty old plushie, that got a refresh. Looks well-groomed and washed. There is a label on it that says "My luck will be always with you. Timri.K."
components:
- type: Sprite
sprite: ADT/Objects/Fun/toys.rsi
state: shark_mini_pink
- type: Item
size: Tiny
sprite: ADT/Objects/Fun/toys.rsi
heldPrefix: shark
- type: EmitSoundOnUse
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: EmitSoundOnCollide
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/ADT/Items/Toys/soundshark.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/ADT/Items/Toys/soundshark.ogg
damage:
types:
Blunt: 0

- type: entity
parent: BasePlushie
id: ADTPlushieJungar
Expand Down

0 comments on commit ccc31d9

Please sign in to comment.