summaryrefslogtreecommitdiff
path: root/json/items/armor/ballistic_armor.json
blob: 7a23cdf490d589a753dfec8a4de13a6491fd5da0 (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
  },
  {
    "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" ]
  }
]