diff --git a/data/json/items/armor/boots.json b/data/json/items/armor/boots.json index 1286ea9fe3f47..aa97ce330a203 100644 --- a/data/json/items/armor/boots.json +++ b/data/json/items/armor/boots.json @@ -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, @@ -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" ] } ] @@ -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" ] } ] @@ -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" ] } ] @@ -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" ] } ] @@ -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" ] } ]