Skip to content

Commit

Permalink
item weight magic number punching for the outserts, and material upda…
Browse files Browse the repository at this point in the history
…tes for the outserts and gas mask considering I just descovered we actualy have impact-resistant plastic as an individual material.
  • Loading branch information
DoctorBoomstick committed Jun 5, 2024
1 parent 047b82f commit 9eb7f9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions data/json/items/armor/head_attachments.json
Original file line number Diff line number Diff line change
Expand Up @@ -923,13 +923,13 @@
"category": "armor",
"name": { "str": "clear outsert lens", "str_pl": "clear outsert lenses" },
"description": "A simple and flexible transparent lens of plastic that clips into place over a panoramic gas mask's solitary eyepiece, providing extra protection from scratches, abrasions, and ballistic threats.",
"weight": "136 g",
"weight": "55 g",
"volume": "46 ml",
"longest_side": "17 cm",
"price": "69 USD 50 cent",
"price_postapoc": "1 USD",
"//": "Simulating https://shop.avon-protection.com/products/clear-outsert?variant=44365968310509",
"material": [ "thermo_resin" ],
"material": [ "hard_plastic_transp" ],
"symbol": "[",
"color": "light_gray",
"material_thickness": 2.5,
Expand All @@ -949,6 +949,7 @@
"copy-from": "outsert_clear",
"name": { "str": "sunlight outsert lens", "str_pl": "sunlight outsert lenses" },
"description": "A tinted and flexible plastic outsert intended to be mounted over the eyepiece of a panoramic-view gas mask to protect the wearer from high-level UV light, sudden flashes, and overly bright flares.",
"weight": "37 g",
"volume": "31 ml",
"price": "80 USD 75 cent",
"//": "Simulating https://shop.avon-protection.com/products/sunlight-outsert?variant=44366007730413",
Expand All @@ -969,6 +970,7 @@
"copy-from": "outsert_clear",
"name": { "str": "breach outsert lens", "str_pl": "breach outsert lenses" },
"description": "A specialized lens designed to clip into place over the solitary eyepiece of a panoramic gas mask, providing eye protection to users deploying a cutting torch while also improving impact resistance.",
"weight": "43 g",
"volume": "36 ml",
"price": "170 USD 34 cent",
"price_postapoc": "1 USD 10 cent",
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/resources/plastic.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"//": "Assuming a 17x6x0.2 cm polycarbonate sheet with a density of 1200 kg/m.",
"price": "0 cent",
"price_postapoc": "5 cent",
"material": [ "plastic" ],
"material": [ "hard_plastic_transp" ],
"symbol": ",",
"color": "light_blue",
"flags": [ "NO_SALVAGE" ]
Expand Down Expand Up @@ -233,7 +233,7 @@
"//": "Numbers sourced from measuring the filter housing of a size 1 PMK 2 gas mask and assuming a polycarbonate density of 1200 kg/m for a 4.5x3.5 cm cylinder.",
"price": "0 cent",
"price_postapoc": "10 cent",
"material": [ "plastic", "steel" ],
"material": [ "", "steel" ],
"symbol": ",",
"color": "light_blue",
"flags": [ "NO_SALVAGE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@
"layers": [ "SKINTIGHT" ]
},
{
"material": [ { "type": "plastic", "covered_by_mat": 100, "thickness": 2 } ],
"material": [ { "type": "hard_plastic_transp", "covered_by_mat": 100, "thickness": 2 } ],
"//": "While some older gas masks had lenses made from glass, most modern ones are fabricated with plastic eyepieces or visors. We can hand-wave away the outliers.",
"covers": [ "eyes" ],
"coverage": 100,
Expand Down

0 comments on commit 9eb7f9c

Please sign in to comment.