diff --git a/Resources/Locale/en-US/_prototypes/_fish/entities/objects/fun/toys.ftl b/Resources/Locale/en-US/_prototypes/_fish/entities/objects/fun/toys.ftl index 96203d01a5..ec04f6bcbf 100644 --- a/Resources/Locale/en-US/_prototypes/_fish/entities/objects/fun/toys.ftl +++ b/Resources/Locale/en-US/_prototypes/_fish/entities/objects/fun/toys.ftl @@ -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 } \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_prototypes/_fish/entities/objects/fun/toys.ftl b/Resources/Locale/ru-RU/_prototypes/_fish/entities/objects/fun/toys.ftl index b03ff64bd2..8187673e7a 100644 --- a/Resources/Locale/ru-RU/_prototypes/_fish/entities/objects/fun/toys.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_fish/entities/objects/fun/toys.ftl @@ -10,5 +10,7 @@ ent-Plushiemikhail = Плюшевый Михаил Пивнобород Обор .desc = Он был везде. Химик, Атмосферный техник, душный АВД. Он - любимчик народа. Самый лучший подрывник, химик и манчер. Обносит любой отдел за 5 минут. Это его последний след на станции. Вскоре он вернется. ent-Plushiesquishymoth = Плюшевая Хлюпка Моль .desc = Игрушка выглядит слегка потрёпано и пыльно. Игрушка изображает великую и неповторимую госпожу Хлюпку Моль!. +ent-PlushieIsaacLow = Плюшевый химик Исаак Лоу + .desc = Пушистый ниан, знающий химию как старую подругу. Он всегда может подсказать что делать, если вы запутались в рецептах. Даже в виде маленькой, плюшевой игрушки. На игрушке висит этикетка: «что много - то не есть хорошо » plushie-mikhail-beerbeard-oboronovich-on-use = Пиво!!! diff --git a/Resources/Prototypes/_Fish/Catalog/sponsor_uplink_catalog.yml b/Resources/Prototypes/_Fish/Catalog/sponsor_uplink_catalog.yml index 0466085b62..ed53d1a9de 100644 --- a/Resources/Prototypes/_Fish/Catalog/sponsor_uplink_catalog.yml +++ b/Resources/Prototypes/_Fish/Catalog/sponsor_uplink_catalog.yml @@ -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 diff --git a/Resources/Prototypes/_Fish/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/_Fish/Entities/Objects/Fun/toys.yml index 42859990e1..b132edf2de 100644 --- a/Resources/Prototypes/_Fish/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/_Fish/Entities/Objects/Fun/toys.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/_Fish/Objects/Fun/toys.rsi/isaac.png b/Resources/Textures/_Fish/Objects/Fun/toys.rsi/isaac.png new file mode 100644 index 0000000000..8408f8160d Binary files /dev/null and b/Resources/Textures/_Fish/Objects/Fun/toys.rsi/isaac.png differ diff --git a/Resources/Textures/_Fish/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/_Fish/Objects/Fun/toys.rsi/meta.json index 2b52f7208f..4955a1dc41 100644 --- a/Resources/Textures/_Fish/Objects/Fun/toys.rsi/meta.json +++ b/Resources/Textures/_Fish/Objects/Fun/toys.rsi/meta.json @@ -40,6 +40,9 @@ }, { "name": "plushie-squishy-moth" + }, + { + "name": "isaac" } ] }