Skip to content

Commit

Permalink
Update boots.json (CleverRaven#58038)
Browse files Browse the repository at this point in the history
Updates sabatons to fit over existing footwear.
  • Loading branch information
Drew4484 authored and bombasticSlacks committed Jun 10, 2022
1 parent 5ce70ac commit 2bacaaf
Showing 1 changed file with 16 additions and 26 deletions.
42 changes: 16 additions & 26 deletions data/json/items/armor/boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@
"id": "lc_sabaton",
"type": "ARMOR",
"name": { "str": "mild steel sabaton" },
"description": "A leather boot with jointed plates for protection.",
"description": "A flexible set of jointed lames that can be worn over footwear for additional protection, traditionally worn by mounted knights.",
"weight": "750 g",
"volume": "750 ml",
"price": 40000,
Expand All @@ -2924,13 +2924,11 @@
"flags": [ "STURDY", "OUTER" ],
"armor": [
{
"material": [
{ "type": "lc_steel", "covered_by_mat": 90, "thickness": 1.25 },
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.0 }
],
"material": [ { "type": "lc_steel", "covered_by_mat": 100, "thickness": 1.25 } ],
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_toes_r", "foot_toes_l", "foot_heel_r", "foot_heel_l", "foot_arch_r", "foot_arch_l" ],
"coverage": 100,
"encumbrance": 20,
"encumbrance": 10,
"layers": [ "OUTER" ]
}
]
Expand All @@ -2951,13 +2949,11 @@
"name": { "str": "medium steel sabaton" },
"armor": [
{
"material": [
{ "type": "mc_steel", "covered_by_mat": 90, "thickness": 1.25 },
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.0 }
],
"material": [ { "type": "mc_steel", "covered_by_mat": 100, "thickness": 1.25 } ],
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_toes_r", "foot_toes_l", "foot_heel_r", "foot_heel_l", "foot_arch_r", "foot_arch_l" ],
"coverage": 100,
"encumbrance": 20,
"encumbrance": 10,
"layers": [ "OUTER" ]
}
]
Expand All @@ -2978,13 +2974,11 @@
"name": { "str": "high steel sabaton" },
"armor": [
{
"material": [
{ "type": "hc_steel", "covered_by_mat": 90, "thickness": 1.25 },
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.0 }
],
"material": [ { "type": "hc_steel", "covered_by_mat": 100, "thickness": 1.25 } ],
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_toes_r", "foot_toes_l", "foot_heel_r", "foot_heel_l", "foot_arch_r", "foot_arch_l" ],
"coverage": 100,
"encumbrance": 20,
"encumbrance": 10,
"layers": [ "OUTER" ]
}
]
Expand All @@ -3005,13 +2999,11 @@
"name": { "str": "hardened steel sabaton" },
"armor": [
{
"material": [
{ "type": "ch_steel", "covered_by_mat": 90, "thickness": 1.25 },
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.0 }
],
"material": [ { "type": "ch_steel", "covered_by_mat": 100, "thickness": 1.25 } ],
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_toes_r", "foot_toes_l", "foot_heel_r", "foot_heel_l", "foot_arch_r", "foot_arch_l" ],
"coverage": 100,
"encumbrance": 20,
"encumbrance": 10,
"layers": [ "OUTER" ]
}
]
Expand All @@ -3032,13 +3024,11 @@
"name": { "str": "tempered steel sabaton" },
"armor": [
{
"material": [
{ "type": "qt_steel", "covered_by_mat": 90, "thickness": 1.25 },
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.0 }
],
"material": [ { "type": "qt_steel", "covered_by_mat": 100, "thickness": 1.25 } ],
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_toes_r", "foot_toes_l", "foot_heel_r", "foot_heel_l", "foot_arch_r", "foot_arch_l" ],
"coverage": 100,
"encumbrance": 20,
"encumbrance": 10,
"layers": [ "OUTER" ]
}
]
Expand Down

0 comments on commit 2bacaaf

Please sign in to comment.