Eye patch/глазная повязка (#1329)

This commit is contained in:
Lucson1337
2025-05-29 00:22:20 +03:00
committed by GitHub
parent 995429d041
commit 0551caf98f
6 changed files with 47 additions and 2 deletions

View File

@@ -104,3 +104,21 @@
sprite: _CP14/Clothing/Eyes/thaumaturgy_glasses.rsi
- type: CP14MagicEssenceScanner
- type: VisionCorrection
- type: entity
parent: CP14ClothingEyesBase
id: CP14ClothingEyesEyePatch
name: eye patch
description: Hides the mutilation of the eyes.
components:
- type: Foldable
canFoldInsideContainer: true
unfoldVerbText: fold-flip-verb
foldVerbText: fold-flip-verb
- type: FoldableClothing
foldedEquippedPrefix: flipped
foldedHeldPrefix: flipped
- type: Sprite
sprite: _CP14/Clothing/Eyes/eye_patch.rsi
- type: Clothing
sprite: _CP14/Clothing/Eyes/eye_patch.rsi

View File

@@ -155,7 +155,7 @@
loadouts:
- CP14ClothingEyesMonocle
- CP14ClothingEyesGlasses
- CP14ClothingEyesEyePatch
- type: loadout
id: CP14ClothingEyesMonocle
equipment:
@@ -164,7 +164,12 @@
- type: loadout
id: CP14ClothingEyesGlasses
equipment:
eyes: CP14ClothingEyesGlasses
eyes: CP14ClothingEyesGlasses
- type: loadout
id: CP14ClothingEyesEyePatch
equipment:
eyes: CP14ClothingEyesEyePatch
# Gloves

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

View File

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