Skip to content

Commit

Permalink
17
Browse files Browse the repository at this point in the history
  • Loading branch information
EUPH0R1YA committed Jan 4, 2025
1 parent 2a701c3 commit 58ad6fe
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions Resources/Prototypes/_Lust/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,3 +473,102 @@
- type: UseDelay
delay: 5

- type: entity
id: PlushieEuphaEverek
parent: BasePlushie
name: Eupha Everek
components:
- type: Sprite
sprite: _Lust/Objects/Fun/toys.rsi
state: eupha_everek
- type: EmoteOnUse
values:
- Moan
- type: Vocal
- type: Emoting
- type: EmitSoundOnUse
sound:
collection: EuphMoan
- type: EmitSoundOnTrigger
sound:
path: /Audio/_Lust/ERP/euphtrig.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/_Lust/ERP/euphtrig.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/_Lust/ERP/euphtrig.ogg
- type: EmitSoundOnCollide
sound:
path: /Audio/_Lust/ERP/euphtrig.ogg
- type: TriggerOnActivate
- type: UseDelay
delay: 4
- type: Interaction
erp: true
- type: Sex
sex: female

- type: entity
id: PlushieRandyCamble
parent: BasePlushie
name: Randy Camble
components:
- type: Sprite
sprite: _Lust/Objects/Fun/toys.rsi
state: plushie_rend
- type: EmitSoundOnUse
sound:
path: /Audio/_Lust/rendy_boom.ogg
params:
volume: -8
- type: TriggerOnActivate
- type: UseDelay
delay: 15

- type: entity
id: PlushieAlexandrLimenski
parent: BasePlushie
name: Alexandr Limenski
components:
- type: Sprite
sprite: _Lust/Objects/Fun/toys.rsi
state: alexandr_limenski
- type: EmitSoundOnUse
sound:
path: /Audio/_Lust/huem_po_lbu.ogg
params:
volume: -2
- type: TriggerOnActivate
- type: UseDelay
delay: 5

- type: entity
id: PlushieHimaAisetova
parent: BasePlushie
name: Hima Aisetova
components:
- type: Sprite
sprite: _Lust/Objects/Fun/toys.rsi
state: plushiechitas
- type: EmitSoundOnUse
sound:
path: /Audio/_Lust/bonk.ogg
- type: TriggerOnActivate
- type: UseDelay
delay: 5

- type: entity
id: PlushieShonRoz
parent: BasePlushie
name: Shon Roz
components:
- type: Sprite
sprite: _Lust/Objects/Fun/toys.rsi
state: shon_roz
- type: EmitSoundOnUse
sound:
path: /Audio/_Lust/ooh_la_la.ogg
- type: TriggerOnActivate
- type: UseDelay
delay: 5

0 comments on commit 58ad6fe

Please sign in to comment.