summaryrefslogtreecommitdiff
path: root/json/items/armor/hats.json
blob: 7fe888f93ff71b5aa4ffe977d3fc0a7be29bf881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "id": "hat_hard",
    "copy-from": "hat_hard",
    "type": "ARMOR",
    "name": { "str": "hard hat" },
    "weight": "430 g"
  },
  {
    "id": "hat_hard_hooded",
    "copy-from": "hat_hard_hooded",
    "type": "ARMOR",
    "name": { "str": "summer hard hat" },
    "weight": "470 g"
  }
]