Skip to content

Commit

Permalink
Plushie
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEXPAN-DEV committed Jan 2, 2025
1 parent bb1c405 commit cea79af
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ ent-PlushieKaioshi = Плюшевый Кайоши Де Ле Грейтайд
.desc = Бармен.. с бензопилой в руке?..
ent-PlushieRaisya = Плюшевая Раизя Фивуллина
.desc = Мур! Мяу! Ня! её любимые словечки UwU
ent-PlushieAnatolyLisitsyn = Плюшевый Анатолий Лисицын
.desc = Рыжий лис, который стоит на страже Центрального Командования. Любит шоколадные печеньки.
ent-PlushieEvgeniyaKrein = Плюшевая Евгения Крейн
.desc = Милая, розоволосая феллинидка. Музыкант с большим горячим сердечком. Любит овсяные печеньки <3
32 changes: 32 additions & 0 deletions Resources/Prototypes/_Sunrise/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -802,3 +802,35 @@
- type: Sprite
state: raisya
sprite: _Sunrise/Objects/Fun/toys.rsi

- type: entity
id: PlushieAnatolyLisitsyn
parent: BasePlushie
name: Anatoly Lisitsyn
components:
- type: Sprite
sprite: _Sunrise/Objects/Fun/toys.rsi
state: anatoly_lisitsyn
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/rawr.ogg
params:
volume: 5
- type: UseDelay
delay: 5

- type: entity
id: PlushieEvgeniyaKrein
parent: BasePlushie
name: Evgeniya Krein
components:
- type: Sprite
sprite: _Sunrise/Objects/Fun/toys.rsi
state: evgeniya_krein
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/rawr.ogg
params:
volume: 5
- type: UseDelay
delay: 5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cea79af

Please sign in to comment.