diff --git a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl index 5d39c1d7f2..e7019f6be6 100644 --- a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl +++ b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl @@ -10,6 +10,10 @@ ent-CPClothingCloakHoodieYellow = желтый короткий плащ с ка ent-CPClothingHeadHoodieYellow = желтый капюшон .desc = Вы получаете +2 к броскам скрытности от внимания противоположного пола. +# Mask +ent-CPClothingMaskSinner = маска грешника + .desc = Маска предназначенная для ношения не самыми светлыми личностями. Палачи надевают их на себя и на жертву перед казнью. + # Pants ent-CPClothingPantsHarlequinRed = красно-желтые штаны арлекина .desc = С одной стороны кроваво красные, с другой стороны солнечно желтые. Дуальность жизни и смерти всегда хороший повод для шуток. diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/pluto-mask.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/pluto-mask.yml new file mode 100644 index 0000000000..1ca6445c4b --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/pluto-mask.yml @@ -0,0 +1,26 @@ +- type: entity + abstract: true + parent: Clothing + id: CPClothingMaskBase + components: + - type: Sprite + state: icon + - type: Item + size: Normal + - type: Clothing + equipDelay: 0.7 + unequipDelay: 0.7 + slots: [mask] + +- type: entity + parent: CPClothingMaskBase + id: CPClothingMaskSinner + name: Sinner's Mask + description: A mask intented to be worn by not the brightest individuals. Executioners put them on themselves and the victim before execution. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/pluto-mask.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/pluto-mask.rsi + - type: IdentityBlocker + \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/equipped-MASK.png new file mode 100644 index 0000000000..9758e8f6ca Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/icon.png new file mode 100644 index 0000000000..55193e1488 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/inhand-left.png new file mode 100644 index 0000000000..4e141e5df4 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/inhand-right.png new file mode 100644 index 0000000000..2d4d988f05 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/meta.json new file mode 100644 index 0000000000..504618f702 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Agoichi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-MASK", + "directions": 4 + } + ] +} \ No newline at end of file