Neckerchief (#892)
* neckerchief * neckerchief№2 --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/_CP14/Clothing/Masks/neckerchief.rsi/icon.png
Normal file
BIN
Resources/Textures/_CP14/Clothing/Masks/neckerchief.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user