Clothing name fixes (#5646)

This commit is contained in:
Peptide90
2021-12-01 21:19:36 +00:00
committed by GitHub
parent eff00bd57a
commit 69d1d5163c
14 changed files with 44 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatAnimalCat id: ClothingHeadHatAnimalCat
name: grey cat name: grey cat hat
description: A cute and fluffy head of a grey cat. description: A cute and fluffy head of a grey cat.
components: components:
- type: Sprite - type: Sprite
@@ -12,7 +12,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatAnimalCatBrown id: ClothingHeadHatAnimalCatBrown
name: brown cat name: brown cat hat
description: A cute and fluffy head of a brown cat. description: A cute and fluffy head of a brown cat.
components: components:
- type: Sprite - type: Sprite
@@ -23,7 +23,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatAnimalCatBlack id: ClothingHeadHatAnimalCatBlack
name: black cat name: black cat hat
description: A cute and fluffy head of a black cat. description: A cute and fluffy head of a black cat.
components: components:
- type: Sprite - type: Sprite
@@ -34,7 +34,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatAnimalHeadslime id: ClothingHeadHatAnimalHeadslime
name: headslime name: headslime hat
description: A green, sticky headslime, you put it on your head. description: A green, sticky headslime, you put it on your head.
components: components:
- type: Sprite - type: Sprite
@@ -45,7 +45,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatAnimalMonkey id: ClothingHeadHatAnimalMonkey
name: monkey name: monkey hat
description: That's a monkey head. It has a hole on a mouth to eat bananas. description: That's a monkey head. It has a hole on a mouth to eat bananas.
components: components:
- type: Sprite - type: Sprite

View File

@@ -23,7 +23,7 @@
- type: entity - type: entity
parent: HatBase parent: HatBase
id: ClothingHeadHelmetHardsuitDeathsquad id: ClothingHeadHelmetHardsuitDeathsquad
name: deathsquad name: deathsquad hardsuit helmet
description: A robust helmet for special operations. description: A robust helmet for special operations.
components: components:
- type: Sprite - type: Sprite

View File

@@ -45,7 +45,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatBeretWarden id: ClothingHeadHatBeretWarden
name: warden's hat name: warden's beret
description: A corporate blue beret with a warden's rank emblem. For officers that are more inclined towards style than safety. description: A corporate blue beret with a warden's rank emblem. For officers that are more inclined towards style than safety.
components: components:
- type: Sprite - type: Sprite
@@ -100,7 +100,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatChef id: ClothingHeadHatChef
name: chef hat name: chefs hat
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." 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: components:
- type: Sprite - type: Sprite
@@ -177,7 +177,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatPaper id: ClothingHeadHatPaper
name: paper name: paper hat
description: A hat made of paper. description: A hat made of paper.
components: components:
- type: Sprite - type: Sprite

View File

@@ -12,7 +12,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHelmetCosmonaut id: ClothingHeadHelmetCosmonaut
name: cosmonaut name: cosmonaut helmet
description: A deceptively well armored space helmet. Ancient design, but advanced manufacturing. description: A deceptively well armored space helmet. Ancient design, but advanced manufacturing.
components: components:
- type: Sprite - type: Sprite
@@ -96,7 +96,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHelmetSyndicate id: ClothingHeadHelmetSyndicate
name: syndicate name: syndicate helmet
description: A stylish, robust syndicate helmet description: A stylish, robust syndicate helmet
components: components:
- type: Sprite - type: Sprite
@@ -118,7 +118,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHelmetThunderdome id: ClothingHeadHelmetThunderdome
name: thunderdome name: thunderdome helmet
description: Let the battle commence! description: Let the battle commence!
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatBluesoft id: ClothingHeadHatBluesoft
name: bluesoft name: blue cap
description: "It's a baseball hat in a tasteless blue colour." description: "It's a baseball hat in a tasteless blue colour."
components: components:
- type: Sprite - type: Sprite
@@ -12,7 +12,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatBluesoftFlipped id: ClothingHeadHatBluesoftFlipped
name: bluesoft flipped name: blue cap flipped
description: "It's a baseball hat in a tasteless blue colour. Flipped." description: "It's a baseball hat in a tasteless blue colour. Flipped."
components: components:
- type: Sprite - type: Sprite
@@ -23,7 +23,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatCargosoft id: ClothingHeadHatCargosoft
name: cargosoft name: cargo cap
description: "It's a baseball hat painted in Cargo colours." description: "It's a baseball hat painted in Cargo colours."
components: components:
- type: Sprite - type: Sprite
@@ -34,7 +34,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatCargosoftFlipped id: ClothingHeadHatCargosoftFlipped
name: cargosoft flipped name: cargo cap flipped
description: "It's a baseball hat painted in Cargo colours. Flipped." description: "It's a baseball hat painted in Cargo colours. Flipped."
components: components:
- type: Sprite - type: Sprite
@@ -45,7 +45,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatCorpsoft id: ClothingHeadHatCorpsoft
name: corpsoft name: corporate cap
description: A baseball bat in corporation colors. description: A baseball bat in corporation colors.
components: components:
- type: Sprite - type: Sprite
@@ -56,7 +56,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatCorpsoftFlipped id: ClothingHeadHatCorpsoftFlipped
name: corpsoft flipped name: corporate cap flipped
description: A baseball bat in corporation colors. Flipped. description: A baseball bat in corporation colors. Flipped.
components: components:
- type: Sprite - type: Sprite
@@ -67,7 +67,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatGreensoft id: ClothingHeadHatGreensoft
name: greensoft name: green cap
description: "It's a baseball hat in a tasteless green colour." description: "It's a baseball hat in a tasteless green colour."
components: components:
- type: Sprite - type: Sprite
@@ -78,7 +78,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatGreensoftFlipped id: ClothingHeadHatGreensoftFlipped
name: greensoft flipped name: green cap flipped
description: "It's a baseball hat in a tasteless green colour. Flipped." description: "It's a baseball hat in a tasteless green colour. Flipped."
components: components:
- type: Sprite - type: Sprite
@@ -89,7 +89,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatGreysoft id: ClothingHeadHatGreysoft
name: greysoft name: grey cap
description: "It's a baseball hat in a tasteless grey colour." description: "It's a baseball hat in a tasteless grey colour."
components: components:
- type: Sprite - type: Sprite
@@ -100,7 +100,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatGreysoftFlipped id: ClothingHeadHatGreysoftFlipped
name: greysoft flipped name: grey cap flipped
description: "It's a baseball hat in a tasteless grey colour. Flipped." description: "It's a baseball hat in a tasteless grey colour. Flipped."
components: components:
- type: Sprite - type: Sprite
@@ -111,7 +111,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatMimesoft id: ClothingHeadHatMimesoft
name: mimesoft name: mime cap
description: "It's a baseball hat in a tasteless white colour." description: "It's a baseball hat in a tasteless white colour."
components: components:
- type: Sprite - type: Sprite
@@ -122,7 +122,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatMimesoftFlipped id: ClothingHeadHatMimesoftFlipped
name: mimesoft flipped name: mime cap flipped
description: It's a baseball hat in a tasteless white colour. Flipped. description: It's a baseball hat in a tasteless white colour. Flipped.
components: components:
- type: Sprite - type: Sprite
@@ -133,7 +133,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatOrangesoft id: ClothingHeadHatOrangesoft
name: orangesoft name: orange cap
description: It's a baseball hat in a good-looking orange colour. description: It's a baseball hat in a good-looking orange colour.
components: components:
- type: Sprite - type: Sprite
@@ -144,7 +144,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatOrangesoftFlipped id: ClothingHeadHatOrangesoftFlipped
name: orangesoft flipped name: orange cap flipped
description: It's a baseball hat in a good-looking orange colour. Flipped. description: It's a baseball hat in a good-looking orange colour. Flipped.
components: components:
- type: Sprite - type: Sprite
@@ -155,7 +155,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatPurplesoft id: ClothingHeadHatPurplesoft
name: purple soft name: purple cap
description: It's a baseball hat in a tasteless purple colour. description: It's a baseball hat in a tasteless purple colour.
components: components:
- type: Sprite - type: Sprite
@@ -166,7 +166,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatPurplesoftFlipped id: ClothingHeadHatPurplesoftFlipped
name: purplesoft flipped name: purple cap flipped
description: It's a baseball hat in a tasteless purple colour. Flipped. description: It's a baseball hat in a tasteless purple colour. Flipped.
components: components:
- type: Sprite - type: Sprite
@@ -177,7 +177,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatRedsoft id: ClothingHeadHatRedsoft
name: redsoft name: red cap
description: It's a baseball hat in a tasteless red colour. description: It's a baseball hat in a tasteless red colour.
components: components:
- type: Sprite - type: Sprite
@@ -188,7 +188,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatRedsoftFlipped id: ClothingHeadHatRedsoftFlipped
name: redsoft flipped name: red cap flipped
description: It's a baseball hat in a tasteless purple colour. Flipped. description: It's a baseball hat in a tasteless purple colour. Flipped.
components: components:
- type: Sprite - type: Sprite
@@ -199,7 +199,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatSecsoft id: ClothingHeadHatSecsoft
name: secsoft name: ssecurity cap
description: It's a robust baseball hat in tasteful red colour. description: It's a robust baseball hat in tasteful red colour.
components: components:
- type: Sprite - type: Sprite
@@ -210,7 +210,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatSecsoftFlipped id: ClothingHeadHatSecsoftFlipped
name: secsoft flipped name: security cap flipped
description: It's a robust baseball hat in tasteful red colour. Flipped. description: It's a robust baseball hat in tasteful red colour. Flipped.
components: components:
- type: Sprite - type: Sprite
@@ -221,7 +221,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatYellowsoft id: ClothingHeadHatYellowsoft
name: yellowsoft name: yellow cap
description: A yellow baseball hat. description: A yellow baseball hat.
components: components:
- type: Sprite - type: Sprite
@@ -232,7 +232,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatYellowsoftFlipped id: ClothingHeadHatYellowsoftFlipped
name: yellowsoft flipped name: yellow cap flipped
description: A yellow flipped baseball hat. description: A yellow flipped baseball hat.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBase
id: ClothingOuterCoatBomber id: ClothingOuterCoatBomber
name: bomber name: bomber jacket
description: A thick, well-worn WW2 leather bomber jacket. description: A thick, well-worn WW2 leather bomber jacket.
components: components:
- type: Sprite - type: Sprite
@@ -14,7 +14,7 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBase
id: ClothingOuterCoatDetective id: ClothingOuterCoatDetective
name: detective name: detective trenchcoat
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! 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: components:
- type: Sprite - type: Sprite
@@ -60,7 +60,7 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBase
id: ClothingOuterCoatInspector id: ClothingOuterCoatInspector
name: inspector coat name: inspectors coat
description: A strict inspector coat for being intimidating during inspections. description: A strict inspector coat for being intimidating during inspections.
components: components:
- type: Sprite - type: Sprite
@@ -125,7 +125,7 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBase
id: ClothingOuterCoatPirate id: ClothingOuterCoatPirate
name: pirate name: pirate garb
description: Yarr. description: Yarr.
components: components:
- type: Sprite - type: Sprite

View File

@@ -56,7 +56,7 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBase
id: ClothingOuterSuitSyndicate id: ClothingOuterSuitSyndicate
name: syndicate name: syndicate suit
description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'" description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'"
components: components:
- type: Sprite - type: Sprite

View File

@@ -52,7 +52,7 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBase
id: ClothingOuterVestHazard id: ClothingOuterVestHazard
name: hazard name: hi-viz vest
description: A high-visibility vest used in work zones. description: A high-visibility vest used in work zones.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
parent: ClothingShoesBase parent: ClothingShoesBase
id: ClothingShoesBootsWork id: ClothingShoesBootsWork
name: workboots shoes name: workboots
description: Engineering lace-up work boots for the especially blue-collar. description: Engineering lace-up work boots for the especially blue-collar.
components: components:
- type: Sprite - type: Sprite

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 870 B

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 872 B

After

Width:  |  Height:  |  Size: 294 B

View File

@@ -3,8 +3,8 @@
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3d1a0a5b367a080c42fba0e85ce0382b2cbcb284 . Inhands were made for SS14 and available under the same license.", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3d1a0a5b367a080c42fba0e85ce0382b2cbcb284 . Inhands were made for SS14 and available under the same license.",
"size": { "size": {
"x": 64, "x": 32,
"y": 64 "y": 32
}, },
"states": [ "states": [
{ {