aboutsummaryrefslogtreecommitdiff
path: root/materials.json
blob: 2b3458849b4915fc3137a5574a7384a05802aafa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "type": "material",
    "id": "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,
    "bullet_resist": 1000,
    "chip_resist": 1000,
    "density": 1000
  }
]