summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
blob: ac573a847b41d03ba31034a0dac35e300b686316 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
  {
    "id": "bloodyshaky",
    "type": "AMMO",
    "name": "shaken blood",
    "description": "Blood which has slightly thickened from intense shaking. Almost compatible with vampiric guns if you're desperately need to feed them.",
    "weight": "5 g",
    "volume": "250 ml",
    "price_postapoc": 200,
    "price": 1000,
    "material": [ "hflesh" ],
    "symbol": "=",
    "color": "red",
    "phase": "liquid",
    "count": 1,
    "stack_size": 40,
    "ammo_type": "ammoblood",
    "range": 15,
    "damage": { "damage_type": "stab", "amount": 1, "armor_penetration": 5 },
    "recoil": 100,
    "loudness": 5,
    "effects": [ "NO_DROP" ]
  },
  {
    "id": "bloodypressure",
    "type": "AMMO",
    "name": "pressurized blood",
    "description": "Cheap and renewable. This heavily compressed blood ammunition is used specifically with certain vampiric guns.",
    "weight": "5 g",
    "volume": "250 ml",
    "price_postapoc": 300,
    "price": 2000,
    "material": [ "hflesh" ],
    "symbol": "=",
    "color": "red",
    "phase": "liquid",
    "count": 5,
    "stack_size": 20,
    "ammo_type": "ammoblood",
    "range": 8,
    "damage": { "damage_type": "stab", "amount": 5, "armor_penetration": 25 },
    "recoil": 450,
    "loudness": 10,
    "effects": [ "NO_DROP" ]
  },
  {
    "id": "bloodyinfect",
    "type": "AMMO",
    "name": "traversed blood",
    "description": "Cheap and easy to collect. A combination of pure and infected blood and much more viscous than others.",
    "weight": "5 g",
    "volume": "250 ml",
    "price_postapoc": 500,
    "price": 3000,
    "material": [ "hflesh", "flesh" ],
    "symbol": "=",
    "color": "green",
    "phase": "liquid",
    "count": 10,
    "stack_size": 20,
    "ammo_type": "ammoblood",
    "range": 5,
    "damage": { "damage_type": "stab", "amount": 10, "armor_penetration": 10 },
    "recoil": 625,
    "loudness": 30,
    "effects": [ "NO_DROP" ]
  },
  {
    "id": "bloodshot_00",
    "type": "AMMO",
    "name": "00 bloodshot",
    "description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
    "weight": "35 g",
    "volume": "250 ml",
    "price_postapoc": 6000,
    "price": 31500,
    "material": [ "compactblood", "powder" ],
    "symbol": "=",
    "color": "red",
    "stack_size": 20,
    "ammo_type": "bloodshot",
    "casing": "shot_hull",
    "range": 4,
    "damage": { "damage_type": "stab", "amount": 65 },
    "recoil": 2750,
    "loudness": 180,
    "effects": [ "COOKOFF", "SHOT" ]
  },
  {
    "id": "reloaded_bloodshot_00",
    "type": "AMMO",
    "name": "reloaded 00 bloodshot",
    "description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
    "weight": "35 g",
    "volume": "250 ml",
    "price_postapoc": 2200,
    "price": 20500,
    "material": [ "compactblood", "powder" ],
    "symbol": "=",
    "color": "red",
    "stack_size": 20,
    "ammo_type": "bloodshot",
    "casing": "shot_hull",
    "range": 4,
    "damage": { "damage_type": "stab", "amount": 57 },
    "recoil": 2650,
    "loudness": 180,
    "effects": [ "COOKOFF", "SHOT", "RECYCLED" ]
  }
]