Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ ent-PlushieIsaacLow = Плюшевый химик Исаак Лоу
.desc = Пушистый ниан, знающий химию как старую подругу. Он всегда может подсказать что делать, если вы запутались в рецептах. Даже в виде маленькой, плюшевой игрушки. На игрушке висит этикетка: «что много - то не есть хорошо »

plushie-mikhail-beerbeard-oboronovich-on-use = Пиво!!!

ent-PlushieMasya = Плюшевая Мася Армстронг
.desc = Плюшевая Мася Армстронг добрая фелинидка, которая любит внимание, ласку и тёплые слова, — маленькая, мягкая и мечтательная, она ценит справедливость, заботится о друзьях и создана для нежных объятий.

12 changes: 12 additions & 0 deletions Resources/Prototypes/_Fish/Catalog/sponsor_uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,15 @@
conditions:
- !type:ListingLimitedStockCondition
stock: 1

- type: listing
id: UplinkFishPlushieMasya
productEntity: PlushieMasya
cost:
Suntick: 4
categories:
- SpecialThings
conditions:
- !type:ListingLimitedStockCondition
stock: 1

17 changes: 16 additions & 1 deletion Resources/Prototypes/_Fish/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,19 @@
path: /Audio/Voice/Moth/moth_chitter.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Voice/Moth/moth_chitter.ogg
path: /Audio/Voice/Moth/moth_chitter.ogg

- type: entity
parent: BasePlushie
id: PlushieMasya
name: Plushie Masya Armstrong
components:
- type: Sprite
sprite: _Fish/Objects/Fun/toys.rsi
state: centcom_masa
- type: UseDelay
delay: 4
- type: EmitSoundOnUse
sound:
path: /Audio/_Sunrise/Voice/Felinid/cat_meow2.ogg

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion Resources/Textures/_Fish/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
},
{
"name": "isaac"
}
},
{
"name": "centcom_masa"
}
]
}
Loading