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 1c42152 commit 42a07d5
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion data/json/items/armor/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,5 +312,24 @@
"material_thickness": 1.0,
"environmental_protection": 0,
"armor": [ { "encumbrance": 15, "coverage": 10, "covers": [ "head" ] } ]
}
},
{
"id": "bostonchan_wig",
"type": "ARMOR",
"name": { "str": "Boston-Chan wig" },
"description": "A long blue hair wig for the Boston-Chan costume.",
"weight": "125 g",
"volume": "750 ml",
"price": 2500,
"price_postapoc": 10,
"to_hit": -3,
"material": [ "cotton" ],
"symbol": "[",
"color": "blue",
"warmth": 10,
"material_thickness": 0.2,
"environmental_protection": 1,
"flags": [ "VARSIZE" ],
"armor": [ { "encumbrance": 5, "coverage": 60, "covers": [ "head" ] } ]
}
]

0 comments on commit 42a07d5

Please sign in to comment.