Skip to content

Commit

Permalink
Merge pull request #76984 from gettingusedto/colored-cropped-hoodie
Browse files Browse the repository at this point in the history
Colored cropped hoodies
  • Loading branch information
Maleclypse authored Oct 12, 2024
2 parents b2e7940 + 4eb87ae commit edd6787
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions data/json/items/armor/torso_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,89 @@
"armor": [
{ "covers": [ "torso" ], "specifically_covers": [ "torso_upper" ], "coverage": 95, "encumbrance": 4 },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 95, "encumbrance": 6 }
],
"variant_type": "generic",
"variants": [
{
"id": "hoodie_red",
"name": { "str": "red cropped hoodie" },
"description": "This one is colored red.",
"color": "red",
"append": true,
"weight": 1
},
{
"id": "hoodie_blue",
"name": { "str": "blue cropped hoodie" },
"color": "blue",
"description": "This one is colored blue.",
"append": true,
"weight": 1
},
{
"id": "hoodie_yellow",
"name": { "str": "yellow cropped hoodie" },
"color": "yellow",
"description": "This one is colored yellow.",
"append": true,
"weight": 1
},
{
"id": "hoodie_green",
"name": { "str": "green cropped hoodie" },
"color": "green",
"description": "This one is colored green.",
"append": true,
"weight": 1
},
{
"id": "hoodie_purple",
"name": { "str": "purple cropped hoodie" },
"color": "magenta",
"description": "This one is colored purple.",
"append": true,
"weight": 1
},
{
"id": "hoodie_pink",
"name": { "str": "pink cropped hoodie" },
"color": "magenta",
"description": "This one is colored pink.",
"append": true,
"weight": 1
},
{
"id": "hoodie_cyan",
"name": { "str": "cyan cropped hoodie" },
"color": "cyan",
"description": "This one is colored cyan.",
"append": true,
"weight": 1
},
{
"id": "hoodie_black",
"name": { "str": "black cropped hoodie" },
"color": "dark_gray",
"description": "This one is colored black.",
"append": true,
"weight": 1
},
{
"id": "hoodie_white",
"name": { "str": "white cropped hoodie" },
"color": "light_gray",
"description": "This one is colored white.",
"append": true,
"weight": 1
},
{
"id": "hoodie_brown",
"name": { "str": "brown cropped hoodie" },
"color": "brown",
"description": "This one is colored brown.",
"append": true,
"weight": 1
}
]
},
{
Expand Down

0 comments on commit edd6787

Please sign in to comment.