From f85808d24f0fda1d1269c84e0724977a1c182d60 Mon Sep 17 00:00:00 2001 From: gettingusedto <78019001+gettingusedto@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:40:00 +0700 Subject: [PATCH] Colored crop tops (#77005) * crop top color * whoops i forgot bout that lol --- data/json/items/armor/torso_clothes.json | 81 ++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/data/json/items/armor/torso_clothes.json b/data/json/items/armor/torso_clothes.json index 7eb8d0a8218c3..d24c25f34043e 100644 --- a/data/json/items/armor/torso_clothes.json +++ b/data/json/items/armor/torso_clothes.json @@ -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 + } ] }, {