Adding the sinner's mask (#97)

* adding sinner's mask

* changing sinner's mask

* changing sinner's mask

* changing sinner's mask

* changing sinner's mask

* changing sinner's mask
This commit is contained in:
Agoichi
2024-04-16 17:51:11 +03:00
committed by GitHub
parent 76afac43f9
commit 040497805f
7 changed files with 56 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ ent-CPClothingCloakHoodieYellow = желтый короткий плащ с ка
ent-CPClothingHeadHoodieYellow = желтый капюшон
.desc = Вы получаете +2 к броскам скрытности от внимания противоположного пола.
# Mask
ent-CPClothingMaskSinner = маска грешника
.desc = Маска предназначенная для ношения не самыми светлыми личностями. Палачи надевают их на себя и на жертву перед казнью.
# Pants
ent-CPClothingPantsHarlequinRed = красно-желтые штаны арлекина
.desc = С одной стороны кроваво красные, с другой стороны солнечно желтые. Дуальность жизни и смерти всегда хороший повод для шуток.

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

View File

@@ -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
}
]
}