Skip to content

Commit

Permalink
Boston-chan costume
Browse files Browse the repository at this point in the history
Co-authored-by: gettingusedto <[email protected]>
  • Loading branch information
collectanos and gettingusedto authored Nov 27, 2023
1 parent 76a7e6f commit 1c42152
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion data/json/items/armor/legs_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,31 @@
"weight": 10,
"color": "green",
"append": true
}
},
{
"id": "skirt_bostonchan",
"type": "ARMOR",
"name": { "str": "Boston-Chan skirt" },
"description": "A short skirt for the Boston-Chan costume.",
"weight": "230 g",
"volume": "250 ml",
"price": 9500,
"price_postapoc": 50,
"material": [ "cotton" ],
"symbol": "[",
"looks_like": "skirt",
"color": "blue",
"warmth": 10,
"material_thickness": 0.6,
"flags": [ "VARSIZE" ],
"armor": [
{
"encumbrance": 5,
"coverage": 100,
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_hip_l", "leg_hip_r" ]
},
{ "coverage": 38, "covers": [ "leg_l", "leg_r" ], "specifically_covers": [ "leg_upper_l", "leg_upper_r" ] }
]
}
]

0 comments on commit 1c42152

Please sign in to comment.