Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Демонические рожки в LustShop #111

Merged
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
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/_lust/prototypes/head.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ent-ClothingHeadHatSpecialistBeret = Берет Специалиста
.desc = Берет синего цвета со значком Элитных Сил Qillu.
ent-DemonHorns = демонические рожки
.desc = Миловидный аксессуар в виде демонических рожек и хвостика. Не хватает только...
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 @@ -162,3 +162,14 @@
conditions:
- !type:ListingLimitedStockCondition
stock: 1

- type: listing
id: UplinkLustDemonHorns
productEntity: DemonHorns
cost:
Suntick: 26
categories:
- General
conditions:
- !type:ListingLimitedStockCondition
stock: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
parent: ClothingHeadBase
id: DemonHorns
name: demon horns
components:
- type: Sprite
sprite: _Lust/Clothing/Head/demon_horns.rsi
scale: 0.65, 0.65
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by Euphoriya Discord - .arume.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "icon"
}
]
}
Loading