Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
babaevlsdd committed Nov 26, 2024
1 parent c326cfd commit d3fa482
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,9 @@ ent-PlushieMilosTanka = Плюшевый Милос-Танака
.desc = Унати в форме Центрального Командования, что он может в себе скрывать кроме двух ножей и револьвера?
ent-PlushieAlice = Плюшевая Алиса
.desc = Маленькая плюшевая игрушка Алисы, но будьте осторожней, она всё ещё усыпляет феленидов
ent-PlushieKaioshi = Плюшевый Кайоши Де Ле Грейтайд
.desc = Бармен.. с бензопилой в руке?..
ent-PlushieKaioshi = Плюшевая Луна Рязанова
.desc = Ня!! Мя!! первые слова данной прекрастной мадамы.
ent-PlushieRaisya = Плюшевая Раизя Фивуллина
.desc = Мур! Мяу! Ня! её любимые словечки UwU
33 changes: 33 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/sponsor_uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1788,6 +1788,39 @@
- !type:ListingLimitedStockCondition
stock: 1

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

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

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

# HOS

- type: listing
Expand Down
30 changes: 30 additions & 0 deletions Resources/Prototypes/_Sunrise/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,3 +788,33 @@
- type: Sprite
state: alice
sprite: _Sunrise/Objects/Fun/toys.rsi

- type: entity
id: PlushieKaioshi
parent: BasePlushie
name: Plush Kaioshi
description: Bartender.. with a chainsaw in his hand?..
components:
- type: Sprite
state: kaioshi_barmen
sprite: _Sunrise/Objects/Fun/toys.rsi

- type: entity
parent: BasePlushie
id: PlushieLuna
name: Plushie Luna
description: Nya!! Mya!! are the first words of this lovely lady.
components:
- type: Sprite
state: luna
sprite: _Sunrise/Objects/Fun/toys.rsi

- type: entity
parent: BasePlushie
id: PlushieRaisya
name: Plushie Raisya
description: Purr! “Meow! Nya! her favorite UwU words.
components:
- type: Sprite
state: raisya
sprite: _Sunrise/Objects/Fun/toys.rsi
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.
9 changes: 9 additions & 0 deletions Resources/Textures/_Sunrise/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@
},
{
"name": "alice"
},
{
"name": "kaioshi_barmen"
},
{
"name": "luna"
},
{
"name": "raisya"
}
]
}
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 d3fa482

Please sign in to comment.