Skip to content

Commit

Permalink
holo cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-girl committed Feb 9, 2024
1 parent 464ff87 commit cb4ae56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions data/json/items/armor/coats.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"encumbrance": [ 7, 7 ],
"material": [
{ "type": "vinyl", "covered_by_mat": 100, "thickness": 0.3 },
{ "type": "vinyl", "covered_by_mat": 100, "thickness": 0.1 }
{ "type": "nylon", "covered_by_mat": 100, "thickness": 0.1 }
]
}
],
Expand Down Expand Up @@ -1135,17 +1135,17 @@
"coverage": 100,
"encumbrance": [ 13, 15 ],
"material": [
{ "type": "nylon", "covered_by_mat": 100, "thickness": 0.1 },
{ "type": "vinyl", "covered_by_mat": 60, "thickness": 0.2 }
{ "type": "nylon", "covered_by_mat": 100, "thickness": 0.25 },
{ "type": "vinyl", "covered_by_mat": 60, "thickness": 0.3 }
]
},
{
"covers": [ "arm_l", "arm_r" ],
"coverage": 100,
"encumbrance": [ 13, 13 ],
"material": [
{ "type": "nylon", "covered_by_mat": 100, "thickness": 0.1 },
{ "type": "vinyl", "covered_by_mat": 60, "thickness": 0.2 }
{ "type": "nylon", "covered_by_mat": 100, "thickness": 0.25 },
{ "type": "vinyl", "covered_by_mat": 60, "thickness": 0.3 }
]
}
],
Expand Down Expand Up @@ -2527,7 +2527,8 @@
"looks_like": "coat_winter",
"color": "light_blue",
"armor": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 15, 22 ] },
{ "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 Expand Up @@ -2561,7 +2562,6 @@
}
],
"warmth": 80,
"material_thickness": 2,
"environmental_protection": 3,
"flags": [ "VARSIZE", "POCKETS", "HOOD", "COLLAR", "OUTER", "SOFT" ]
},
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 @@ -698,7 +698,7 @@
"material_thickness": 0.5,
"environmental_protection": 2,
"use_action": [ "DIRECTIONAL_HOLOGRAM" ],
"flags": [ "OVERSIZE", "HOOD", "WATERPROOF", "OUTER", "SOFT" ],
"flags": [ "OVERSIZE", "HOOD", "WATERPROOF", "BELTED", "SOFT" ],
"armor": [
{ "encumbrance": 10, "coverage": 70, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] },
{
Expand Down

0 comments on commit cb4ae56

Please sign in to comment.