Neckerchief (#892)

* neckerchief

* neckerchief№2

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
creamybag
2025-02-13 17:24:05 +03:00
committed by GitHub
parent 19c29e126d
commit 90813074f4
5 changed files with 37 additions and 0 deletions

View File

@@ -45,3 +45,16 @@
Slash: 0.95
Piercing: 0.95
Heat: 0.95
- type: entity
parent: CP14ClothingMaskBase
id: CP14ClothingMaskNeckerchief
name: neckerchief
description: It hides your face to the best of its ability.
components:
- type: Sprite
sprite: _CP14/Clothing/Masks/neckerchief.rsi
- type: Clothing
sprite: _CP14/Clothing/Masks/neckerchief.rsi
- type: IdentityBlocker
- type: IngestionBlocker

View File

@@ -129,6 +129,7 @@
loadouts:
- CP14ClothingMaskSinner
- CP14ClothingMaskSteelMask
- CP14ClothingMaskNeckerchief
- type: loadout
id: CP14ClothingMaskSinner
@@ -140,6 +141,11 @@
equipment:
mask: CP14ClothingMaskSteelMask
- type: loadout
id: CP14ClothingMaskNeckerchief
equipment:
mask: CP14ClothingMaskNeckerchief
# Head
- type: loadoutGroup

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by creamy",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}