diff --git a/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml index b46ff5e73d..d52ffe8efb 100644 --- a/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml @@ -48,3 +48,111 @@ sprite: _DEN/Clothing/Eyes/Glasses/epiglasses_mantis_alt.rsi - type: Clothing sprite: _DEN/Clothing/Eyes/Glasses/epiglasses_mantis_alt.rsi + +- type: entity + parent: ClothingEyesHudMedical + id: ClothingMedicalTajVeil + name: medhud tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with an integrated medhud. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/medtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/medtaj.rsi + - type: ShowHealthBars + damageContainers: + - Biological + - BiologicalMetaphysical + - type: ShowHealthIcons + damageContainers: + - Biological + - BiologicalMetaphysical + - type: Tag + tags: + - WhitelistChameleon + - HudMedical + +- type: entity + parent: [ClothingEyesBase, ShowSecurityIcons] + id: ClothingSecurityTajVeil + name: sechud tajaran veil + description: a nano-fiber veil worn by certain Tajaran sects. It comes with an integrated sechud. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/sectaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/sectaj.rsi + - type: FlashImmunity + - type: EyeProtection + protection Time: 5 + - type: Tag + tags: + - Sunglasses + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingCivilianTajVeil + name: tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/civtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/civtaj.rsi + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingEngineeringTajVeil + name: engineering tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with added eye protection for engineering work. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/engtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/engtaj.rsi + - type: EyeProtection + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingChemistryTajVeil + name: chemical tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with a scanner to analyze chemical solutions. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/chemtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/chemtaj.rsi + - type: SolutionScanner + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingDiagnosticTajVeil + name: diagnostic tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with a diagnostic scanner for analyzing robots and mechsuits. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/diagtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/diagtaj.rsi + - type: ShowHealthBars + damageContainers: + - Inorganic + - Silicon + - type: ShowHealthIcons + damageContainers: + - Inorganic + - Silicon + - type: Tag + tags: + - WhitelistChameleon + - HudMedical diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/equipped-EYES.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/equipped-EYES.png new file mode 100644 index 0000000000..692e05ac47 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/icon.png new file mode 100644 index 0000000000..e541a348a3 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-left.png new file mode 100644 index 0000000000..ea320e147d Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-right.png new file mode 100644 index 0000000000..cf3a888192 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/meta.json new file mode 100644 index 0000000000..964b5cf2f5 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/equipped-EYES.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/equipped-EYES.png new file mode 100644 index 0000000000..7b8d764885 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/icon.png new file mode 100644 index 0000000000..9577c5f0fe Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-left.png new file mode 100644 index 0000000000..ea320e147d Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-right.png new file mode 100644 index 0000000000..cf3a888192 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/meta.json new file mode 100644 index 0000000000..106ff402a5 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/meta.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + + ] +} \ No newline at end of file diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/equipped-EYES.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/equipped-EYES.png new file mode 100644 index 0000000000..a225d85c60 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/icon.png new file mode 100644 index 0000000000..1ec81aaeaa Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-left.png new file mode 100644 index 0000000000..ea320e147d Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-right.png new file mode 100644 index 0000000000..cf3a888192 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/meta.json new file mode 100644 index 0000000000..964b5cf2f5 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/equipped-EYES.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/equipped-EYES.png new file mode 100644 index 0000000000..460fb15699 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/icon.png new file mode 100644 index 0000000000..42209e3bda Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-left.png new file mode 100644 index 0000000000..ea320e147d Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-right.png new file mode 100644 index 0000000000..cf3a888192 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/meta.json new file mode 100644 index 0000000000..964b5cf2f5 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/equipped-EYES.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/equipped-EYES.png new file mode 100644 index 0000000000..3bfd93d3f2 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/icon.png new file mode 100644 index 0000000000..e9b3550f45 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-left.png new file mode 100644 index 0000000000..ea320e147d Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-right.png new file mode 100644 index 0000000000..cf3a888192 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/meta.json new file mode 100644 index 0000000000..964b5cf2f5 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/equipped-EYES.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/equipped-EYES.png new file mode 100644 index 0000000000..7871259b7f Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/icon.png new file mode 100644 index 0000000000..abf2538acb Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-left.png new file mode 100644 index 0000000000..ea320e147d Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-right.png new file mode 100644 index 0000000000..cf3a888192 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/meta.json new file mode 100644 index 0000000000..964b5cf2f5 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": null, + "copyright": null, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file