Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-girl committed Feb 9, 2024
1 parent cb4ae56 commit 420c7e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions data/json/items/armor/coats.json
Original file line number Diff line number Diff line change
Expand Up @@ -2527,8 +2527,15 @@
"looks_like": "coat_winter",
"color": "light_blue",
"armor": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 15, 22 ], "material": [ { "type": "cotton", "covered_by_mat": 100, "thickness": 1.2 },
{ "type": "nylon", "covered_by_mat": 100, "thickness": 0.3 } ] },
{
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": [ 15, 22 ],
"material": [
{ "type": "cotton", "covered_by_mat": 100, "thickness": 1.2 },
{ "type": "nylon", "covered_by_mat": 100, "thickness": 0.3 }
]
},
{ "covers": [ "arm_l", "arm_r" ], "coverage": 100, "encumbrance": [ 15, 15 ] }
],
"pocket_data": [
Expand Down
11 changes: 9 additions & 2 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -700,12 +700,19 @@
"use_action": [ "DIRECTIONAL_HOLOGRAM" ],
"flags": [ "OVERSIZE", "HOOD", "WATERPROOF", "BELTED", "SOFT" ],
"armor": [
{ "encumbrance": 10, "coverage": 70, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] },
{ "encumbrance": 10, "coverage": 70, "covers": [ "torso", "arm_l", "arm_r" ] },
{
"covers": [ "head" ],
"encumbrance": 10,
"coverage": 100,
"covers": [ "head" ],
"specifically_covers": [ "head_crown", "head_forehead", "head_nape" ]
},
{
"covers": [ "leg_l", "leg_r" ],
"coverage": 70,
"encumbrance": 10,
"specifically_covers": [ "leg_draped_l", "leg_draped_r" ],
"layers": [ "BELTED" ]
}
]
},
Expand Down

0 comments on commit 420c7e4

Please sign in to comment.