* Added PlushieIssacLow without sprite and sounds

* toy add
This commit is contained in:
Drokt 2026-01-28 17:33:59 +01:00 committed by GitHub
parent a15bed16d1
commit a3f8bbd50a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 44 additions and 0 deletions

View file

@ -10,3 +10,5 @@ ent-PlushieAnnaSolovieva = Plushie Anna Solovieva
.desc = She loves her job and is not shy about expressing her affection for her friends, generously showering them with joyful “meows!”
ent-PlushieOlegmol = Olegmol
.desc = { ent-BasePlushie.desc }
ent-PlushieIsaacLow = Plushie Isaac Low
.desc = { ent-BasePlushie.desc }

View file

@ -10,5 +10,7 @@ ent-Plushiemikhail = Плюшевый Михаил Пивнобород Обор
.desc = Он был везде. Химик, Атмосферный техник, душный АВД. Он - любимчик народа. Самый лучший подрывник, химик и манчер. Обносит любой отдел за 5 минут. Это его последний след на станции. Вскоре он вернется.
ent-Plushiesquishymoth = Плюшевая Хлюпка Моль
.desc = Игрушка выглядит слегка потрёпано и пыльно. Игрушка изображает великую и неповторимую госпожу Хлюпку Моль!.
ent-PlushieIsaacLow = Плюшевый химик Исаак Лоу
.desc = Пушистый ниан, знающий химию как старую подругу. Он всегда может подсказать что делать, если вы запутались в рецептах. Даже в виде маленькой, плюшевой игрушки. На игрушке висит этикетка: «что много - то не есть хорошо »
plushie-mikhail-beerbeard-oboronovich-on-use = Пиво!!!

View file

@ -121,3 +121,14 @@
conditions:
- !type:ListingLimitedStockCondition
stock: 1
- type: listing
id: UplinkFishPlushieIsaacLow
productEntity: PlushieIsaacLow
cost:
Suntick: 4
categories:
- SpecialThings
conditions:
- !type:ListingLimitedStockCondition
stock: 1

View file

@ -138,3 +138,29 @@
- type: EmitSoundOnActivate
sound:
collection: PlushieSlimeSounds
- type: entity
parent: BasePlushie
id: PlushieIsaacLow
name: plushie Isaac Low
components:
- type: Sprite
sprite: _Fish/Objects/Fun/toys.rsi
state: isaac
- type: UseDelay
delay: 4
- type: EmitSoundOnTrigger
sound:
path: /Audio/Voice/Moth/moth_chitter.ogg
- type: EmitSoundOnCollide
sound:
path: /Audio/Voice/Moth/moth_chitter.ogg
- type: EmitSoundOnUse
sound:
path: /Audio/Voice/Moth/moth_chitter.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Voice/Moth/moth_chitter.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Voice/Moth/moth_chitter.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -40,6 +40,9 @@
},
{
"name": "plushie-squishy-moth"
},
{
"name": "isaac"
}
]
}