Skip to content

Commit

Permalink
Add Garter Belt Variant (#76704)
Browse files Browse the repository at this point in the history
* Add Garter Belt Variant

Colors that added mainly RGB and CYMK but some other color are added based on whats available on stocking variant.

Not adding too much and mainly only on  RGB and CYMK to prevent bloating and watering down the loot pool.

* Update data/json/items/armor/undergarment.json

---------

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
EyangKodok and Maleclypse committed Sep 29, 2024
1 parent 3901005 commit 454846f
Showing 1 changed file with 75 additions and 2 deletions.
77 changes: 75 additions & 2 deletions data/json/items/armor/undergarment.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
"id": "garter_belt",
"type": "ARMOR",
"name": { "str": "garter belt" },
"description": "A black, decorated undergarment commonly used in combination with stockings. They don't cover much, but they do help you feel sexy.",
"description": "A simple, decorated undergarment commonly used in combination with stockings. They don't cover much, but they do help you feel sexy.",
"weight": "80 g",
"volume": "200 ml",
"looks_like": "panties",
Expand All @@ -759,7 +759,80 @@
"color": "dark_gray",
"material_thickness": 0.1,
"flags": [ "SKINTIGHT", "VARSIZE" ],
"armor": [ { "encumbrance": 1, "coverage": 38, "covers": [ "torso" ], "specifically_covers": [ "torso_lower" ] } ]
"armor": [ { "encumbrance": 1, "coverage": 38, "covers": [ "torso" ], "specifically_covers": [ "torso_lower" ] } ],
"variant_type": "generic",
"variants": [
{
"id": "generic_garter_belt",
"name": { "str": "garter belt" },
"description": "A simple, decorated undergarment commonly used in combination with stockings. They don't cover much, but they do help you feel sexy.",
"color": "dark_gray",
"append": true
},
{
"id": "black_garter_belt",
"name": { "str": "black garter belt" },
"description": "This one is colored black.",
"color": "dark_gray",
"append": true
},
{
"id": "white_garter_belt",
"name": { "str": "white garter belt" },
"description": "This one is colored white.",
"color": "white",
"append": true
},
{
"id": "red_garter_belt",
"name": { "str": "red garter belt" },
"description": "This one is colored red.",
"color": "red",
"append": true
},
{
"id": "blue_garter_belt",
"name": { "str": "blue garter belt" },
"description": "This one is colored blue.",
"color": "blue",
"append": true
},
{
"id": "green_garter_belt",
"name": { "str": "green garter belt" },
"description": "This one is colored green.",
"color": "green",
"append": true
},
{
"id": "pink_garter_belt",
"name": { "str": "pink garter belt" },
"description": "This one is colored pink.",
"color": "pink",
"append": true
},
{
"id": "purple_garter_belt",
"name": { "str": "purple garter belt" },
"description": "This one is colored purple.",
"color": "magenta",
"append": true
},
{
"id": "teal_garter_belt",
"name": { "str": "teal garter belt" },
"description": "This one is colored teal.",
"color": "blue",
"append": true
},
{
"id": "magenta_garter_belt",
"name": { "str": "magenta garter belt" },
"description": "This one is colored magenta.",
"color": "magenta",
"append": true
}
]
},
{
"id": "leg_warmers",
Expand Down

0 comments on commit 454846f

Please sign in to comment.