summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Misc/v_material_type.json
blob: d383c4523ab603f19d3c965dba79eca8a0f97b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[{
    "type": "material",
    "ident": "compactblood",
    "name": "Blood Compact",
    "density": 4,
    "soft": true,
    "bash_resist": 8,
    "cut_resist": 5,
    "acid_resist": 1,
    "fire_resist": 1,
    "elec_resist": 2,
    "chip_resist": 12,
	"bullet_resist": 4,
    "repaired_with": "compactsheet",
    "salvaged_into": "compactsheet",
    "dmg_adj": ["scratched", "cut", "shredded", "tattered"],
    "bash_dmg_verb": "ripped",
    "cut_dmg_verb": "sliced"
},
{
    "type": "material",
    "ident": "ethereal",
    "name": "Ethereal",
    "density": 0,
    "soft": true,
    "bash_resist": 1000,
    "cut_resist": 1000,
    "acid_resist": 0,
    "fire_resist": 0,
    "elec_resist": 0,
    "chip_resist": 100,
	"bullet_resist": 800,
    "dmg_adj": ["invincible", "invincible", "invincible", "invincible"],
    "bash_dmg_verb": "invincible",
    "cut_dmg_verb": "invincible"
}
]