Skip to content

Commit

Permalink
Плюшки (#108)
Browse files Browse the repository at this point in the history
* fixes

* upd
  • Loading branch information
pxc1984 authored Dec 7, 2024
1 parent 0cbde64 commit 9fe87bb
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ ent-PlushieVaxel = Плюшевая Май Ваксель
.desc = Неумеха-атмостех, в узких кругах известная, как "Курва-рататуй". Обожает курить возле канистр с тритием и плазмой. Была официально уволена из Синдиката за множественные провалы. Не подпускать к ТЭГу.
ent-PlushiePinkers = Плюшевая Лола Пинкерс
.desc = Странно, но при виде этой игрушки вам хочется дёрнуть её за хвостик...
ent-PlushieAliceSimonova = Плюшевая Алиса Симонова де Мори
.desc = Довольно мягкая и приятная игрушка офицера... На правой руке намертво приклеено позолоченное кольцо, а сама игрушка веет сладковатым запахом... Клубнички?...
ent-PlushieRx1984 = Плюшевый RX1984
.desc = В помехах его экрана прослеживается число "1984"...
11 changes: 11 additions & 0 deletions Resources/Prototypes/_Lust/Catalog/sponsor_uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,14 @@
conditions:
- !type:ListingLimitedStockCondition
stock: 1

- type: listing
id: UplinkLustPlushieAliceSimonova
productEntity: PlushieAliceSimonova
cost:
Suntick: 4
categories:
- SpecialThings
conditions:
- !type:ListingLimitedStockCondition
stock: 1
22 changes: 21 additions & 1 deletion Resources/Prototypes/_Lust/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
sprite: _Lust/Objects/Fun/toys.rsi
state: kharsha
- type: SpeakOnUse
pack: DobitchikPhrases
pack: KharshaPhrases
- type: TTS
voice: SironaRyan
- type: UseDelay
Expand Down Expand Up @@ -255,5 +255,25 @@
state: plushie_pinkers
- type: SpeakOnUse
pack: PinkersPhrases
- type: TTS
voice: Mana
- type: UseDelay
delay: 3

- type: entity
id: PlushieAliceSimonova
parent: BasePlushie
name: Plush Alice Simonova
components:
- type: Sprite
sprite: _Lust/Objects/Fun/toys.rsi
state: plushie-alice-simonova

- type: entity
id: PlushieRx1984
parent: BasePlushie
name: Plush RX1984
components:
- type: Sprite
sprite: _Lust/Objects/Fun/toys.rsi
state: plushie-rx
6 changes: 6 additions & 0 deletions Resources/Textures/_Lust/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
},
{
"name": "plushie_pinkers"
},
{
"name": "plushie-alice-simonova"
},
{
"name": "plushie-rx"
}
]
}
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.

0 comments on commit 9fe87bb

Please sign in to comment.