New toy (#196)
* Added PlushieIssacLow without sprite and sounds * toy add
This commit is contained in:
parent
a15bed16d1
commit
a3f8bbd50a
6 changed files with 44 additions and 0 deletions
|
|
@ -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 }
|
||||
|
|
@ -10,5 +10,7 @@ ent-Plushiemikhail = Плюшевый Михаил Пивнобород Обор
|
|||
.desc = Он был везде. Химик, Атмосферный техник, душный АВД. Он - любимчик народа. Самый лучший подрывник, химик и манчер. Обносит любой отдел за 5 минут. Это его последний след на станции. Вскоре он вернется.
|
||||
ent-Plushiesquishymoth = Плюшевая Хлюпка Моль
|
||||
.desc = Игрушка выглядит слегка потрёпано и пыльно. Игрушка изображает великую и неповторимую госпожу Хлюпку Моль!.
|
||||
ent-PlushieIsaacLow = Плюшевый химик Исаак Лоу
|
||||
.desc = Пушистый ниан, знающий химию как старую подругу. Он всегда может подсказать что делать, если вы запутались в рецептах. Даже в виде маленькой, плюшевой игрушки. На игрушке висит этикетка: «что много - то не есть хорошо »
|
||||
|
||||
plushie-mikhail-beerbeard-oboronovich-on-use = Пиво!!!
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
BIN
Resources/Textures/_Fish/Objects/Fun/toys.rsi/isaac.png
Normal file
BIN
Resources/Textures/_Fish/Objects/Fun/toys.rsi/isaac.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -40,6 +40,9 @@
|
|||
},
|
||||
{
|
||||
"name": "plushie-squishy-moth"
|
||||
},
|
||||
{
|
||||
"name": "isaac"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue