summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json
blob: 2e3e2369d45af83cdd17316f2497e590e0b1b4f1 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
  {
    "type": "material",
    "//": "Loosely based on leather.",
    "id": "compactblood",
    "name": "Compacted Blood",
    "density": 4,
    "specific_heat_liquid": 1.5,
    "specific_heat_solid": 1.5,
    "latent_heat": 273,
    "soft": true,
    "reinforces": true,
    "bash_resist": 8,
    "cut_resist": 5,
    "bullet_resist": 8,
    "acid_resist": 1,
    "fire_resist": 1,
    "elec_resist": 2,
    "chip_resist": 12,
    "breathability": "POOR",
    "wind_resist": 90,
    "repaired_with": "compactsheet",
    "salvaged_into": "compactsheet",
    "dmg_adj": [ "scratched", "cut", "shredded", "tattered" ],
    "bash_dmg_verb": "ripped",
    "cut_dmg_verb": "sliced",
    "burn_data": [
      { "fuel": 0, "smoke": 0, "burn": 0 },
      { "fuel": 1, "smoke": 3, "burn": 2, "volume_per_turn": "500 ml" },
      { "fuel": 1, "smoke": 3, "burn": 2 }
    ],
    "burn_products": [ [ "corpse_ash", 0.035 ] ]
  },
  {
    "type": "material",
    "id": "ethereal",
    "name": "Ethereal",
    "density": 0,
    "specific_heat_liquid": 0.82,
    "specific_heat_solid": 0.45,
    "latent_heat": 273,
    "soft": true,
    "bash_resist": 1000,
    "cut_resist": 1000,
    "bullet_resist": 800,
    "acid_resist": 0,
    "fire_resist": 0,
    "elec_resist": 0,
    "chip_resist": 100,
    "dmg_adj": [ "invincible", "invincible", "invincible", "invincible" ],
    "bash_dmg_verb": "invincible",
    "cut_dmg_verb": "invincible",
    "burn_products": [ [ "pebble", 1 ] ]
  }
]