summaryrefslogtreecommitdiff
path: root/json/items/armor/ballistic_armor.json
blob: 7a6479ac3ea854377b74735a272cf6c95f96562b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "id": "dragonskin",
    "copy-from": "dragonskin",
    "type": "ARMOR",
    "name": { "str": "dragon skin vest" },
    "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."
  }
]