aboutsummaryrefslogtreecommitdiff
path: root/materials.json
blob: f36de84753d27bd324d5be4c6ccd8e9050e8ba4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "type" : "material",
    "ident" : "maid",
    "name" : "maid",
    "bash_resist" : 1000,
    "cut_resist" : 1000,
    "bash_dmg_verb" : "chipped",
    "cut_dmg_verb" : "scratched",
    "dmg_adj" : [
      "marked",
      "chipped",
      "cracked",
      "shattered"
    ],
    "acid_resist" : 1000,
    "elec_resist" : 1000,
    "fire_resist" : 1000,
    "chip_resist" : 1000,
    "density" : 1000
  }
]