diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/items/armor/ballistic_armor.json | 6 | ||||
| -rw-r--r-- | json/items/armor/modularvest.json | 2 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/json/items/armor/ballistic_armor.json b/json/items/armor/ballistic_armor.json index 7a23cdf..7a6479a 100644 --- a/json/items/armor/ballistic_armor.json +++ b/json/items/armor/ballistic_armor.json @@ -4,14 +4,14 @@      "copy-from": "dragonskin",      "type": "ARMOR",      "name": { "str": "dragon skin vest" }, -    "encumbrance": 10 +    "encumbrance": 10, +    "material_thickness": 6    },    {      "id": "dragonskinempty",      "copy-from": "dragonskinempty",      "type": "ARMOR",      "name": { "str": "dragon skin vest (empty)", "str_pl": "dragon skin vests (empty)" }, -    "description": "A lamellar Kevlar vest, there are intricately cut voids usually filled with stitched in ceramic disks, you could repair the stitching if needed.", -    "flags": [ "STURDY", "OUTER" ] +    "description": "A lamellar Kevlar vest, there are intricately cut voids usually filled with stitched in ceramic disks, you could repair the stitching if needed."    }  ] diff --git a/json/items/armor/modularvest.json b/json/items/armor/modularvest.json index 66349a0..8cb95f9 100644 --- a/json/items/armor/modularvest.json +++ b/json/items/armor/modularvest.json @@ -36,6 +36,6 @@      "type": "ARMOR",      "copy-from": "modularvestsuper",      "name": { "str": "MBR vest (superalloy)", "str_pl": "MBR vests (superalloy)" }, -    "encumbrance": 10 +    "encumbrance": 15    }  ] | 
