Skip to content

Commit

Permalink
Добавление мантии шахтёра (#118)
Browse files Browse the repository at this point in the history
* Униформа Специалиста

* Добавление Униформы Специалиста

* Добавлена Мантия Специалиста

* Добавлены Ботинки Специалиста

* Сменил локацию файлов под нормальную

* Добавлен берет Специалиста

Signed-off-by: Esco <[email protected]>

* Добавлена сумка Специалиста

Signed-off-by: Esco <[email protected]>

* Добавлен прототип мантии Специалиста

Signed-off-by: Esco <[email protected]>

* Добавлен прототип униформы Специалиста

Signed-off-by: Esco <[email protected]>

* Добавил немного резистов

Signed-off-by: Esco <[email protected]>

* Добавлен прототип ботинок Специалиста

* Добавлен прототип берета Специалиста

* Добавлен прототип Сумки Специалиста

* Пробую починить ошибку

* fix_1

* 1

* 1

* Добавил локализацию

* Добавил локализацию.

* Переименование личной вещи (по просьбе автора)

* Плащ Шахтёра

* Мантия

---------

Signed-off-by: Esco <[email protected]>
  • Loading branch information
Esco-dev authored Dec 11, 2024
1 parent 6f8819f commit bdd6aac
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/_lust/prototypes/cloaks.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ ent-ClothingNeckRdSpecialCloak = особый плащ НР
.desc = Невероятно стильный плащ НР. Выглядит дорого и очень богато!
ent-ClothingNeckMantleBlackSpeicalist = наплечная мантия Специалиста
.desc = Наплечная мантия Элитных сил Qillu. Её владелец не намерен шутить с вами.
ent-ClothingNeckMantleMiner = Порванная мантия Шахтёра
.desc = Эта мантия повидала многое, как и её владелец, прошедший через безжалостные испытания перед лицом фауны Лаваленда. "Запомни первый урок - если мне отрубило ноги, БЕГИ И НЕ ОГЛЯДЫВАЙСЯ!"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSpecialistSatchel
id: ClothingBackpackSpecialistSatchelSafno_S
name: Specialist Satchel
description: Elite Forces member Satchel.
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatSpecialistBeret
id: ClothingHeadHatSpecialistBeretSafno_S
name: Specialist Beret
description: A beret showing that the wearer is a member of the Qillu Elite Force Corps.
components:
Expand Down
11 changes: 10 additions & 1 deletion Resources/Prototypes/_Lust/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,18 @@

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleBlackSpeicalist
id: ClothingNeckMantleBlackSpeicalistSafno_S
name: Specialist Mantle
description: Cloak which used by Centcomm Elite Forces. Maybe you see that one in last time of your life.
components:
- type: Sprite
sprite: _Lust/Clothing/Neck/Cloaks/SpecialistMantle.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleMiner
name: Miner`s Mantle
description: This cloak has seen a lot, just like its owner, having been through ruthless trials in the face of Lavaland's fauna. ‘Remember the first lesson - if my legs get chopped off, run and don't look back!’
components:
- type: Sprite
sprite: _Lust/Clothing/Neck/Cloaks/Miner.rsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: ClothingShoesMilitaryBase
id: ClothingShoesSpecialistBoots
id: ClothingShoesSpecialistBootsSafno_S
name: Specialist Boots
description: Heavy lined boots. Quality made and well cared for.
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformSpecialistBlackJumpSuit
id: ClothingUniformSpecialistBlackJumpSuitSafno_S
name: Speicalist Uniform
description: Central Command Elite Force Uniform. Looks intimidating.
components:
Expand Down
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.
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_Lust/Clothing/Neck/Cloaks/Miner.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites by discord:lapkee",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit bdd6aac

Please sign in to comment.