aboutsummaryrefslogtreecommitdiff
path: root/materials.json
blob: 2acaec2e94558cc3e62127ef5105735e75763877 (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
    }
]