Eye patch/глазная повязка (#1329)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/_CP14/Clothing/Eyes/eye_patch.rsi/icon.png
Normal file
BIN
Resources/Textures/_CP14/Clothing/Eyes/eye_patch.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user