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:
@@ -10,6 +10,10 @@ ent-CPClothingCloakHoodieYellow = желтый короткий плащ с ка
|
||||
ent-CPClothingHeadHoodieYellow = желтый капюшон
|
||||
.desc = Вы получаете +2 к броскам скрытности от внимания противоположного пола.
|
||||
|
||||
# Mask
|
||||
ent-CPClothingMaskSinner = маска грешника
|
||||
.desc = Маска предназначенная для ношения не самыми светлыми личностями. Палачи надевают их на себя и на жертву перед казнью.
|
||||
|
||||
# Pants
|
||||
ent-CPClothingPantsHarlequinRed = красно-желтые штаны арлекина
|
||||
.desc = С одной стороны кроваво красные, с другой стороны солнечно желтые. Дуальность жизни и смерти всегда хороший повод для шуток.
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/icon.png
Normal file
BIN
Resources/Textures/_CP14/Clothing/Masks/pluto-mask.rsi/icon.png
Normal file
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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user