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 42a07d5 commit cb9a506
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions data/json/items/armor/torso_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2016,5 +2016,49 @@
"material_thickness": 1,
"valid_mods": [ "steel_padded" ],
"flags": [ "VARSIZE", "POCKETS", "HOOD" ]
},
{
"id": "suit_bostonchan",
"type": "ARMOR",
"name": { "str": "Boston-Chan suit" },
"description": "A professional-looking bright blue wool suit for the Boston-Chan costume.",
"weight": "680 g",
"volume": "3500 ml",
"price": 12000,
"price_postapoc": 50,
"material": [ "wool" ],
"symbol": "[",
"looks_like": "jacket_light",
"color": "blue",
"armor": [
{ "covers": [ "torso" ], "coverage": 85, "encumbrance": [ 5, 10 ] },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 85, "encumbrance": [ 5, 5 ] }
],
"pocket_data": [
{
"pocket_type": "CONTAINER",
"max_contains_volume": "750 ml",
"max_contains_weight": "3 kg",
"max_item_length": "11 cm",
"moves": 80
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "750 ml",
"max_contains_weight": "3 kg",
"max_item_length": "11 cm",
"moves": 80
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "350 ml",
"max_contains_weight": "2 kg",
"max_item_length": "9 cm",
"moves": 100
}
],
"warmth": 25,
"material_thickness": 1.5,
"flags": [ "VARSIZE", "FANCY", "OUTER" ]
}
]

0 comments on commit cb9a506

Please sign in to comment.