diff --git a/Resources/Locale/ru-RU/_lust/prototypes/head.ftl b/Resources/Locale/ru-RU/_lust/prototypes/head.ftl index 17dd8cc40f..09c0595be3 100644 --- a/Resources/Locale/ru-RU/_lust/prototypes/head.ftl +++ b/Resources/Locale/ru-RU/_lust/prototypes/head.ftl @@ -1,2 +1,4 @@ ent-ClothingHeadHatSpecialistBeret = Берет Специалиста .desc = Берет синего цвета со значком Элитных Сил Qillu. +ent-DemonHorns = демонические рожки + .desc = Миловидный аксессуар в виде демонических рожек и хвостика. Не хватает только... diff --git a/Resources/Prototypes/_Lust/Catalog/sponsor_uplink_catalog.yml b/Resources/Prototypes/_Lust/Catalog/sponsor_uplink_catalog.yml index 8f08c80190..7bd1fe8079 100644 --- a/Resources/Prototypes/_Lust/Catalog/sponsor_uplink_catalog.yml +++ b/Resources/Prototypes/_Lust/Catalog/sponsor_uplink_catalog.yml @@ -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 diff --git a/Resources/Prototypes/_Lust/Entities/Clothing/Head/demonhorns.yml b/Resources/Prototypes/_Lust/Entities/Clothing/Head/demonhorns.yml new file mode 100644 index 0000000000..50b5ecb5a8 --- /dev/null +++ b/Resources/Prototypes/_Lust/Entities/Clothing/Head/demonhorns.yml @@ -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 diff --git a/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/equipped-HELMET.png b/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..97b1722d86 Binary files /dev/null and b/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/icon.png b/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/icon.png new file mode 100644 index 0000000000..d7317f30b9 Binary files /dev/null and b/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/icon.png differ diff --git a/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/meta.json b/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/meta.json new file mode 100644 index 0000000000..e67344c564 --- /dev/null +++ b/Resources/Textures/_Lust/Clothing/Head/demon_horns.rsi/meta.json @@ -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" + } + ] +}