Skip to content

Commit

Permalink
Field Cap Addition (CleverRaven#69879)
Browse files Browse the repository at this point in the history
* Update clothing.json

* Update hats.json

* Description fix

Co-authored-by: Tonkatsu <[email protected]>

---------

Co-authored-by: Tonkatsu <[email protected]>
  • Loading branch information
TheNotSoHuman and tenmillimaster authored Dec 3, 2023
1 parent d2e9257 commit 64bbaa3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,11 @@
"id": "clothing_military_headwear",
"type": "item_group",
"subtype": "distribution",
"//": "add in field caps when they are added to the game.",
"//": "Standard set of hats worn by a uniformed soldier.",
"items": [
{ "item": "beret", "prob": 60 },
{ "item": "hat_boonie", "prob": 38 },
{ "item": "beret", "prob": 40 },
{ "item": "hat_field", "prob": 35 },
{ "item": "hat_boonie", "prob": 23 },
{ "item": "turban", "prob": 1 },
{ "item": "headscarf", "prob": 1 }
]
Expand Down
26 changes: 26 additions & 0 deletions data/json/items/armor/hats.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,32 @@
}
]
},
{
"id": "hat_field",
"type": "ARMOR",
"name": { "str": "patrol cap" },
"description": "A simple round cap in a camouflage pattern. Often used by the military when helmets aren't needed. Its brim helps keep the sun out of your eyes.",
"weight": "92 g",
"volume": "500 ml",
"price": 1500,
"price_postapoc": 80,
"material": [ "cotton" ],
"symbol": "[",
"looks_like": "cowboy_hat",
"color": "dark_gray",
"warmth": 5,
"material_thickness": 0.3,
"environmental_protection": 1,
"flags": [ "VARSIZE", "SUN_GLASSES" ],
"armor": [
{
"encumbrance_modifiers": [ "NONE" ],
"coverage": 100,
"covers": [ "head" ],
"specifically_covers": [ "head_crown", "head_forehead" ]
}
]
},
{
"id": "hat_boonie",
"type": "ARMOR",
Expand Down

0 comments on commit 64bbaa3

Please sign in to comment.