This commit is contained in:
creamybag
2025-03-27 17:02:35 +03:00
committed by GitHub
parent 615af0b116
commit 9271500fe4
5 changed files with 37 additions and 0 deletions

View File

@@ -130,3 +130,16 @@
spawned:
- id: CP14ClothingMaskBoneMask
amount: 1
- type: entity
parent: CP14ClothingMaskBase
id: CP14ClothingMaskMime
name: mask of silence
description: ...
components:
- type: Sprite
sprite: _CP14/Clothing/Masks/mime_mask.rsi
- type: Clothing
sprite: _CP14/Clothing/Masks/mime_mask.rsi
- type: IdentityBlocker
- type: IngestionBlocker

View File

@@ -149,6 +149,7 @@
- CP14ClothingMaskSinner
- CP14ClothingMaskSteelMask
- CP14ClothingMaskNeckerchief
- CP14ClothingMaskMime
- type: loadout
id: CP14ClothingMaskSinner
@@ -170,6 +171,11 @@
equipment:
mask: CP14ClothingMaskBoneHornedMask
- type: loadout
id: CP14ClothingMaskMime
equipment:
mask: CP14ClothingMaskMime
# Head
- type: loadoutGroup

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

View File

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