From 8a66bf0284930ec6da9843a7c5d3a8deb58a4d17 Mon Sep 17 00:00:00 2001 From: FrostMando <68990565+FrostMando@users.noreply.github.com> Date: Fri, 7 Aug 2020 17:20:27 +0300 Subject: [PATCH] Updated clothing descriptions for prototypes. (#1607) * Updated clothing descriptions for prototypes #1597 * Update Resources/Prototypes/Entities/Clothing/Back/courier.yml Co-authored-by: DrSmugleaf Co-authored-by: DrSmugleaf --- .../Entities/Clothing/Back/backpacks.yml | 8 +- .../Entities/Clothing/Back/courier.yml | 9 + .../Entities/Clothing/Back/satchel.yml | 12 +- .../Entities/Clothing/Gloves/gloves.yml | 50 ++--- .../Entities/Clothing/Head/animals.yml | 22 +- .../Clothing/Head/hardsuit-helmets.yml | 20 +- .../Entities/Clothing/Head/hats.yml | 197 +++++++++--------- .../Entities/Clothing/Head/helmets.yml | 26 +-- .../Entities/Clothing/Head/hoods.yml | 26 +-- .../Entities/Clothing/Head/welding-masks.yml | 16 +- .../Entities/Clothing/Neck/cloaks.yml | 10 +- .../Entities/Clothing/Neck/neck.yml | 18 +- .../Entities/Clothing/OuterClothing/armor.yml | 40 ++-- .../Entities/Clothing/OuterClothing/coats.yml | 46 ++-- .../Clothing/OuterClothing/hardsuits.yml | 28 +-- .../Entities/Clothing/OuterClothing/misc.yml | 48 ++--- .../Entities/Clothing/OuterClothing/suits.yml | 34 +-- .../Entities/Clothing/Shoes/shoes.yml | 68 +++--- .../Entities/Clothing/Uniforms/color.yml | 31 ++- .../Entities/Clothing/Uniforms/uniforms.yml | 47 ++++- 20 files changed, 420 insertions(+), 336 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index a81ea26599..a861d66e27 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -2,7 +2,7 @@ parent: Clothing id: BackpackClothing name: backpack - description: A convenient storage pack + description: You wear this on your back and put items into it. components: - type: Sprite sprite: Clothing/Back/Backpacks/backpack.rsi @@ -56,6 +56,7 @@ parent: BackpackClothing id: BackpackEngineering name: engineering backpack + description: It's a tough backpack for the daily grind of station life. components: - type: Sprite sprite: Clothing/Back/Backpacks/engineering.rsi @@ -71,6 +72,7 @@ parent: BackpackClothing id: BackpackMedical name: medical backpack + description: It's a backpack especially designed for use in a sterile environment. components: - type: Sprite sprite: Clothing/Back/Backpacks/medical.rsi @@ -86,6 +88,7 @@ parent: BackpackClothing id: BackpackCaptain name: captain's backpack + description: It's a special backpack made exclusively for Nanotrasen officers. components: - type: Sprite sprite: Clothing/Back/Backpacks/captain.rsi @@ -101,6 +104,7 @@ parent: BackpackClothing id: BackpackHolding name: bag of holding + description: A backpack that opens into a localized pocket of bluespace. components: - type: Sprite sprite: Clothing/Back/Backpacks/holding.rsi @@ -114,4 +118,4 @@ state: holding - type: Clothing sprite: Clothing/Back/Backpacks/holding.rsi - HeldPrefix: holding \ No newline at end of file + HeldPrefix: holding diff --git a/Resources/Prototypes/Entities/Clothing/Back/courier.yml b/Resources/Prototypes/Entities/Clothing/Back/courier.yml index 0c7bd92be9..a9e45b3953 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/courier.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/courier.yml @@ -2,6 +2,7 @@ parent: BackpackClothing id: MessengerBag name: messenger bag + description: A sturdy backpack worn over one shoulder. components: - type: Sprite sprite: Clothing/Back/Couriers/courier.rsi @@ -17,6 +18,7 @@ parent: BackpackClothing id: MessengerBagChemistry name: chemistry messenger bag + description: A sterile backpack worn over one shoulder, in Chemistry colors. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_chemistry.rsi @@ -33,6 +35,7 @@ parent: BackpackClothing id: MessengerBagMedical name: medical messenger bag + description: A sterile backpack worn over one shoulder used in medical departments. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_medical.rsi @@ -49,6 +52,7 @@ parent: BackpackClothing id: MessengerBagVirology name: virology messenger bag + description: A sterile backpack worn over one shoulder. This one is in Virology colors. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_virology.rsi @@ -65,6 +69,7 @@ parent: BackpackClothing id: MessengerBagEngineering name: engineering messenger bag + description: A strong backpack worn over one shoulder. This one is designed for Industrial work. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_engineering.rsi @@ -81,6 +86,7 @@ parent: BackpackClothing id: MessengerBagScience name: science messenger bag + description: A sterile backpack worn over one shoulder used in scientific departments. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_science.rsi @@ -96,6 +102,7 @@ parent: BackpackClothing id: MessengerBagCaptain name: captain's messenger bag + description: A special backpack worn over one shoulder. This one is made specifically for officers. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_captain.rsi @@ -112,6 +119,7 @@ parent: BackpackClothing id: MessengerBagHydroponics name: hydroponics messenger bag + description: A backpack worn over one shoulder. This one is designed for plant-related work. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_hydroponics.rsi @@ -127,6 +135,7 @@ parent: BackpackClothing id: MessengerBagSecurity name: security messenger bag + description: A tactical backpack worn over one shoulder. This one is in Security colors. components: - type: Sprite sprite: Clothing/Back/Couriers/courier_security.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index ea8c45c9e0..43db28946b 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -2,6 +2,7 @@ parent: BackpackClothing id: Satchel name: satchel + description: A trendy looking satchel. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel.rsi @@ -19,6 +20,7 @@ parent: BackpackClothing id: SatchelEngineering name: engineering satchel + description: A tough satchel with extra pockets. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_engineering.rsi @@ -35,6 +37,7 @@ parent: BackpackClothing id: SatchelMedical name: medical satchel + description: A sterile satchel used in medical departments. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_medical.rsi @@ -51,6 +54,7 @@ parent: BackpackClothing id: SatchelChemistry name: chemistry satchel + description: A sterile satchel with chemist colours. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_chemistry.rsi @@ -67,6 +71,7 @@ parent: BackpackClothing id: SatchelGenetics name: genetics satchel + description: A sterile satchel with geneticist colours. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_genetics.rsi @@ -83,6 +88,7 @@ parent: BackpackClothing id: SatchelVirology name: virology satchel + description: A sterile satchel with virologist colours. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_virology.rsi @@ -99,6 +105,7 @@ parent: BackpackClothing id: SatchelScience name: science satchel + description: Useful for holding research materials. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_science.rsi @@ -114,6 +121,7 @@ parent: BackpackClothing id: SatchelSecurity name: security satchel + description: A robust satchel for security related needs. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_security.rsi @@ -130,6 +138,7 @@ parent: BackpackClothing id: SatchelCaptain name: captain's satchel + description: An exclusive satchel for Nanotrasen officers. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_captain.rsi @@ -146,6 +155,7 @@ parent: BackpackClothing id: SatchelHydroponics name: hydroponics satchel + description: A satchel made of all natural fibers. components: - type: Sprite sprite: Clothing/Back/Satchels/satchel_hydroponics.rsi @@ -155,4 +165,4 @@ state: satchel-hydroponics - type: Clothing sprite: Clothing/Back/Satchels/satchel_hydroponics.rsi - ClothingPrefix: satchel-hydroponics \ No newline at end of file + ClothingPrefix: satchel-hydroponics diff --git a/Resources/Prototypes/Entities/Clothing/Gloves/gloves.yml b/Resources/Prototypes/Entities/Clothing/Gloves/gloves.yml index 002cc3cbd5..7f51cc42d8 100644 --- a/Resources/Prototypes/Entities/Clothing/Gloves/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Gloves/gloves.yml @@ -15,7 +15,7 @@ parent: GlovesBase id: GlovesBlack name: black gloves - description: Regular gloves that do not keep you from frying + description: Regular black gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/black.rsi @@ -28,7 +28,7 @@ parent: GlovesBase id: GlovesBlue name: blue gloves - description: '' + description: Regular blue gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/blue.rsi @@ -41,7 +41,7 @@ parent: GlovesBase id: GlovesBoxingRed name: boxing gloves (red) - description: '' + description: Red gloves for competitive boxing. components: - type: Sprite sprite: Clothing/Gloves/boxing.rsi @@ -54,7 +54,7 @@ parent: GlovesBase id: GlovesBoxingBlue name: boxing gloves (blue) - description: '' + description: Blue gloves for competitive boxing. components: - type: Sprite sprite: Clothing/Gloves/boxingblue.rsi @@ -67,7 +67,7 @@ parent: GlovesBase id: GlovesBoxingGreen name: boxing gloves (green) - description: '' + description: Green gloves for competitive boxing. components: - type: Sprite sprite: Clothing/Gloves/boxinggreen.rsi @@ -80,7 +80,7 @@ parent: GlovesBase id: GlovesBoxingYellow name: boxing gloves (yellow) - description: '' + description: Yellow gloves for competitive boxing. components: - type: Sprite sprite: Clothing/Gloves/boxingyellow.rsi @@ -93,7 +93,7 @@ parent: GlovesBase id: GlovesBrown name: brown gloves - description: '' + description: Regular brown gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/brown.rsi @@ -106,7 +106,7 @@ parent: GlovesBase id: GlovesCaptain name: captain gloves - description: '' + description: Regal blue gloves, with a nice gold trim. Swanky. components: - type: Sprite sprite: Clothing/Gloves/captain.rsi @@ -119,7 +119,7 @@ parent: GlovesBase id: GlovesGray name: gray gloves - description: '' + description: Regular gray gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/gray.rsi @@ -132,7 +132,7 @@ parent: GlovesBase id: GlovesGreen name: green gloves - description: '' + description: Regular green gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/green.rsi @@ -145,7 +145,7 @@ parent: GlovesBase id: GlovesIhscombat name: IHS combat gloves - description: '' + description: These tactical gloves are somewhat fire and impact resistant. components: - type: Sprite sprite: Clothing/Gloves/ihscombat.rsi @@ -158,7 +158,7 @@ parent: GlovesBase id: GlovesLatex name: latex gloves - description: '' + description: Thin sterile latex gloves. components: - type: Sprite sprite: Clothing/Gloves/latex.rsi @@ -185,7 +185,7 @@ parent: GlovesBase id: GlovesLightBrown name: light brown gloves - description: '' + description: Regular light brown gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/lightbrown.rsi @@ -198,7 +198,7 @@ parent: GlovesBase id: GlovesOrange name: orange gloves - description: '' + description: Regular orange gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/orange.rsi @@ -211,7 +211,7 @@ parent: GlovesBase id: GlovesPowerglove name: power gloves - description: '' + description: Now I'm playin' with power! Wait, they are turned off. components: - type: Sprite sprite: Clothing/Gloves/powerglove.rsi @@ -224,7 +224,7 @@ parent: GlovesBase id: GlovesPowergloveActive name: powergloves (active) - description: '' + description: Now I'm playin' with power! BAM! components: - type: Sprite sprite: Clothing/Gloves/powerglove_active.rsi @@ -237,7 +237,7 @@ parent: GlovesBase id: GlovesPurple name: purple gloves - description: '' + description: Regular purple gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/purple.rsi @@ -250,7 +250,7 @@ parent: GlovesBase id: GlovesRainbow name: rainbow gloves - description: '' + description: A pair of rainbow gloves, they don't look special in any way. No really. Seriously. components: - type: Sprite sprite: Clothing/Gloves/rainbow.rsi @@ -263,7 +263,7 @@ parent: GlovesBase id: GlovesRed name: red gloves - description: '' + description: Regular red gloves that do not keep you from frying. components: - type: Sprite sprite: Clothing/Gloves/red.rsi @@ -276,7 +276,7 @@ parent: GlovesBase id: GlovesRobohands name: robohands gloves - description: '' + description: Beep boop borp! components: - type: Sprite sprite: Clothing/Gloves/robohands.rsi @@ -289,7 +289,7 @@ parent: GlovesBase id: GlovesSNinja name: S ninja gloves - description: '' + description: These black nano-enhanced gloves insulate from electricity and provide fire resistance. components: - type: Sprite sprite: Clothing/Gloves/s_ninja.rsi @@ -302,7 +302,7 @@ parent: GlovesBase id: GlovesSNinjak name: S ninjak gloves - description: '' + description: These black and red nano-enhanced gloves insulate from electricity and provide fire resistance. components: - type: Sprite sprite: Clothing/Gloves/s_ninjak.rsi @@ -315,7 +315,7 @@ parent: GlovesBase id: GlovesSNinjan name: S ninjan gloves - description: '' + description: These black and green nano-enhanced gloves insulate from electricity and provide fire resistance. components: - type: Sprite sprite: Clothing/Gloves/s_ninjan.rsi @@ -328,7 +328,7 @@ parent: GlovesBase id: GlovesWhite name: white gloves - description: + description: Those gloves look fancy. components: - type: Sprite sprite: Clothing/Gloves/white.rsi @@ -341,7 +341,7 @@ parent: GlovesBase id: GlovesYellow name: insulated gloves - description: Electrical gloves that keep you from frying + description: These gloves will protect the wearer from electric shocks. components: - type: Sprite sprite: Clothing/Gloves/yellow.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/animals.yml b/Resources/Prototypes/Entities/Clothing/Head/animals.yml index 8fc19be777..93e1dcc86b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/animals.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/animals.yml @@ -2,7 +2,7 @@ parent: HatBase id: HatMonkey name: monkey - description: '' + description: That's a monkey head. It has a hole on a mouth to eat bananas. components: - type: Sprite sprite: Clothing/Head/monkey.rsi @@ -15,7 +15,7 @@ parent: HatBase id: HatMouseBrown name: mouse brown - description: '' + description: This is a head of a brown mouse. Squeak! components: - type: Sprite sprite: Clothing/Head/mouse_brown.rsi @@ -28,7 +28,7 @@ parent: HatBase id: HatMouseGray name: mouse gray - description: '' + description: This is a head of a gray mouse. Squeak! components: - type: Sprite sprite: Clothing/Head/mouse_gray.rsi @@ -41,7 +41,7 @@ parent: HatBase id: HatMouseWhite name: mouse white - description: '' + description: This is a head of a white mouse. Squeak! components: - type: Sprite sprite: Clothing/Head/mouse_white.rsi @@ -54,7 +54,7 @@ parent: HatBase id: HatNymph name: nymph - description: '' + description: It's a nymph. You can put it on your head. components: - type: Sprite sprite: Clothing/Head/nymph.rsi @@ -67,7 +67,7 @@ parent: HatBase id: HatPai-cat name: pai-cat - description: '' + description: Personal AI in a cat form. components: - type: Sprite sprite: Clothing/Head/pai-cat.rsi @@ -80,7 +80,7 @@ parent: HatBase id: HatPai-monkey name: pai-monkey - description: '' + description: Personal AI in a monkey form. components: - type: Sprite sprite: Clothing/Head/pai-monkey.rsi @@ -93,7 +93,7 @@ parent: HatBase id: HatPai-mouse name: pai-mouse - description: '' + description: Personal AI in a mouse form. components: - type: Sprite sprite: Clothing/Head/pai-mouse.rsi @@ -106,7 +106,7 @@ parent: HatBase id: HatCatGrey name: grey cat - description: '' + description: A cute and fluffy head of a grey cat. components: - type: Sprite sprite: Clothing/Head/cat.rsi @@ -119,7 +119,7 @@ parent: HatBase id: HatCatBrown name: brown cat - description: '' + description: A cute and fluffy head of a brown cat. components: - type: Sprite sprite: Clothing/Head/cat2.rsi @@ -132,7 +132,7 @@ parent: HatBase id: HatCatBlack name: black cat - description: '' + description: A cute and fluffy head of a black cat. components: - type: Sprite sprite: Clothing/Head/cat3.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 7a7d42d8a7..acbfb6eaba 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -2,7 +2,7 @@ parent: HatBase id: HatHardsuit-old name: hardsuit-old - description: '' + description: An old helmet from a hardsuit. Still functional, for now. components: - type: Sprite sprite: Clothing/Head/hardsuit-old.rsi @@ -15,7 +15,7 @@ parent: HatBase id: HatHardsuit-atmos name: hardsuit-atmos - description: '' + description: A special hardsuit helmet designed for working in low-pressure, high thermal environments. components: - type: Sprite sprite: Clothing/Head/hardsuit-atmos.rsi @@ -28,7 +28,7 @@ parent: HatBase id: HatHardsuit-engineering name: hardsuit-engineering - description: '' + description: An engineering hardsuit helmet designed for working in low-pressure, high radioactive environments. components: - type: Sprite sprite: Clothing/Head/hardsuit-engineering.rsi @@ -41,7 +41,7 @@ parent: HatBase id: HatHardsuit-hazardhardsuit name: hardsuit-hazardhardsuit - description: '' + description: Robust hardsuit helmet made for dangerous and hazardous situations. components: - type: Sprite sprite: Clothing/Head/hardsuit-hazardhardsuit.rsi @@ -54,7 +54,7 @@ parent: HatBase id: HatHardsuit-medical name: hardsuit-medical - description: '' + description: Lightweight medical hardsuit helmet that doesn't restrict your head movements. components: - type: Sprite sprite: Clothing/Head/hardsuit-medical.rsi @@ -67,7 +67,7 @@ parent: HatBase id: HatHardsuit-mining name: hardsuit-mining - description: '' + description: A special helmet designed for work in a hazardous, low pressure environment. Has reinforced plating for wildlife encounters and dual floodlights. components: - type: Sprite sprite: Clothing/Head/hardsuit-mining.rsi @@ -80,7 +80,7 @@ parent: HatBase id: HatHardsuit-sectg name: hardsuit-sectg - description: '' + description: Armored hardsuit helmet for security needs. components: - type: Sprite sprite: Clothing/Head/hardsuit-sectg.rsi @@ -93,7 +93,7 @@ parent: HatBase id: HatHardsuit-syndie name: hardsuit-syndie - description: '' + description: An advanced red hardsuit helmet designed for work in special operations. components: - type: Sprite sprite: Clothing/Head/hardsuit-syndie.rsi @@ -108,7 +108,7 @@ parent: HatBase id: HatHardsuit-ce name: hardsuit-ce - description: '' + description: Special hardsuit helmet, made for the chief engineer of the station. components: - type: Sprite sprite: Clothing/Head/hardsuit-white.rsi @@ -121,7 +121,7 @@ parent: HatBase id: HatHardsuit-wiz name: hardsuit-wiz - description: '' + description: A bizarre gem-encrusted helmet that radiates magical energies. components: - type: Sprite sprite: Clothing/Head/hardsuit-wiz.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index ea1624e82e..d4ae2beaeb 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -15,7 +15,7 @@ parent: HatBase id: HatBandana name: bandana - description: '' + description: A bandana. You wear it on your head. components: - type: Sprite sprite: Clothing/Head/bandana.rsi @@ -28,7 +28,7 @@ parent: HatBase id: HatBandblack name: bandana black - description: '' + description: A black bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandblack.rsi @@ -41,7 +41,7 @@ parent: HatBase id: HatBandblue name: bandana blue - description: '' + description: A blue bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandblue.rsi @@ -54,7 +54,7 @@ parent: HatBase id: HatBandbotany name: bandana botany - description: '' + description: A botany bandana to make you look cool, made from natural fibers. components: - type: Sprite sprite: Clothing/Head/bandbotany.rsi @@ -67,7 +67,7 @@ parent: HatBase id: HatBandcamo name: bandana camo - description: '' + description: A camo bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandcamo.rsi @@ -80,7 +80,7 @@ parent: HatBase id: HatBandgold name: bandana gold - description: '' + description: A gold bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandgold.rsi @@ -93,7 +93,7 @@ parent: HatBase id: HatBandgreen name: bandana green - description: '' + description: A green bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandgreen.rsi @@ -106,7 +106,7 @@ parent: HatBase id: HatBandorange name: bandana orange - description: '' + description: An orange bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandorange.rsi @@ -119,7 +119,7 @@ parent: HatBase id: HatBandpurple name: bandana purple - description: '' + description: A purple bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandpurple.rsi @@ -132,7 +132,7 @@ parent: HatBase id: HatBandred name: bandana red - description: '' + description: A red bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/bandred.rsi @@ -145,7 +145,7 @@ parent: HatBase id: HatBandskull name: bandana skull - description: '' + description: A bandana with a skull to make you look even cooler. components: - type: Sprite sprite: Clothing/Head/bandskull.rsi @@ -158,7 +158,7 @@ parent: HatBase id: HatBearpelt name: bear pelt - description: '' + description: It's a cute bear pelt. components: - type: Sprite sprite: Clothing/Head/bearpelt.rsi @@ -171,7 +171,7 @@ parent: HatBase id: HatBeaverHat name: beaver hat - description: '' + description: 'Gentlemen?' components: - type: Sprite sprite: Clothing/Head/beaver_hat.rsi @@ -184,7 +184,7 @@ parent: HatBase id: HatBeret name: beret - description: '' + description: A beret, an artists favorite headwear. components: - type: Sprite sprite: Clothing/Head/beret.rsi @@ -197,7 +197,7 @@ parent: HatBase id: HatBeretEngineering name: beret engineering - description: '' + description: A beret with the engineering insignia emblazoned on it. For engineers that are more inclined towards style than safety. components: - type: Sprite sprite: Clothing/Head/beret_engineering.rsi @@ -210,7 +210,7 @@ parent: HatBase id: HatBeretHoS name: beret HoS - description: '' + description: A black beret with a commander's rank emblem. For officers that are more inclined towards style than safety. components: - type: Sprite sprite: Clothing/Head/beret_hos.rsi @@ -225,7 +225,7 @@ parent: HatBase id: HatBeretWarden name: beret warden - description: '' + description: A corporate red beret with a warden's rank emblem. For officers that are more inclined towards style than safety. components: - type: Sprite sprite: Clothing/Head/beret_warden.rsi @@ -238,7 +238,7 @@ parent: HatBase id: HatBluesoft name: bluesoft - description: '' + description: It's a baseball hat in a tasteless blue colour. components: - type: Sprite sprite: Clothing/Head/bluesoft.rsi @@ -251,7 +251,7 @@ parent: HatBase id: HatBluesoftFlipped name: bluesoft flipped - description: '' + description: It's a baseball hat in a tasteless blue colour. Flipped. components: - type: Sprite sprite: Clothing/Head/bluesoft_flipped.rsi @@ -264,7 +264,7 @@ parent: HatBase id: HatBoaterHat name: boater hat - description: '' + description: Stylish boater hat. components: - type: Sprite sprite: Clothing/Head/boater_hat.rsi @@ -277,7 +277,7 @@ parent: HatBase id: HatBowler name: bowler - description: '' + description: Stylish bowler hat. components: - type: Sprite sprite: Clothing/Head/bowler.rsi @@ -290,7 +290,7 @@ parent: HatBase id: HatBowlerHat name: bowler hat - description: '' + description: Stylish bowler hat. components: - type: Sprite sprite: Clothing/Head/bowler_hat.rsi @@ -303,7 +303,7 @@ parent: HatBase id: HatBunny name: bunny - description: '' + description: Cute bunny ears. components: - type: Sprite sprite: Clothing/Head/bunny.rsi @@ -316,7 +316,7 @@ parent: HatBase id: HatCake name: cake - description: '' + description: You put the cake on your head. Brilliant. components: - type: Sprite sprite: Clothing/Head/cake0.rsi @@ -329,7 +329,7 @@ parent: HatBase id: HatCakeLit name: cake (lit) - description: '' + description: You put this lit cake on your head. Perfect. components: - type: Sprite sprite: Clothing/Head/cake1.rsi @@ -342,7 +342,7 @@ parent: HatBase id: HatCapcap name: cap cap - description: '' + description: An usual cap, nothing special about it. components: - type: Sprite sprite: Clothing/Head/capcap.rsi @@ -355,7 +355,7 @@ parent: HatBase id: HatCapspace name: cap space - description: '' + description: A blue cap for patrolling the daily beat. components: - type: Sprite sprite: Clothing/Head/capspace.rsi @@ -368,7 +368,7 @@ parent: HatBase id: HatCaptain name: captain - description: '' + description: It's good being the king. components: - type: Sprite sprite: Clothing/Head/captain.rsi @@ -381,7 +381,7 @@ parent: HatBase id: HatCardborgH name: cardborg h - description: '' + description: A helmet made out of a box. components: - type: Sprite sprite: Clothing/Head/cardborg_h.rsi @@ -394,7 +394,7 @@ parent: HatBase id: HatCargosoft name: cargosoft - description: '' + description: It's a baseball hat painted in Cargo colours. components: - type: Sprite sprite: Clothing/Head/cargosoft.rsi @@ -407,7 +407,7 @@ parent: HatBase id: HatCargosoftFlipped name: cargosoft flipped - description: '' + description: It's a baseball hat painted in Cargo colours. Flipped. components: - type: Sprite sprite: Clothing/Head/cargosoft_flipped.rsi @@ -420,7 +420,7 @@ parent: HatBase id: HatCentcom name: centcom - description: '' + description: It's good to be emperor. components: - type: Sprite sprite: Clothing/Head/centcom.rsi @@ -433,7 +433,7 @@ parent: HatBase id: HatChefhat name: chef hat - description: '' + description: It's a hat used by chefs to keep hair out of your food. Judging by the food in the mess, they don't work. components: - type: Sprite sprite: Clothing/Head/chefhat.rsi @@ -446,7 +446,7 @@ parent: HatBase id: HatChickenhead name: chicken head - description: '' + description: It's a chicken head. Bok bok bok! components: - type: Sprite sprite: Clothing/Head/chickenhead.rsi @@ -459,7 +459,7 @@ parent: HatBase id: HatCorpsoft name: corpsoft - description: '' + description: A baseball bat in corporation colors. components: - type: Sprite sprite: Clothing/Head/corpsoft.rsi @@ -472,7 +472,7 @@ parent: HatBase id: HatCorpsoftFlipped name: corpsoft flipped - description: '' + description: A baseball bat in corporation colors. Flipped. components: - type: Sprite sprite: Clothing/Head/corpsoft_flipped.rsi @@ -485,7 +485,7 @@ parent: HatBase id: HatCosmonaut name: cosmonaut - description: '' + description: A cosmonaut helmet. Does not provide protection from vacuum. components: - type: Sprite sprite: Clothing/Head/cosmonaut.rsi @@ -498,7 +498,7 @@ parent: HatBase id: HatCowboy name: cowboy - description: '' + description: A cowboy hat, for a real cowboy. components: - type: Sprite sprite: Clothing/Head/cowboy.rsi @@ -511,7 +511,7 @@ parent: HatBase id: HatDeathsquad name: deathsquad - description: '' + description: A robust red helmet for special operations. components: - type: Sprite sprite: Clothing/Head/deathsquad.rsi @@ -524,7 +524,7 @@ parent: HatBase id: HatFedoraBrown name: brown fedora - description: '' + description: It's a brown fedora. components: - type: Sprite sprite: Clothing/Head/brownfedora.rsi @@ -537,7 +537,7 @@ parent: HatBase id: HatFedoraGrey name: grey fedora - description: '' + description: It's a grey fedora. components: - type: Sprite sprite: Clothing/Head/greyfedora.rsi @@ -550,7 +550,7 @@ parent: HatBase id: HatFez name: fez - description: '' + description: A red fez. components: - type: Sprite sprite: Clothing/Head/fez.rsi @@ -563,7 +563,7 @@ parent: HatBase id: HatGladiator name: gladiator - description: '' + description: 'Are you not entertained?' components: - type: Sprite sprite: Clothing/Head/gladiator.rsi @@ -576,7 +576,7 @@ parent: HatBase id: HatGreenbandana name: greenbandana - description: '' + description: A black bandana to make you look cool. components: - type: Sprite sprite: Clothing/Head/greenbandana.rsi @@ -589,7 +589,7 @@ parent: HatBase id: HatGreensoft name: greensoft - description: '' + description: It's a baseball hat in a tasteless green colour. components: - type: Sprite sprite: Clothing/Head/greensoft.rsi @@ -602,7 +602,7 @@ parent: HatBase id: HatGreensoftFlipped name: greensoft flipped - description: '' + description: It's a baseball hat in a tasteless green colour. Flipped. components: - type: Sprite sprite: Clothing/Head/greensoft_flipped.rsi @@ -615,7 +615,7 @@ parent: HatBase id: HatGreysoft name: greysoft - description: '' + description: It's a baseball hat in a tasteless grey colour. components: - type: Sprite sprite: Clothing/Head/greysoft.rsi @@ -628,7 +628,7 @@ parent: HatBase id: HatGreysoftFlipped name: greysoft flipped - description: '' + description: It's a baseball hat in a tasteless grey colour. Flipped. components: - type: Sprite sprite: Clothing/Head/greysoft_flipped.rsi @@ -641,7 +641,7 @@ parent: HatBase id: HatHairflower name: hairflower - description: '' + description: A red rose for beautiful ladies. components: - type: Sprite sprite: Clothing/Head/hairflower.rsi @@ -654,7 +654,7 @@ parent: HatBase id: HatHeadslime name: headslime - description: '' + description: A green, sticky lime, you put it on your head. components: - type: Sprite sprite: Clothing/Head/headslime.rsi @@ -667,7 +667,7 @@ parent: HatBase id: HatHelmet name: helmet - description: '' + description: A usual helmet. components: - type: Sprite sprite: Clothing/Head/helmet.rsi @@ -680,7 +680,7 @@ parent: HatBase id: HatHelmetold name: helmet old - description: '' + description: An old usual helmet. components: - type: Sprite sprite: Clothing/Head/helmetold.rsi @@ -693,7 +693,7 @@ parent: HatBase id: HatHopcap name: hop cap - description: '' + description: A grand, stylish captain cap. components: - type: Sprite sprite: Clothing/Head/hopcap.rsi @@ -706,7 +706,7 @@ parent: HatBase id: HatHoshat name: HoS hat - description: '' + description: There's a new sheriff in station. components: - type: Sprite sprite: Clothing/Head/hoshat.rsi @@ -719,7 +719,7 @@ parent: HatBase id: HatIhsvoidhelm name: IHS voidhelm - description: '' + description: A robust, tactical IHS helmet. components: - type: Sprite sprite: Clothing/Head/ihsvoidhelm.rsi @@ -732,7 +732,7 @@ parent: HatBase id: HatIhsvoidhelmOn name: IHS voidhelm (on) - description: '' + description: A robust, tactical IHS helmet. components: - type: Sprite sprite: Clothing/Head/ihsvoidhelm_on.rsi @@ -745,7 +745,7 @@ parent: HatBase id: HatWitch1 name: witch hat - description: '' + description: A witch hat. components: - type: Sprite sprite: Clothing/Head/witchhat.rsi @@ -758,7 +758,7 @@ parent: HatBase id: HatWizardHelm name: wizard helm - description: '' + description: Strange-looking helmet that most certainly belongs to a real magic user. components: - type: Sprite sprite: Clothing/Head/wizardhelm.rsi @@ -771,7 +771,7 @@ parent: HatBase id: HatMimesoft name: mimesoft - description: '' + description: It's a baseball hat in a tasteless white colour. components: - type: Sprite sprite: Clothing/Head/mimesoft.rsi @@ -784,7 +784,7 @@ parent: HatBase id: HatMimesoftFlipped name: mimesoft flipped - description: '' + description: It's a baseball hat in a tasteless white colour. Flipped. components: - type: Sprite sprite: Clothing/Head/mimesoft_flipped.rsi @@ -797,7 +797,7 @@ parent: HatBase id: HatNursehat name: nurse hat - description: '' + description: A sterile nurse hat. components: - type: Sprite sprite: Clothing/Head/nursehat.rsi @@ -810,7 +810,7 @@ parent: HatBase id: HatOrangesoft name: orangesoft - description: '' + description: It's a baseball hat in a good-looking orange colour. components: - type: Sprite sprite: Clothing/Head/orangesoft.rsi @@ -823,7 +823,7 @@ parent: HatBase id: HatOrangesoftFlipped name: orangesoft flipped - description: '' + description: It's a baseball hat in a good-looking orange colour. Flipped. components: - type: Sprite sprite: Clothing/Head/orangesoft_flipped.rsi @@ -836,7 +836,7 @@ parent: HatBase id: HatOrangeBandana name: orange bandana - description: '' + description: An orange bandata with a yellow stripe. components: - type: Sprite sprite: Clothing/Head/orange_bandana.rsi @@ -849,7 +849,7 @@ parent: HatBase id: HatPaper name: paper - description: '' + description: A hat made of paper. components: - type: Sprite sprite: Clothing/Head/paper.rsi @@ -857,12 +857,11 @@ sprite: Clothing/Head/paper.rsi - type: Clothing sprite: Clothing/Head/paper.rsi - - type: entity parent: HatBase id: HatPhilosopherWig name: philosopher wig - description: '' + description: A bunch of hair that make you look like a philosopher. components: - type: Sprite sprite: Clothing/Head/philosopher_wig.rsi @@ -875,7 +874,7 @@ parent: HatBase id: HatPirate name: pirate - description: '' + description: 'Yo ho ho and a bottle of rum!' components: - type: Sprite sprite: Clothing/Head/pirate.rsi @@ -888,7 +887,7 @@ parent: HatBase id: HatPlaguedoctor name: plague doctor - description: '' + description: These were once used by plague doctors. components: - type: Sprite sprite: Clothing/Head/plaguedoctor.rsi @@ -901,7 +900,7 @@ parent: HatBase id: HatPurplesoft name: purple soft - description: '' + description: It's a baseball hat in a tasteless purple colour. components: - type: Sprite sprite: Clothing/Head/purplesoft.rsi @@ -914,7 +913,7 @@ parent: HatBase id: HatPurplesoftFlipped name: purplesoft flipped - description: '' + description: It's a baseball hat in a tasteless purple colour. Flipped. components: - type: Sprite sprite: Clothing/Head/purplesoft_flipped.rsi @@ -927,7 +926,7 @@ parent: HatBase id: HatPwig name: pwig - description: '' + description: To be honest, those look ridiculous. components: - type: Sprite sprite: Clothing/Head/pwig.rsi @@ -940,7 +939,7 @@ parent: HatBase id: HatRainbowsoft name: rainbowsoft - description: '' + description: It's a baseball hat in a bright rainbow of colors. There's nothing special about. Seriously. components: - type: Sprite sprite: Clothing/Head/rainbowsoft.rsi @@ -953,7 +952,7 @@ parent: HatBase id: HatRainbowsoftFlipped name: rainbowsoft flipped - description: '' + description: It's a flipped baseball hat in rainbow colours, there's nothing special about. Seriously. components: - type: Sprite sprite: Clothing/Head/rainbowsoft_flipped.rsi @@ -966,7 +965,7 @@ parent: HatBase id: HatRedsoft name: redsoft - description: '' + description: It's a baseball hat in a tasteless red colour. components: - type: Sprite sprite: Clothing/Head/redsoft.rsi @@ -979,7 +978,7 @@ parent: HatBase id: HatRedsoftFlipped name: redsoft flipped - description: '' + description: It's a baseball hat in a tasteless purple colour. Flipped. components: - type: Sprite sprite: Clothing/Head/redsoft_flipped.rsi @@ -992,7 +991,7 @@ parent: HatBase id: HatRedwizard name: red wizard - description: '' + description: Strange-looking red hat-wear that most certainly belongs to a real magic user. components: - type: Sprite sprite: Clothing/Head/redwizard.rsi @@ -1005,7 +1004,7 @@ parent: HatBase id: HatRichard name: richard - description: '' + description: 'Do you like hurting other people?' components: - type: Sprite sprite: Clothing/Head/richard.rsi @@ -1044,7 +1043,7 @@ parent: HatBase id: HatSecsoft name: secsoft - description: '' + description: It's a robust baseball hat in tasteful red colour. components: - type: Sprite sprite: Clothing/Head/secsoft.rsi @@ -1057,7 +1056,7 @@ parent: HatBase id: HatSecsoftFlipped name: secsoft flipped - description: '' + description: It's a robust baseball hat in tasteful red colour. Flipped. components: - type: Sprite sprite: Clothing/Head/secsoft_flipped.rsi @@ -1083,7 +1082,7 @@ parent: HatBase id: HatSurgcapBlue name: surgcap blue - description: '' + description: A blue cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite sprite: Clothing/Head/surgcap_blue.rsi @@ -1096,7 +1095,7 @@ parent: HatBase id: HatSurgcapGreen name: surgcap green - description: '' + description: A green cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite sprite: Clothing/Head/surgcap_green.rsi @@ -1109,7 +1108,7 @@ parent: HatBase id: HatSurgcapPurple name: surgcap purple - description: '' + description: A purple cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite sprite: Clothing/Head/surgcap_purple.rsi @@ -1122,7 +1121,7 @@ parent: HatBase id: HatSyndicate name: syndicate - description: '' + description: 'A stylish, robust syndicate helmet.' components: - type: Sprite sprite: Clothing/Head/syndicate.rsi @@ -1135,7 +1134,7 @@ parent: HatBase id: HatThunderdome name: thunderdome - description: '' + description: 'Let the battle commence!' components: - type: Sprite sprite: Clothing/Head/thunderdome.rsi @@ -1148,7 +1147,7 @@ parent: HatBase id: HatTophat name: tophat - description: '' + description: A stylish black tophat. components: - type: Sprite sprite: Clothing/Head/tophat.rsi @@ -1161,7 +1160,7 @@ parent: HatBase id: HatUshankadown name: ushanka (down) - description: '' + description: Perfect for winter in Siberia, da? components: - type: Sprite sprite: Clothing/Head/ushankadown.rsi @@ -1174,7 +1173,7 @@ parent: HatBase id: HatUshankaup name: ushanka (up) - description: '' + description: Perfect for winter in Siberia, da? components: - type: Sprite sprite: Clothing/Head/ushankaup.rsi @@ -1187,7 +1186,7 @@ parent: HatBase id: HatNightVis name: night vision - description: '' + description: Special night vision glasses, that provide vision in dark places. components: - type: Sprite sprite: Clothing/Head/nightvis.rsi @@ -1200,7 +1199,7 @@ parent: HatBase id: HatVioletwizard name: violetwizard - description: '' + description: Strange-looking violet hat-wear that most certainly belongs to a real magic user. components: - type: Sprite sprite: Clothing/Head/violetwizard.rsi @@ -1213,7 +1212,7 @@ parent: HatBase id: HatVoid name: void - description: '' + description: Robust red helmet for high-speed races. components: - type: Sprite sprite: Clothing/Head/void.rsi @@ -1226,7 +1225,7 @@ parent: HatBase id: HatWitch name: witch - description: '' + description: A witch hat. components: - type: Sprite sprite: Clothing/Head/witch.rsi @@ -1239,7 +1238,7 @@ parent: HatBase id: HatWizard-fake name: wizard-fake - description: '' + description: It has WIZZARD written across it in sequins. Comes with a cool beard. components: - type: Sprite sprite: Clothing/Head/wizard-fake.rsi @@ -1252,7 +1251,7 @@ parent: HatBase id: HatWizard name: wizard - description: '' + description: Strange-looking blue hat-wear that most certainly belongs to a powerful magic user. components: - type: Sprite sprite: Clothing/Head/wizardhat.rsi @@ -1265,7 +1264,7 @@ parent: HatBase id: HatXenoMom name: xeno matriarch - description: '' + description: Hiss hiss hiss! components: - type: Sprite sprite: Clothing/Head/xenom.rsi @@ -1278,7 +1277,7 @@ parent: HatBase id: HatXeno name: xenos - description: '' + description: Hiss hiss hiss! components: - type: Sprite sprite: Clothing/Head/xenos.rsi @@ -1291,7 +1290,7 @@ parent: HatBase id: HatXmashat name: xmashat - description: '' + description: 'Happy Christmas!' components: - type: Sprite sprite: Clothing/Head/xmashat.rsi @@ -1304,7 +1303,7 @@ parent: HatBase id: HatYellowsoft name: yellowsoft - description: '' + description: A yellow baseball hat. components: - type: Sprite sprite: Clothing/Head/yellowsoft.rsi @@ -1317,7 +1316,7 @@ parent: HatBase id: HatYellowsoftFlipped name: yellowsoft flipped - description: '' + description: A yellow flipped baseball hat. components: - type: Sprite sprite: Clothing/Head/yellowsoft_flipped.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index 2fd371d2d1..9750a4ed41 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -2,7 +2,7 @@ parent: HatBase id: HatAtmosHelm name: atmos helm - description: '' + description: A helmet, designed for work in low-pressure enviroments. components: - type: Sprite sprite: Clothing/Head/atmos_helm.rsi @@ -15,7 +15,7 @@ parent: HatBase id: HatCultHelmet name: cult helmet - description: '' + description: A robust, evil-looking cult helmet. components: - type: Sprite sprite: Clothing/Head/cult_helmet.rsi @@ -28,7 +28,7 @@ parent: HatBase id: HatHardhatDblue name: hardhat dblue - description: '' + description: A hardhat, painted in blue, used in dangerous working conditions to protect the head. Comes with a built-in flashlight. components: - type: Sprite sprite: Clothing/Head/hardhat0_dblue.rsi @@ -41,7 +41,7 @@ parent: HatBase id: HatHardhat Orange name: hardhat orange - description: '' + description: A hardhat, painted in orange, used in dangerous working conditions to protect the head. Comes with a built-in flashlight. components: - type: Sprite sprite: Clothing/Head/hardhat0_orange.rsi @@ -54,7 +54,7 @@ parent: HatBase id: HatHardhatPumpkin name: hardhat pumpkin - description: '' + description: A jack o' lantern! Believed to ward off evil spirits. components: - type: Sprite sprite: Clothing/Head/hardhat0_pumpkin.rsi @@ -67,7 +67,7 @@ parent: HatBase id: HatHardhatRed name: hardhat red - description: '' + description: A hardhat, painted in red, used in dangerous working conditions to protect the head. Comes with a built-in flashlight. components: - type: Sprite sprite: Clothing/Head/hardhat0_red.rsi @@ -80,7 +80,7 @@ parent: HatBase id: HatHardhatWhite name: hardhat white - description: '' + description: A hardhat, painted in white, used in dangerous working conditions to protect the head. Comes with a built-in flashlight. components: - type: Sprite sprite: Clothing/Head/hardhat0_white.rsi @@ -93,7 +93,7 @@ parent: HatBase id: HatHardhatYellow name: hardhat yellow - description: '' + description: A hardhat, painted in yellow, used in dangerous working conditions to protect the head. Comes with a built-in flashlight. components: - type: Sprite sprite: Clothing/Head/hardhat0_yellow.rsi @@ -106,7 +106,7 @@ parent: HatBase id: HatHardhatPumpkinAlt name: hardhat pumpkin (alt) - description: '' + description: A jack o' lantern! Believed to ward off evil spirits. components: - type: Sprite sprite: Clothing/Head/hardhat1_pumpkin.rsi @@ -120,7 +120,7 @@ parent: HatBase id: HatLightRiot name: light riot - description: '' + description: It's a helmet specifically designed to protect against close range attacks. components: - type: Sprite sprite: Clothing/Head/light_riot.rsi @@ -133,7 +133,7 @@ parent: HatBase id: HatLightRiotOn name: light riot (on) - description: '' + description: It's a helmet specifically designed to protect against close range attacks. components: - type: Sprite sprite: Clothing/Head/light_riot_on.rsi @@ -146,7 +146,7 @@ parent: HatBase id: HatScaf name: scaf - description: '' + description: A robust, strong helmet. components: - type: Sprite sprite: Clothing/Head/scaf.rsi @@ -159,7 +159,7 @@ parent: HatBase id: HatSecurity name: security - description: '' + description: Standard issue security helmet. components: - type: Sprite sprite: Clothing/Head/security.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml index 16ef2a2f80..2d44e63a92 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml @@ -2,7 +2,7 @@ parent: HatBase id: HatBioCmo name: bio - cmo - description: '' + description: An advanced hood for chief medical officer that protects the head and face from biological contaminants. components: - type: Sprite sprite: Clothing/Head/bio_cmo.rsi @@ -15,7 +15,7 @@ parent: HatBase id: HatBioGeneral name: bio - general - description: '' + description: A hood that protects the head and face from biological contaminants. components: - type: Sprite sprite: Clothing/Head/bio_general.rsi @@ -28,7 +28,7 @@ parent: HatBase id: HatBioJanitor name: bio - janitor - description: '' + description: A hood that protects the head and face from biological contaminants. components: - type: Sprite sprite: Clothing/Head/bio_janitor.rsi @@ -41,7 +41,7 @@ parent: HatBase id: HatBioScientist name: bio - scientist - description: '' + description: A hood that protects the head and face from biological contaminants. components: - type: Sprite sprite: Clothing/Head/bio_scientist.rsi @@ -54,7 +54,7 @@ parent: HatBase id: HatBioSecurity name: bio - security - description: '' + description: A hood that protects the head and face from biological contaminants. components: - type: Sprite sprite: Clothing/Head/bio_security.rsi @@ -67,7 +67,7 @@ parent: HatBase id: HatBioVirology name: bio - virology - description: '' + description: A hood that protects the head and face from biological contaminants. components: - type: Sprite sprite: Clothing/Head/bio_virology.rsi @@ -80,7 +80,7 @@ parent: HatBase id: HatBombsuit name: bombsuit - description: '' + description: A heavy helmet designed to withstand the pressure generated by a bomb and any fragments the bomb may produce. components: - type: Sprite sprite: Clothing/Head/bombsuit.rsi @@ -93,7 +93,7 @@ parent: HatBase id: HatBombsuitsec name: bombsuit sec - description: '' + description: A heavy helmet designed to withstand the pressure generated by a bomb and any fragments the bomb may produce. components: - type: Sprite sprite: Clothing/Head/bombsuitsec.rsi @@ -106,7 +106,7 @@ parent: HatBase id: HatBombsuitWhite name: bombsuit white - description: '' + description: A heavy helmet designed to withstand the pressure generated by a bomb and any fragments the bomb may produce. components: - type: Sprite sprite: Clothing/Head/bombsuit_white.rsi @@ -119,7 +119,7 @@ parent: HatBase id: HatChaplainHood name: chaplain hood - description: '' + description: Maximum piety in this star system. components: - type: Sprite sprite: Clothing/Head/chaplain_hood.rsi @@ -132,7 +132,7 @@ parent: HatBase id: HatCulthood name: cult hood - description: '' + description: There's no cult without cult hoods. components: - type: Sprite sprite: Clothing/Head/culthood.rsi @@ -145,7 +145,7 @@ parent: HatBase id: HatNunHood name: nun hood - description: '' + description: Maximum piety in this star system. components: - type: Sprite sprite: Clothing/Head/nun_hood.rsi @@ -158,7 +158,7 @@ parent: HatBase id: HatRad name: rad - description: '' + description: A hood of the hazmat suit, designed for protection from high radioactivity. components: - type: Sprite sprite: Clothing/Head/rad.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/welding-masks.yml b/Resources/Prototypes/Entities/Clothing/Head/welding-masks.yml index 8545632c19..f50fd30ce8 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/welding-masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/welding-masks.yml @@ -2,7 +2,7 @@ parent: HatBase id: HatWelding name: welding mask - description: '' + description: A head-mounted face cover designed to protect the wearer completely from space-arc eye. components: - type: Sprite sprite: Clothing/Head/welding.rsi @@ -15,7 +15,7 @@ parent: HatBase id: HatWeldingup name: welding mask (up) - description: '' + description: A head-mounted face cover designed to protect the wearer completely from space-arc eye. components: - type: Sprite sprite: Clothing/Head/weldingup.rsi @@ -28,7 +28,7 @@ parent: HatBase id: HatFireWeldingMask name: fire welding mask - description: '' + description: A painted welding helmet, this one has flames on it. components: - type: Sprite sprite: Clothing/Head/fire_welding_mask_1.rsi @@ -41,7 +41,7 @@ parent: HatBase id: HatFireWeldingMaskup name: fire welding mask (up) - description: '' + description: A painted welding helmet, this one has flames on it. components: - type: Sprite sprite: Clothing/Head/fire_welding_mask_1up.rsi @@ -54,7 +54,7 @@ parent: HatBase id: HatBlueFlameWeldingMask name: blue flame welding mask - description: '' + description: A painted welding helmet, this one has blue flames on it. components: - type: Sprite sprite: Clothing/Head/blue_flame_welding_mask_1.rsi @@ -67,7 +67,7 @@ parent: HatBase id: HatBlueFlameWeldingMaskup name: blue flame welding mask (up) - description: '' + description: A painted welding helmet, this one has blue flames on it. components: - type: Sprite sprite: Clothing/Head/blue_flame_welding_mask_1up.rsi @@ -80,7 +80,7 @@ parent: HatBase id: HatPaintedwelding name: painted welding mask - description: '' + description: A welding helmet, painted in crimson. components: - type: Sprite sprite: Clothing/Head/paintedwelding.rsi @@ -93,7 +93,7 @@ parent: HatBase id: HatPaintedweldingup name: painted welding mask (up) - description: '' + description: A welding helmet, painted in crimson. components: - type: Sprite sprite: Clothing/Head/paintedweldingup.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index aa7cb82d06..791e2823b9 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -15,7 +15,7 @@ parent: CloakClothing id: CapCloak name: captain's cloak - description: + description: A pompous and comfy blue cloak with a nice gold trim. components: - type: Sprite sprite: Clothing/Neck/Cloaks/cap_cloak.rsi @@ -31,7 +31,7 @@ parent: CloakClothing id: HosCloak name: HoS's cloak - description: + description: An exquisite dark and red cloak of a Head of Security. components: - type: Sprite sprite: Clothing/Neck/Cloaks/hos_cloak.rsi @@ -47,6 +47,7 @@ parent: CloakClothing id: CeCloak name: CE's cloak + description: A dark green cloak with light blue ornaments. components: - type: Sprite sprite: Clothing/Neck/Cloaks/ce_cloak.rsi @@ -62,6 +63,7 @@ parent: CloakClothing id: CmoCloak name: CMO's cloak + description: A sterile blue cloak with a green cross. components: - type: Sprite sprite: Clothing/Neck/Cloaks/cmo_cloak.rsi @@ -77,6 +79,7 @@ parent: CloakClothing id: RdCloak name: RD's cloak + description: A white cloak with violet stripes. components: - type: Sprite sprite: Clothing/Neck/Cloaks/rd_cloak.rsi @@ -92,6 +95,7 @@ parent: CloakClothing id: QmCloak name: QM's cloak + description: A strong brown cloak with a reflective stripe. components: - type: Sprite sprite: Clothing/Neck/Cloaks/qm_cloak.rsi @@ -107,6 +111,7 @@ parent: CloakClothing id: HopCloak name: HoP's cloak + description: A blue cloak with red shoudlers and gold buttons. components: - type: Sprite sprite: Clothing/Neck/Cloaks/hop_cloak.rsi @@ -122,6 +127,7 @@ parent: CloakClothing id: HeraldCloak name: Herald's cloak + description: An evil-looking red cloak with spikes on its shoulders. components: - type: Sprite sprite: Clothing/Neck/Cloaks/herald_cloak.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Neck/neck.yml b/Resources/Prototypes/Entities/Clothing/Neck/neck.yml index 61941553d4..95db537e56 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/neck.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/neck.yml @@ -15,7 +15,7 @@ parent: NeckClothing id: HeadPhonesOn name: headphones - description: + description: Quality headphones from Drunk Masters, with good sound insulation. components: - type: Sprite sprite: Clothing/Neck/headphones.rsi @@ -31,7 +31,7 @@ parent: NeckClothing id: RedTie name: red-tie - description: + description: A neosilk clip-on red tie. components: - type: Sprite sprite: Clothing/Neck/redtie.rsi @@ -47,7 +47,7 @@ parent: NeckClothing id: DetTie name: detective's tie - description: + description: A loosely tied necktie, a perfect accessory for the over-worked detective. components: - type: Sprite sprite: Clothing/Neck/dettie.rsi @@ -63,7 +63,7 @@ parent: NeckClothing id: Stethoscope name: stethoscope - description: + description: An outdated medical apparatus for listening to the sounds of the human body. It also makes you look like you know what you're doing. components: - type: Sprite sprite: Clothing/Neck/stethoscope.rsi @@ -79,7 +79,7 @@ parent: NeckClothing id: StripedRedScarf name: striped red scarf - description: + description: A stylish striped red scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. components: - type: Sprite sprite: Clothing/Neck/Scarfs/red_scarf.rsi @@ -95,7 +95,7 @@ parent: NeckClothing id: StripedBlueScarf name: striped blue scarf - description: + description: A stylish striped blue scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. components: - type: Sprite sprite: Clothing/Neck/Scarfs/blue_scarf.rsi @@ -111,7 +111,7 @@ parent: NeckClothing id: StripedGreenScarf name: striped green scarf - description: + description: A stylish striped green scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. components: - type: Sprite sprite: Clothing/Neck/Scarfs/green_scarf.rsi @@ -127,7 +127,7 @@ parent: NeckClothing id: ZebraScarf name: zebra scarf - description: + description: A striped scarf, a mandatory accessory for artists. components: - type: Sprite sprite: Clothing/Neck/Scarfs/zebra_scarf.rsi @@ -143,7 +143,7 @@ parent: NeckClothing id: Bling name: bling - description: + description: Damn, it feels good to be a gangster. components: - type: Sprite sprite: Clothing/Neck/bling.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index e15629c803..d2e209bd11 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -31,7 +31,7 @@ parent: OuterclothingBase id: OuterclothingArmorreflec name: armor (reflective) - description: '' + description: An armored vest with advanced shielding to protect against energy weapons. components: - type: Sprite sprite: Clothing/OuterClothing/armor_reflec.rsi @@ -44,7 +44,7 @@ parent: OuterclothingBase id: OuterclothingBulletproof name: bulletproof - description: '' + description: An armored vest with heavy plates to protect against ballistic projectiles. components: - type: Sprite sprite: Clothing/OuterClothing/bulletproof.rsi @@ -57,7 +57,7 @@ parent: OuterclothingBase id: OuterclothingCaparmor name: captain's armor - description: '' + description: A suit of protective formal armor made for the station's captain. components: - type: Sprite sprite: Clothing/OuterClothing/caparmor.rsi @@ -70,7 +70,7 @@ parent: OuterclothingBase id: OuterclothingAcolyte name: acolyte - description: '' + description: An armored suit for acolytes of the cult. components: - type: Sprite sprite: Clothing/OuterClothing/acolyte.rsi @@ -83,7 +83,7 @@ parent: OuterclothingBase id: OuterclothingCultarmour name: cult armor - description: '' + description: An evil-looking cult armor, made of bones. components: - type: Sprite sprite: Clothing/OuterClothing/cult_armour.rsi @@ -96,7 +96,7 @@ parent: OuterclothingBase id: OuterclothingCustodian name: custodian - description: '' + description: A special armormed custodian suit for cleaning trash in very dangerous places. components: - type: Sprite sprite: Clothing/OuterClothing/custodian.rsi @@ -109,7 +109,7 @@ parent: OuterclothingBase id: OuterclothingHeavy name: heavy - description: '' + description: A heavily armored suit that protects against excessive damage. components: - type: Sprite sprite: Clothing/OuterClothing/heavy.rsi @@ -122,7 +122,7 @@ parent: OuterclothingBase id: OuterclothingHmarmorvest name: HM armor vest - description: '' + description: A handmade armor vest with a big and thick steel plate. components: - type: Sprite sprite: Clothing/OuterClothing/hm_armorvest.rsi @@ -135,7 +135,7 @@ parent: OuterclothingBase id: OuterclothingHos name: HoS armor vest - description: '' + description: A synthetic armor vest with COMMANDER printed in gold lettering on the chest. This one has added webbing and ballistic plates. components: - type: Sprite sprite: Clothing/OuterClothing/hos.rsi @@ -148,7 +148,7 @@ parent: OuterclothingBase id: OuterclothingKvest name: kvest - description: '' + description: An armor vest made of synthetic fibers. components: - type: Sprite sprite: Clothing/OuterClothing/kvest.rsi @@ -161,7 +161,7 @@ parent: OuterclothingBase id: OuterclothingMagusblue name: magus blue - description: '' + description: An blue armored suit that provides good protection. components: - type: Sprite sprite: Clothing/OuterClothing/magusblue.rsi @@ -174,7 +174,7 @@ parent: OuterclothingBase id: OuterclothingMagusred name: magus red - description: '' + description: A red armored suit that provides good protection. components: - type: Sprite sprite: Clothing/OuterClothing/magusred.rsi @@ -187,7 +187,7 @@ parent: OuterclothingBase id: OuterclothingMercwebvest name: merc web vest - description: '' + description: A high-quality armored vest made from a hard synthetic material. It is surprisingly flexible and light, despite formidable armor plating. components: - type: Sprite sprite: Clothing/OuterClothing/mercwebvest.rsi @@ -200,7 +200,7 @@ parent: OuterclothingBase id: OuterclothingReactive name: reactive - description: '' + description: An experimental suit with a reactive armor that stops very fast projectiles. Currently on. components: - type: Sprite sprite: Clothing/OuterClothing/reactive.rsi @@ -213,7 +213,7 @@ parent: OuterclothingBase id: OuterclothingReactiveoff name: reactive (off) - description: '' + description: An experimental suit with a reactive armor that stops very fast projectiles. Currently off. components: - type: Sprite sprite: Clothing/OuterClothing/reactiveoff.rsi @@ -226,7 +226,7 @@ parent: OuterclothingBase id: OuterclothingRiot name: riot - description: '' + description: An armored vest with heavy padding to protect against melee attacks. components: - type: Sprite sprite: Clothing/OuterClothing/riot.rsi @@ -239,7 +239,7 @@ parent: OuterclothingBase id: OuterclothingScaf name: scaf - description: '' + description: A green and brown tactical suit for combat situations. components: - type: Sprite sprite: Clothing/OuterClothing/scaf.rsi @@ -252,7 +252,7 @@ parent: OuterclothingBase id: OuterclothingSwat name: swat - description: '' + description: Very durable vest that provides excellent protection from ranged and melee weapons. components: - type: Sprite sprite: Clothing/OuterClothing/swat.rsi @@ -265,7 +265,7 @@ parent: OuterclothingBase id: OuterclothingSninja name: S ninja - description: '' + description: This black technologically advanced, cybernetically-enhanced suit provides good protection and many abilities like invisibility or teleportation. components: - type: Sprite sprite: Clothing/OuterClothing/s_ninja.rsi @@ -278,7 +278,7 @@ parent: OuterclothingBase id: OuterclothingWebvest name: web vest - description: '' + description: A synthetic armor vest. This one has added webbing and ballistic plates. components: - type: Sprite sprite: Clothing/OuterClothing/webvest.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index e95a234d42..ddf67aa62d 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -2,7 +2,7 @@ parent: OuterclothingBase id: OuterclothingBomber name: bomber - description: '' + description: A thick, well-worn WW2 leather bomber jacket. components: - type: Sprite sprite: Clothing/OuterClothing/bomber.rsi @@ -15,7 +15,7 @@ parent: OuterclothingBase id: OuterclothingBomberopen name: bomber (open) - description: '' + description: A thick, well-worn WW2 leather bomber jacket. components: - type: Sprite sprite: Clothing/OuterClothing/bomber_open.rsi @@ -28,7 +28,7 @@ parent: OuterclothingBase id: OuterclothingCargojacket name: cargo jacket - description: '' + description: A cargo jacket. components: - type: Sprite sprite: Clothing/OuterClothing/cargo_jacket.rsi @@ -41,7 +41,7 @@ parent: OuterclothingBase id: OuterclothingChurchcoat name: church coat - description: '' + description: A piety, blessed church coat. components: - type: Sprite sprite: Clothing/OuterClothing/church_coat.rsi @@ -54,7 +54,7 @@ parent: OuterclothingBase id: OuterclothingDetective name: detective - description: '' + description: A rugged canvas trenchcoat, designed and created by TX Fabrication Corp. The coat is externally impact resistant - perfect for your next act of autodefenestration! components: - type: Sprite sprite: Clothing/OuterClothing/detective.rsi @@ -67,7 +67,7 @@ parent: OuterclothingBase id: OuterclothingGentlecoat name: gentle coat - description: '' + description: A gentle coat for a gentle man, or woman. components: - type: Sprite sprite: Clothing/OuterClothing/gentlecoat.rsi @@ -80,7 +80,7 @@ parent: OuterclothingBase id: OuterclothingGreyhoodie name: grey hoodie - description: '' + description: A grey hoodie. components: - type: Sprite sprite: Clothing/OuterClothing/grey_hoodie.rsi @@ -93,7 +93,7 @@ parent: OuterclothingBase id: OuterclothingGreyhoodieopen name: grey hoodie (open) - description: '' + description: A grey hoodie. components: - type: Sprite sprite: Clothing/OuterClothing/grey_hoodie_open.rsi @@ -106,7 +106,7 @@ parent: OuterclothingBase id: OuterclothingInspcoat name: inspector coat - description: '' + description: A strict inspector coat for being intimidating during inspections. components: - type: Sprite sprite: Clothing/OuterClothing/insp_coat.rsi @@ -119,7 +119,7 @@ parent: OuterclothingBase id: OuterclothingJensencoat name: jensen coat - description: '' + description: A jensen coat. components: - type: Sprite sprite: Clothing/OuterClothing/jensencoat.rsi @@ -132,7 +132,7 @@ parent: OuterclothingBase id: OuterclothingLabcoat name: lab coat - description: '' + description: A suit that protects against minor chemical spills. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat.rsi @@ -145,7 +145,7 @@ parent: OuterclothingBase id: OuterclothingLabcoatopen name: lab coat (open) - description: '' + description: A suit that protects against minor chemical spills. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat_open.rsi @@ -158,7 +158,7 @@ parent: OuterclothingBase id: OuterclothingLabcoatchem name: lab coat (chem) - description: '' + description: A suit that protects against minor chemical spills. Has an orange stripe on the shoulder. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat_chem.rsi @@ -171,7 +171,7 @@ parent: OuterclothingBase id: OuterclothingLabcoatchemopen name: lab coat (chem open) - description: '' + description: A suit that protects against minor chemical spills. Has an orange stripe on the shoulder. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat_chem_open.rsi @@ -184,7 +184,7 @@ parent: OuterclothingBase id: OuterclothingLabcoatcmo name: lab coat (CMO) - description: '' + description: Bluer than the standard model. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat_cmo.rsi @@ -197,7 +197,7 @@ parent: OuterclothingBase id: OuterclothingLabcoatcmoopen name: lab coat (CMO open) - description: '' + description: Bluer than the standard model. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat_cmo_open.rsi @@ -210,7 +210,7 @@ parent: OuterclothingBase id: OuterclothingLabcoatmedspec name: lab coat (medical) - description: '' + description: A snow-white, sterilised coat that protects against minor chemical spills. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat_medspec.rsi @@ -223,7 +223,7 @@ parent: OuterclothingBase id: OuterclothingLabcoatmedspecopen name: lab coat (medical open) - description: '' + description: A snow-white, sterilised coat that protects against minor chemical spills. components: - type: Sprite sprite: Clothing/OuterClothing/labcoat_medspec_open.rsi @@ -236,7 +236,7 @@ parent: OuterclothingBase id: OuterclothingLeatherjacket name: leather jacket - description: '' + description: A badass leather jacket. components: - type: Sprite sprite: Clothing/OuterClothing/leather_jacket.rsi @@ -249,7 +249,7 @@ parent: OuterclothingBase id: OuterclothingPirate name: pirate - description: '' + description: Yarr. components: - type: Sprite sprite: Clothing/OuterClothing/pirate.rsi @@ -262,7 +262,7 @@ parent: OuterclothingBase id: OuterclothingQmcoat name: QM coat - description: '' + description: A robust and comfy coat for quartermasters. components: - type: Sprite sprite: Clothing/OuterClothing/qm_coat.rsi @@ -275,7 +275,7 @@ parent: OuterclothingBase id: OuterclothingRedwizard name: red wizard - description: '' + description: Strange-looking, red, hat-wear that most certainly belongs to a real magic user. components: - type: Sprite sprite: Clothing/OuterClothing/redwizard.rsi @@ -288,7 +288,7 @@ parent: OuterclothingBase id: OuterclothingHoSTrenchcoat name: head of security trenchcoat - description: '' + description: This trenchcoat was specifically designed for asserting superior authority. components: - type: Sprite sprite: Clothing/OuterClothing/hos_trenchcoat.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index da33939c9e..45976cde74 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -2,7 +2,7 @@ parent: OuterclothingBase id: OuterclothingDeathsquad name: deathsquad - description: '' + description: An advanced hardsuit favored by commandos for use in special operations. components: - type: Sprite sprite: Clothing/OuterClothing/deathsquad.rsi @@ -15,7 +15,7 @@ parent: OuterclothingBase id: OuterclothingIhvoidsuit name: IH voidsuit - description: '' + description: A special void suit that protects against hazardous, low pressure environments. components: - type: Sprite sprite: Clothing/OuterClothing/ihvoidsuit.rsi @@ -28,7 +28,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitatmos name: hardsuit atmos - description: '' + description: A special suit that protects against hazardous, low pressure environments. Has thermal shielding. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_atmos.rsi @@ -41,7 +41,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitengineering name: hardsuit engineering - description: '' + description: A special suit that protects against hazardous, low pressure environments. Has radiation shielding. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_engineering.rsi @@ -54,7 +54,7 @@ parent: OuterclothingBase id: OuterClothingHardsuithazardhardsuit name: hardsuit hazard hardsuit - description: '' + description: A robust hardsuit made for dangerous and hazardous situations. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_hazardhardsuit.rsi @@ -67,7 +67,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitmedical name: hardsuit medical - description: '' + description: A special suit that protects against hazardous, low pressure environments. Built with lightweight materials for easier movement. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_medical.rsi @@ -80,7 +80,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitmining name: hardsuit mining - description: '' + description: A special suit that protects against hazardous, low pressure environments. Has reinforced plating for wildlife encounters. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_mining.rsi @@ -93,7 +93,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitsectg name: hardsuit sectg - description: '' + description: A special suit that protects against hazardous, low pressure environments. Has an additional layer of armor. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_sectg.rsi @@ -106,7 +106,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitsyndie name: hardsuit syndie - description: '' + description: A dual-mode advanced hardsuit designed for work in special operations. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_syndie.rsi @@ -120,7 +120,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitce name: hardsuit ce - description: '' + description: A special hardsuit that protects against hazardous, low pressure environments, made for the chief engineer of the station. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_ce.rsi @@ -133,7 +133,7 @@ parent: OuterclothingBase id: OuterClothingHardsuitwiz name: hardsuit wiz - description: '' + description: A bizarre gem-encrusted suit that radiates magical energies. components: - type: Sprite sprite: Clothing/OuterClothing/hardsuit_wiz.rsi @@ -146,7 +146,7 @@ parent: OuterclothingBase id: OuterclothingSpace name: space - description: '' + description: A basic space suit. components: - type: Sprite sprite: Clothing/OuterClothing/space.rsi @@ -160,7 +160,7 @@ parent: OuterclothingBase id: OuterclothingTdgreen name: td green - description: '' + description: Heavily armored black and green suit for long combat situations, also provides protection from low-pressure/vacuum damage. components: - type: Sprite sprite: Clothing/OuterClothing/tdgreen.rsi @@ -173,7 +173,7 @@ parent: OuterclothingBase id: OuterclothingTdred name: td red - description: '' + description: Heavily armored black and red suit for long combat situations, also provides protection from low-pressure/vacuum damage components: - type: Sprite sprite: Clothing/OuterClothing/tdred.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index e9a07d4edc..3f78fcef60 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -2,7 +2,7 @@ parent: OuterclothingBase id: OuterclothingApron name: apron - description: '' + description: A fancy purple apron for a stylish person. components: - type: Sprite sprite: Clothing/OuterClothing/apron.rsi @@ -15,7 +15,7 @@ parent: OuterclothingBase id: OuterclothingApronchef name: apron (chef) - description: '' + description: An apron-jacket used by a high class chef. components: - type: Sprite sprite: Clothing/OuterClothing/apronchef.rsi @@ -28,7 +28,7 @@ parent: OuterclothingBase id: OuterclothingAssjacket name: ass jacket - description: '' + description: Very damaged orange jacket. Don't be silly, do not wear it. components: - type: Sprite sprite: Clothing/OuterClothing/ass_jacket.rsi @@ -41,7 +41,7 @@ parent: OuterclothingBase id: OuterclothingBedsheet name: ghost costume - description: '' + description: This is obviously just a bedsheet, but maybe try it on? components: - type: Sprite sprite: Clothing/OuterClothing/bedsheet.rsi @@ -54,7 +54,7 @@ parent: OuterclothingBase id: OuterclothingBlackhoodie name: black hoodie - description: '' + description: Oh my God, it's a black hoodie! components: - type: Sprite sprite: Clothing/OuterClothing/black_hoodie.rsi @@ -67,7 +67,7 @@ parent: OuterclothingBase id: OuterclothingBlackhoodieopen name: black hoodie (open) - description: '' + description: Oh my God, it's a black hoodie! components: - type: Sprite sprite: Clothing/OuterClothing/black_hoodie_open.rsi @@ -80,7 +80,7 @@ parent: OuterclothingBase id: OuterclothingCardborg name: cardborg - description: '' + description: An ordinary cardboard box with holes cut in the sides. components: - type: Sprite sprite: Clothing/OuterClothing/cardborg.rsi @@ -93,7 +93,7 @@ parent: OuterclothingBase id: OuterclothingChaplainhoodie name: chaplain hoodie - description: '' + description: Black and strict chaplain hoodie. components: - type: Sprite sprite: Clothing/OuterClothing/chaplain_hoodie.rsi @@ -106,7 +106,7 @@ parent: OuterclothingBase id: OuterclothingChef name: chef - description: '' + description: An apron-jacket used by a high class chef. components: - type: Sprite sprite: Clothing/OuterClothing/chef.rsi @@ -119,7 +119,7 @@ parent: OuterclothingBase id: OuterclothingChickensuit name: chicken suit - description: '' + description: Bok bok bok! components: - type: Sprite sprite: Clothing/OuterClothing/chickensuit.rsi @@ -132,7 +132,7 @@ parent: OuterclothingBase id: OuterclothingClassicponcho name: classic poncho - description: '' + description: A warm and comfy classic poncho. components: - type: Sprite sprite: Clothing/OuterClothing/classicponcho.rsi @@ -145,7 +145,7 @@ parent: OuterclothingBase id: OuterclothingCultrobes name: cult robes - description: '' + description: There's no cult without classic red/crimson cult robes. components: - type: Sprite sprite: Clothing/OuterClothing/cultrobes.rsi @@ -158,7 +158,7 @@ parent: OuterclothingBase id: OuterclothingDetvest name: detective's vest - description: '' + description: A hard-boiled private investigator's grey trenchcoat. components: - type: Sprite sprite: Clothing/OuterClothing/detvest.rsi @@ -171,7 +171,7 @@ parent: OuterclothingBase id: OuterclothingHazard name: hazard - description: '' + description: A high-visibility vest used in work zones. components: - type: Sprite sprite: Clothing/OuterClothing/hazard.rsi @@ -184,7 +184,7 @@ parent: OuterclothingBase id: OuterclothingJudge name: judge - description: '' + description: This robe commands authority. components: - type: Sprite sprite: Clothing/OuterClothing/judge.rsi @@ -197,7 +197,7 @@ parent: OuterclothingBase id: OuterclothingMonkeysuit name: monkey suit - description: '' + description: A suit that looks like a primate. components: - type: Sprite sprite: Clothing/OuterClothing/monkeysuit.rsi @@ -210,7 +210,7 @@ parent: OuterclothingBase id: OuterclothingPoncho name: poncho - description: '' + description: A warm and comfy poncho. components: - type: Sprite sprite: Clothing/OuterClothing/poncho.rsi @@ -223,7 +223,7 @@ parent: OuterclothingBase id: OuterclothingSanta name: santa - description: '' + description: Ho ho ho! components: - type: Sprite sprite: Clothing/OuterClothing/santa.rsi @@ -236,7 +236,7 @@ parent: OuterclothingBase id: OuterclothingStraightjacket name: straight jacket - description: '' + description: A straight jacket. components: - type: Sprite sprite: Clothing/OuterClothing/straight_jacket.rsi @@ -250,7 +250,7 @@ parent: OuterclothingBase id: OuterclothingSurgeon name: surgeon - description: '' + description: A sterile blue surgical apron. components: - type: Sprite sprite: Clothing/OuterClothing/surgeon.rsi @@ -263,7 +263,7 @@ parent: OuterclothingBase id: OuterclothingVest name: vest - description: '' + description: A thick vest with a rubbery, water-resistant shell. components: - type: Sprite sprite: Clothing/OuterClothing/vest.rsi @@ -277,7 +277,7 @@ parent: OuterclothingBase id: OuterclothingVioletwizard name: violet wizard - description: '' + description: A bizarre gem-encrusted violet robe that radiates magical energies. components: - type: Sprite sprite: Clothing/OuterClothing/violetwizard.rsi @@ -290,7 +290,7 @@ parent: OuterclothingBase id: OuterclothingWizard name: wizard - description: '' + description: A bizarre gem-encrusted blue robe that radiates magical energies. components: - type: Sprite sprite: Clothing/OuterClothing/wizard.rsi @@ -303,7 +303,7 @@ parent: OuterclothingBase id: OuterclothingXenos name: xenos - description: '' + description: A suit made out of chitinous alien hide. components: - type: Sprite sprite: Clothing/OuterClothing/xenos.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml index 5626216c3c..e631969db5 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml @@ -2,7 +2,7 @@ parent: OuterclothingBase id: OuterclothingBio name: bio - description: '' + description: A suit that protects against biological contamination. components: - type: Sprite sprite: Clothing/OuterClothing/bio.rsi @@ -15,7 +15,7 @@ parent: OuterclothingBase id: OuterclothingBiocmo name: bio suit (CMO) - description: '' + description: An advanced suit that protects against biological contamination, in CMO colors. components: - type: Sprite sprite: Clothing/OuterClothing/bio_cmo.rsi @@ -28,7 +28,7 @@ parent: OuterclothingBase id: OuterclothingBiogeneral name: bio suit - description: '' + description: A suit that protects against biological contamination. components: - type: Sprite sprite: Clothing/OuterClothing/bio_general.rsi @@ -41,7 +41,7 @@ parent: OuterclothingBase id: OuterclothingBiojanitor name: bio suit (janitor) - description: '' + description: A suit that protects against biological contamination, in Janitor colors. components: - type: Sprite sprite: Clothing/OuterClothing/bio_janitor.rsi @@ -54,7 +54,7 @@ parent: OuterclothingBase id: OuterclothingBioscientist name: bio suit (scientist) - description: '' + description: A suit that protects against biological contamination, in Scientist colors. components: - type: Sprite sprite: Clothing/OuterClothing/bio_scientist.rsi @@ -67,7 +67,7 @@ parent: OuterclothingBase id: OuterclothingBiosecurity name: bio suit (security) - description: '' + description: A suit that protects against biological contamination, in Security colors. components: - type: Sprite sprite: Clothing/OuterClothing/bio_security.rsi @@ -80,7 +80,7 @@ parent: OuterclothingBase id: OuterclothingBiovirology name: bio suit (virology) - description: '' + description: A suit that protects against biological contamination, in Virology colors. components: - type: Sprite sprite: Clothing/OuterClothing/bio_virology.rsi @@ -93,7 +93,7 @@ parent: OuterclothingBase id: OuterclothingBombsuit name: bombsuit - description: '' + description: A heavy helmet designed to withstand the pressure generated by a bomb and any fragments the bomb may produce. components: - type: Sprite sprite: Clothing/OuterClothing/bombsuit.rsi @@ -106,7 +106,7 @@ parent: OuterclothingBase id: OuterclothingBombsuitsec name: bombsuit (security) - description: '' + description: A heavy helmet designed to withstand the pressure generated by a bomb and any fragments the bomb may produce, in Security colors. components: - type: Sprite sprite: Clothing/OuterClothing/bombsuitsec.rsi @@ -118,8 +118,8 @@ - type: entity parent: OuterclothingBase id: OuterclothingBombsuitwhite - name: bombsuit - description: '' + name: bombsuit (white) + description: A white heavy helmet designed to withstand the pressure generated by a bomb and any fragments the bomb may produce. components: - type: Sprite sprite: Clothing/OuterClothing/bombsuit_white.rsi @@ -132,7 +132,7 @@ parent: OuterclothingBase id: OuterclothingAnomalysuit name: anomaly suit - description: '' + description: A special suit designed for safe examining of anomalies. components: - type: Sprite sprite: Clothing/OuterClothing/anomaly_suit.rsi @@ -145,7 +145,7 @@ parent: OuterclothingBase id: OuterclothingEmergencysuit name: emergency suit - description: '' + description: An emergency suit in cases of... emergencies. components: - type: Sprite sprite: Clothing/OuterClothing/emergency_suit.rsi @@ -158,7 +158,7 @@ parent: OuterclothingBase id: OuterclothingFiresuit name: fire suit - description: '' + description: A suit that helps protect against fire and heat. components: - type: Sprite sprite: Clothing/OuterClothing/firesuit.rsi @@ -171,7 +171,7 @@ parent: OuterclothingBase id: OuterclothingRadSuit name: rad suit - description: '' + description: A suit that protects against radiation. The label reads, 'Made with lead. Please do not consume insulation.' components: - type: Sprite sprite: Clothing/OuterClothing/radsuit.rsi @@ -198,7 +198,7 @@ parent: OuterclothingBase id: OuterclothingSyndicate name: syndicate - description: '' + description: Has a tag on it 'Totally not property of an enemy corporation, honest!' components: - type: Sprite sprite: Clothing/OuterClothing/syndicate.rsi @@ -211,7 +211,7 @@ parent: OuterclothingBase id: OuterclothingVoid name: void - description: '' + description: A special suit for space walking. components: - type: Sprite sprite: Clothing/OuterClothing/void.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/shoes.yml b/Resources/Prototypes/Entities/Clothing/Shoes/shoes.yml index ba93497efa..9bf285fae6 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/shoes.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/shoes.yml @@ -15,7 +15,7 @@ parent: ShoesBase id: ShoesAtmosMagboots0 name: atmos magboots (off) - description: '' + description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. Currently off. components: - type: Sprite sprite: Clothing/Shoes/atmosmagboots0.rsi @@ -28,7 +28,7 @@ parent: ShoesBase id: ShoesAtmosMagboots1 name: atmos magboots (on) - description: '' + description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. Currently on. components: - type: Sprite sprite: Clothing/Shoes/atmosmagboots1.rsi @@ -41,7 +41,7 @@ parent: ShoesBase id: ShoesBlack name: black shoes - description: Don't take them off at your office Christmas party + description: Stylish black shoes. components: - type: Sprite sprite: Clothing/Shoes/black.rsi @@ -54,7 +54,7 @@ parent: ShoesBase id: ShoesBlue name: blue shoes - description: Don't take them off at your office Christmas party + description: Stylish blue shoes. components: - type: Sprite sprite: Clothing/Shoes/blue.rsi @@ -67,7 +67,7 @@ parent: ShoesBase id: ShoesBoots name: boots - description: '' + description: Comfortable-looking boots. components: - type: Sprite sprite: Clothing/Shoes/boots.rsi @@ -93,7 +93,7 @@ parent: ShoesBase id: ShoesChef name: chef shoes - description: '' + description: Sturdy shoes that minimize injury from falling objects or knives. components: - type: Sprite sprite: Clothing/Shoes/chef.rsi @@ -106,7 +106,7 @@ parent: ShoesBase id: ShoesCowboy name: cowboy shoes - description: '' + description: A small sticker lets you know they've been inspected for snakes, It is unclear how long ago the inspection took place... components: - type: Sprite sprite: Clothing/Shoes/cowboy.rsi @@ -119,7 +119,7 @@ parent: ShoesBase id: ShoesCult name: cult shoes - description: '' + description: A pair of boots worn by the followers of Nar'Sie. components: - type: Sprite sprite: Clothing/Shoes/cult.rsi @@ -132,7 +132,7 @@ parent: ShoesBase id: ShoesDetective name: detective shoes - description: '' + description: This pair of leather boots has seen better days. components: - type: Sprite sprite: Clothing/Shoes/detective.rsi @@ -145,7 +145,7 @@ parent: ShoesBase id: ShoesDigiboots name: digiboots - description: '' + description: A pair of digi boots. components: - type: Sprite sprite: Clothing/Shoes/digiboots.rsi @@ -158,7 +158,7 @@ parent: ShoesBase id: ShoesFlippers name: flippers - description: '' + description: A pair of rubber flippers that improves swimming ability when worn. components: - type: Sprite sprite: Clothing/Shoes/flippers.rsi @@ -171,7 +171,7 @@ parent: ShoesBase id: ShoesGaloshes name: galoshes shoes - description: '' + description: Rubber boots. components: - type: Sprite sprite: Clothing/Shoes/galoshes.rsi @@ -185,7 +185,7 @@ parent: ShoesBase id: ShoesGreen name: green shoes - description: '' + description: Stylish green shoes. components: - type: Sprite sprite: Clothing/Shoes/green.rsi @@ -198,7 +198,7 @@ parent: ShoesBase id: ShoesLeather name: leather shoes - description: '' + description: Very stylish pair of boots, made from fine leather. components: - type: Sprite sprite: Clothing/Shoes/leather.rsi @@ -211,7 +211,7 @@ parent: ShoesBase id: ShoesMagboots0 name: magboots (off) - description: '' + description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. Currently off. components: - type: Sprite sprite: Clothing/Shoes/magboots0.rsi @@ -224,7 +224,7 @@ parent: ShoesBase id: ShoesMagboots1 name: magboots (on) - description: '' + description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. Currently on. components: - type: Sprite sprite: Clothing/Shoes/magboots1.rsi @@ -237,7 +237,7 @@ parent: ShoesBase id: ShoesMercboots0 name: merc boots - description: '' + description: A pair of boots with extra padding and armor. components: - type: Sprite sprite: Clothing/Shoes/mercboots0.rsi @@ -250,7 +250,7 @@ parent: ShoesBase id: ShoesMercboots1 name: merc boots - description: '' + description: A pair of boots with extra padding and armor. components: - type: Sprite sprite: Clothing/Shoes/mercboots1.rsi @@ -263,7 +263,7 @@ parent: ShoesBase id: ShoesMime name: mime shoes - description: '' + description: ... components: - type: Sprite sprite: Clothing/Shoes/mime.rsi @@ -276,7 +276,7 @@ parent: ShoesBase id: ShoesOrange name: orange shoes - description: '' + description: Stylish orange shoes. components: - type: Sprite sprite: Clothing/Shoes/orange.rsi @@ -289,7 +289,7 @@ parent: ShoesBase id: ShoesOrange1 name: orange shoes - description: '' + description: Stylish orange shoes. components: - type: Sprite sprite: Clothing/Shoes/orange1.rsi @@ -302,7 +302,7 @@ parent: ShoesBase id: ShoesPurple name: purple shoes - description: '' + description: Stylish purple shoes. components: - type: Sprite sprite: Clothing/Shoes/purple.rsi @@ -315,7 +315,7 @@ parent: ShoesBase id: ShoesRainbow name: rainbow shoes - description: '' + description: A pair of rainbow shoes. components: - type: Sprite sprite: Clothing/Shoes/rain_bow.rsi @@ -328,7 +328,7 @@ parent: ShoesBase id: ShoesRed name: red shoes - description: '' + description: Stylish purple shoes. components: - type: Sprite sprite: Clothing/Shoes/red.rsi @@ -341,7 +341,7 @@ parent: ShoesBase id: ShoesReinforced name: reinforced shoes - description: '' + description: A pair of reinforced shoes. components: - type: Sprite sprite: Clothing/Shoes/reinforced.rsi @@ -354,7 +354,7 @@ parent: ShoesBase id: ShoesSlippers name: slippers - description: '' + description: Fluffy! components: - type: Sprite sprite: Clothing/Shoes/slippers.rsi @@ -367,7 +367,7 @@ parent: ShoesBase id: ShoesSlippersWorn name: slippers (worn) - description: '' + description: Fluffy... components: - type: Sprite sprite: Clothing/Shoes/slippers_worn.rsi @@ -380,7 +380,7 @@ parent: ShoesBase id: ShoesSpringjacks name: springjacks - description: '' + description: Uh... Those are spring jacks. components: - type: Sprite sprite: Clothing/Shoes/springjacks.rsi @@ -393,7 +393,7 @@ parent: ShoesBase id: ShoesSwat name: swat shoes - description: '' + description: When you want to turn up the heat. components: - type: Sprite sprite: Clothing/Shoes/swat.rsi @@ -406,7 +406,7 @@ parent: ShoesBase id: ShoesSNinja name: S ninja shoes - description: '' + description: A pair of nano-enhanced oots with built-in magnetic suction cups. components: - type: Sprite sprite: Clothing/Shoes/s_ninja.rsi @@ -419,7 +419,7 @@ parent: ShoesBase id: ShoesTourist name: tourist shoes - description: '' + description: These cheap sandals don't look very comfortable. components: - type: Sprite sprite: Clothing/Shoes/tourist.rsi @@ -445,7 +445,7 @@ parent: ShoesBase id: ShoesWizard name: wizard shoes - description: '' + description: A pair of magic shoes. components: - type: Sprite sprite: Clothing/Shoes/wizard.rsi @@ -458,7 +458,7 @@ parent: ShoesBase id: ShoesWorkboots name: workboots shoes - description: '' + description: Engineering lace-up work boots for the especially blue-collar. components: - type: Sprite sprite: Clothing/Shoes/workboots.rsi @@ -471,7 +471,7 @@ parent: ShoesBase id: ShoesYellow name: yellow shoes - description: '' + description: Stylish yellow shoes. components: - type: Sprite sprite: Clothing/Shoes/yellow.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/color.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/color.yml index 77bbc86139..a2c8246709 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/color.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/color.yml @@ -47,6 +47,7 @@ parent: UniformColorBase id: UniformColorBlack name: black jumpsuit + description: A generic black jumpsuit with no rank markings. components: - type: Sprite state: black @@ -59,6 +60,7 @@ parent: UniformColorBlack id: UniformColorBlackSkirt name: black jumpskirt + description: A generic black jumpskirt with no rank markings. components: - type: Sprite state: black_skirt @@ -74,6 +76,7 @@ parent: UniformColorBase id: UniformColorBlue name: blue jumpsuit + description: A generic blue jumpsuit with no rank markings. components: - type: Sprite state: blue @@ -86,6 +89,7 @@ parent: UniformColorBlue id: UniformColorBlueSkirt name: blue jumpskirt + description: A generic blue jumpskirt with no rank markings. components: - type: Sprite state: blue_skirt @@ -101,6 +105,7 @@ parent: UniformColorBase id: UniformColorGreen name: green jumpsuit + description: A generic green jumpsuit with no rank markings. components: - type: Sprite state: green @@ -113,6 +118,7 @@ parent: UniformColorGreen id: UniformColorGreenSkirt name: green jumpskirt + description: A generic green jumpskirt with no rank markings. components: - type: Sprite state: green_skirt @@ -141,6 +147,7 @@ parent: UniformColorOrange id: UniformColorOrangeSkirt name: orange jumpskirt + description: "Don't wear this near paranoid security officers." components: - type: Sprite state: orange_skirt @@ -170,6 +177,7 @@ parent: UniformColorPink id: UniformColorPinkSkirt name: pink jumpskirt + description: "Just looking at this makes you feel fabulous." components: - type: Sprite state: pink_skirt @@ -197,6 +205,7 @@ parent: UniformColorBase id: UniformColorRed name: red jumpsuit + description: A generic red jumpsuit with no rank markings. components: - type: Sprite state: red @@ -209,6 +218,7 @@ parent: UniformColorRed id: UniformColorRedSkirt name: red jumpskirt + description: A generic red jumpskirt with no rank markings. components: - type: Sprite state: red_skirt @@ -224,6 +234,7 @@ parent: UniformColorBase id: UniformColorWhite name: white jumpsuit + description: A generic white jumpsuit with no rank markings. components: - type: Sprite state: white @@ -236,6 +247,7 @@ parent: UniformColorWhite id: UniformColorWhiteSkirt name: white jumpskirt + description: A generic white jumpskirt with no rank markings. components: - type: Sprite state: white_skirt @@ -251,6 +263,7 @@ parent: UniformColorBase id: UniformColorYellow name: yellow jumpsuit + description: A generic yellow jumpsuit with no rank markings. components: - type: Sprite state: yellow @@ -263,6 +276,7 @@ parent: UniformColorYellow id: UniformColorYellowSkirt name: yellow jumpskirt + description: A generic yellow jumpskirt with no rank markings. components: - type: Sprite state: yellow_skirt @@ -278,6 +292,7 @@ parent: UniformColorBase id: UniformColorDarkBlue name: dark blue jumpsuit + description: A generic dark blue jumpsuit with no rank markings. components: - type: Sprite state: darkblue @@ -291,6 +306,7 @@ parent: UniformColorDarkBlue id: UniformColorDarkBlueSkirt name: dark blue jumpskirt + description: A generic dark blue jumpskirt with no rank markings. components: - type: Sprite state: darkblue_skirt @@ -306,6 +322,7 @@ parent: UniformColorBase id: UniformColorTeal name: teal jumpsuit + description: A generic teal jumpsuit with no rank markings. components: - type: Sprite state: teal @@ -319,6 +336,7 @@ parent: UniformColorTeal id: UniformColorTealSkirt name: teal jumpskirt + description: A generic teal jumpskirt with no rank markings. components: - type: Sprite state: teal_skirt @@ -334,6 +352,7 @@ parent: UniformColorBase id: UniformColorPurple name: purple jumpsuit + description: A generic purple jumpsuit with no rank markings. components: - type: Sprite state: lightpurple @@ -347,6 +366,7 @@ parent: UniformColorPurple id: UniformColorPurpleSkirt name: purple jumpskirt + description: A generic purple jumpskirt with no rank markings. components: - type: Sprite state: lightpurple_skirt @@ -362,6 +382,7 @@ parent: UniformColorBase id: UniformColorDarkGreen name: dark green jumpsuit + description: A generic dark green jumpsuit with no rank markings. components: - type: Sprite state: darkgreen @@ -375,6 +396,7 @@ parent: UniformColorDarkGreen id: UniformColorDarkGreenSkirt name: dark green jumpskirt + description: A generic dark green jumpskirt with no rank markings. components: - type: Sprite state: darkgreen_skirt @@ -390,6 +412,7 @@ parent: UniformColorBase id: UniformColorLightBrown name: light brown jumpsuit + description: A generic light brown jumpsuit with no rank markings. components: - type: Sprite state: lightbrown @@ -402,6 +425,7 @@ parent: UniformColorLightBrown id: UniformColorLightBrownSkirt name: light brown jumpskirt + description: A generic light brown jumpskirt with no rank markings. components: - type: Sprite state: lightbrown_skirt @@ -417,6 +441,7 @@ parent: UniformColorBase id: UniformColorBrown name: brown jumpsuit + description: A generic brown jumpsuit with no rank markings. components: - type: Sprite state: brown @@ -430,6 +455,7 @@ parent: UniformColorBrown id: UniformColorBrownSkirt name: brown jumpskirt + description: A generic brown jumpskirt with no rank markings. components: - type: Sprite state: brown_skirt @@ -444,6 +470,7 @@ parent: UniformColorBase id: UniformColorMaroon name: maroon jumpsuit + description: A generic maroon jumpsuit with no rank markings. components: - type: Sprite state: maroon @@ -457,6 +484,7 @@ parent: UniformColorMaroon id: UniformColorMaroonSkirt name: maroon jumpskirt + description: A generic maroon jumpskirt with no rank markings. components: - type: Sprite state: maroon_skirt @@ -472,7 +500,7 @@ parent: UniformColorBase id: UniformColorRainbow name: rainbow jumpsuit - description: A multi-colored jumpskirt! + description: A multi-colored jumpsuit! components: - type: Sprite state: rainbow @@ -485,6 +513,7 @@ parent: UniformColorRainbow id: UniformColorRainbowSkirt name: rainbow jumpskirt + description: A multi-colored jumpskirt! components: - type: Sprite state: rainbow_skirt diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml index 58edcccbc0..689a854638 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/uniforms.yml @@ -10,7 +10,7 @@ parent: UniformBase id: UniformJanitor name: janitor jumpsuit - description: The jumpsuit for the poor sop with a mop + description: The jumpsuit for the poor sop with a mop. components: - type: Sprite sprite: Clothing/Uniforms/uniform_janitor.rsi @@ -25,6 +25,7 @@ parent: UniformJanitor id: UniformJanitorSkirt name: janitor jumpskirt + description: The jumpskirt for the poor sop with a mop. components: - type: Sprite state: jan_skirt @@ -38,6 +39,7 @@ parent: UniformBase id: UniformEngineering name: engineering jumpsuit + description: If this suit was non-conductive, maybe engineers would actually do their damn job. components: - type: Sprite sprite: Clothing/Uniforms/uniform_engineering.rsi @@ -52,6 +54,7 @@ parent: UniformEngineering id: UniformEngineeringSkirt name: engineering jumpskirt + description: If this skirt was non-conductive, maybe engineers would actually do their damn job. components: - type: Sprite state: engine_skirt @@ -65,6 +68,7 @@ parent: UniformBase id: UniformAssistant name: assistant jumpsuit + desciption: It's a generic grey jumpsuit. That's about what assistants are worth, anyway. components: - type: Sprite sprite: Clothing/Uniforms/uniform_assistant.rsi @@ -79,6 +83,7 @@ parent: UniformBase id: UniformChemistry name: chemistry jumpsuit + desciption: There's some odd stains on this jumpsuit. Hm. components: - type: Sprite sprite: Clothing/Uniforms/uniform_medical.rsi @@ -94,6 +99,7 @@ parent: UniformChemistry id: UniformChemistrySkirt name: chemistry jumpskirt + desciption: A sterile jumpskirt in Chemistry colors. components: - type: Sprite state: chemistry_skirt @@ -107,6 +113,7 @@ parent: UniformBase id: UniformParamedic name: paramedic jumpsuit + desciption: It's got a red plus on it, that's a good thing right? components: - type: Sprite sprite: Clothing/Uniforms/uniform_medical.rsi @@ -122,6 +129,7 @@ parent: UniformParamedic id: UniformParamedicSkirt name: paramedic jumpskirt + desciption: A sterile jumpskirt in Paramedic colors. components: - type: Sprite state: paramedic_skirt @@ -135,6 +143,7 @@ parent: UniformBase id: UniformScrubsPurple name: purple scrubs + desciption: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite sprite: Clothing/Uniforms/uniform_medical.rsi @@ -150,6 +159,7 @@ parent: UniformBase id: UniformScrubsGreen name: green scrubs + desciption: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite sprite: Clothing/Uniforms/uniform_medical.rsi @@ -165,6 +175,7 @@ parent: UniformBase id: UniformScrubsBlue name: blue scrubs + desciption: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite sprite: Clothing/Uniforms/uniform_medical.rsi @@ -375,7 +386,7 @@ parent: UniformBase id: UniformCargoTech name: cargo tech jumpsuit - description: + description: A sturdy jumpsuit, issued to members of the Cargo department. components: - type: Sprite sprite: Clothing/Uniforms/uniform_cargotech.rsi @@ -390,6 +401,7 @@ parent: UniformCargoTech id: UniformCargoTechSkirt name: cargo tech jumpskirt + desciption: A sturdy jumpskirt, issued to members of the Cargo department. components: - type: Sprite state: cargo_skirt @@ -403,7 +415,7 @@ parent: UniformBase id: UniformQM name: qm jumpsuit - description: + description: 'What can brown do for you?' components: - type: Sprite sprite: Clothing/Uniforms/uniform_cargotech.rsi @@ -418,6 +430,7 @@ parent: UniformQM id: UniformQMSkirt name: qm jumpskirt + desciption: 'What can brown do for you?' components: - type: Sprite state: qm_skirt @@ -446,6 +459,7 @@ parent: UniformChef id: UniformChefSkirt name: chef skirt + desciption: Can't cook without this. components: - type: Sprite state: chef_skirt @@ -489,6 +503,7 @@ parent: UniformChiefEngineer id: UniformChiefEngineerSkirt name: ce jumpskirt + desciption: It's a high visibility jumpskirt given to those engineers insane enough to achieve the rank of Chief Engineer. It has minor radiation shielding. components: - type: Sprite state: chief_skirt @@ -517,6 +532,7 @@ parent: UniformCMO id: UniformCMOSkirt name: cmo jumpskirt + desciption: It's a jumpskirt worn by those with the experience to be Chief Medical Officer. It provides minor biological protection. components: - type: Sprite state: cmo_skirt @@ -545,6 +561,7 @@ parent: UniformMedicalDoctor id: UniformMedicalDoctorSkirt name: medical doctor jumpskirt + desciption: It's made of a special fiber that provides minor protection against biohazards. It has a cross on the chest denoting that the wearer is trained medical personnel. components: - type: Sprite state: medical_skirt @@ -573,6 +590,7 @@ parent: UniformScientist id: UniformScientistSkirt name: scientist jumpskirt + desciption: It's made of a special fiber that provides minor protection against explosives. It has markings that denote the wearer as a scientist. components: - type: Sprite state: sci_skirt @@ -601,6 +619,7 @@ parent: UniformResearchDirector id: UniformResearchDirectorSkirt name: rd skirtleneck + desciption: It's a turtleneck worn by those with the know-how to achieve the position of Research Director. Its fabric provides minor protection from biological contaminants. components: - type: Sprite state: rnd_skirt @@ -629,6 +648,7 @@ parent: UniformMime id: UniformMimeSkirt name: mime skirt + desciption: ... components: - type: Sprite state: mime_skirt @@ -642,7 +662,7 @@ parent: UniformBase id: UniformHoSAlt name: head of security turtleneck - description: + description: It's a turtleneck worn by those strong and disciplined enough to achieve the position of Head of Security. Its sturdy fabric provides minor protection from mechanical damage. components: - type: Sprite sprite: Clothing/Uniforms/uniform_hos.rsi @@ -658,6 +678,7 @@ parent: UniformHoSAlt id: UniformHoSAltSkirt name: head of security skirtleneck + desciption: It's a skirtleneck worn by those who were strong and disciplined enough to achieve the position of Head of Security. Its sturdy fabric provides minor protection from mechanical damage. components: - type: Sprite state: hosalt_skirt @@ -673,7 +694,7 @@ parent: UniformBase id: UniformHoS name: head of security jumpsuit - description: + description: It's bright red and rather crisp, much like security's victims tend to be. components: - type: Sprite sprite: Clothing/Uniforms/uniform_hos.rsi @@ -688,6 +709,7 @@ parent: UniformHoS id: UniformHoSSkirt name: head of security jumpskirt + desciption: It's bright red and rather crisp, much like security's victims tend to be. components: - type: Sprite state: hos_skirt @@ -702,7 +724,7 @@ parent: UniformHoS id: UniformHoSGrey name: head of security's grey jumpsuit - description: + description: A grey jumpsuit of Head of Security, which make him look somewhat like an assistant. components: - type: Sprite state: hos_grey @@ -840,7 +862,7 @@ parent: UniformBase id: UniformPrisoner name: prisoner jumpsuit - description: + description: Busted. components: - type: Sprite sprite: Clothing/Uniforms/uniform_prisoner.rsi @@ -855,6 +877,7 @@ parent: UniformPrisoner id: UniformPrisonerSkirt name: prisoner jumpskirt + desciption: Busted. components: - type: Sprite state: prisoner_skirt @@ -868,7 +891,7 @@ parent: UniformBase id: UniformHoP name: hop jumpsuit - description: + desciption: Rather bland and inoffensive. Perfect for vanishing off the face of the universe. components: - type: Sprite sprite: Clothing/Uniforms/uniform_hop.rsi @@ -883,6 +906,7 @@ parent: UniformHoP id: UniformHoPSkirt name: hop jumpskirt + desciption: Rather bland and inoffensive. Perfect for vanishing off the face of the universe. components: - type: Sprite state: hop_skirt @@ -896,7 +920,7 @@ parent: UniformBase id: UniformHydroponics name: hydroponics jumpsuit - description: + desciption: Has a strong earthy smell to it. Hopefully it's merely dirty as opposed to soiled. components: - type: Sprite sprite: Clothing/Uniforms/uniform_hydro.rsi @@ -911,6 +935,7 @@ parent: UniformHydroponics id: UniformHydroponicsSkirt name: hydroponics jumpskirt + desciption: Has a strong earthy smell to it. Hopefully it's merely dirty as opposed to soiled. components: - type: Sprite state: hydro_skirt @@ -924,7 +949,7 @@ parent: UniformBase id: UniformBartender name: bartender's uniform - description: It looks like it could use some more flair. + description: A nice and tidy uniform. Shame about the bar though. components: - type: Sprite sprite: Clothing/Uniforms/bartender.rsi @@ -939,6 +964,7 @@ parent: UniformBartender id: UniformBartenderSkirt name: bartender's skirt + desciption: A nice and tidy skirt. Shame about the bar though. components: - type: Sprite state: skirt @@ -952,6 +978,7 @@ parent: UniformBartender id: UniformBartenderPurple name: purple bartender's uniform + desciption: A special purple outfit to serve drinks. components: - type: Sprite state: purple