Skip to content

Commit

Permalink
Colored crop tops (#77005)
Browse files Browse the repository at this point in the history
* crop top color

* whoops i forgot bout that lol
  • Loading branch information
gettingusedto authored Oct 13, 2024
1 parent 27e354c commit f85808d
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions data/json/items/armor/torso_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,87 @@
"specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r" ]
},
{ "coverage": 50, "covers": [ "arm_l", "arm_r" ], "specifically_covers": [ "arm_upper_l", "arm_upper_r" ] }
],
"variant_type": "generic",
"variants": [
{
"id": "generic_tshirt",
"name": { "str": "crop top" },
"description": "A short-sleeved cotton shirt, cropped to expose the stomach.",
"weight": 1
},
{
"id": "red_tshirt",
"name": { "str": "red crop top" },
"description": "This one is colored red.",
"color": "red",
"append": true,
"weight": 1
},
{
"id": "blue_tshirt",
"name": { "str": "blue crop top" },
"color": "blue",
"description": "This one is colored blue.",
"append": true,
"weight": 1
},
{
"id": "yellow_tshirt",
"name": { "str": "yellow crop top" },
"color": "yellow",
"description": "This one is colored yellow.",
"append": true,
"weight": 1
},
{
"id": "green_tshirt",
"name": { "str": "green crop top" },
"color": "green",
"description": "This one is colored green.",
"append": true,
"weight": 1
},
{
"id": "purple_tshirt",
"name": { "str": "purple crop top" },
"color": "magenta",
"description": "This one is colored purple.",
"append": true,
"weight": 1
},
{
"id": "pink_tshirt",
"name": { "str": "pink crop top" },
"color": "magenta",
"description": "This one is colored pink.",
"append": true,
"weight": 1
},
{
"id": "cyan_tshirt",
"name": { "str": "cyan crop top" },
"color": "cyan",
"description": "This one is colored cyan.",
"append": true,
"weight": 1
},
{
"id": "black_tshirt",
"name": { "str": "black crop top" },
"color": "dark_gray",
"description": "This one is colored black.",
"append": true,
"weight": 1
},
{
"id": "brown_tshirt",
"name": { "str": "brown crop top" },
"color": "brown",
"description": "This one is colored brown.",
"append": true,
"weight": 1
}
]
},
{
Expand Down

0 comments on commit f85808d

Please sign in to comment.