summaryrefslogtreecommitdiff
path: root/json/items/ammo/22.json
blob: b667f2c3f676b74a5ec38f52b3ecbbbf4de846ae (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
[
  {
    "id": "22_lr",
    "type": "AMMO",
    "name": { "str_sp": ".22 LR" },
    "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets.  The .22LR round is extremely weak with very low stopping power, short range, and negligible recoil.  It is most useful for rifle training, and hunting small animals.",
    "weight": "3 g",
    "volume": "65 ml",
    "price": 150,
    "price_postapoc": 800,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "lead", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 80,
    "stack_size": 100,
    "ammo_type": "22",
    "casing": "22_casing",
    "range": 13,
    "damage": { "damage_type": "bullet", "amount": 12 },
    "dispersion": 60,
    "recoil": 150,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "22_cphp",
    "copy-from": "22_lr",
    "type": "AMMO",
    "name": { "str": ".22 CPHP" },
    "description": ".22 Long Rifle ammunition with 30gr copper-plated, hollow-point bullets.  Has a higher velocity and slightly more stopping power than lead round-nose ammunition, but armor will have a magnified effect on its already-low penetration.",
    "damage": { "damage_type": "bullet", "amount": 15, "armor_penetration": 0 },
    "relative": { "range": 3 },
    "proportional": { "recoil": 1.5 }
  },
  {
    "id": "22_fmj",
    "copy-from": "22_lr",
    "type": "AMMO",
    "name": { "str_sp": ".22 FMJ" },
    "description": ".22 Long Rifle ammunition with 30gr FMJ bullets.  The .22LR round is extremely weak with very low stopping power, short range, and negligible recoil.  It is most useful for rifle training, and hunting small animals.",
    "relative": { "damage": { "damage_type": "bullet", "amount": -1, "armor_penetration": 2 } }
  },
  {
    "id": "22_ratshot",
    "copy-from": "22_cphp",
    "type": "AMMO",
    "name": { "str_sp": ".22 rat-shot" },
    "description": "A .22 caliber cartridge loaded with very small pieces of shot contained within a fragmenting plastic capsule.  It has an extremely short range and penetration ability, but it can hit targets with greater ease.",
    "count": 100,
    "price_postapoc": 400,
    "dispersion": 0,
    "proportional": { "range": 0.6, "damage": { "damage_type": "bullet", "amount": 0.5 }, "recoil": 0.5 },
    "extend": { "effects": [ "SHOT", "NOGIB" ] }
  },
  {
    "id": "bp_22_fmj",
    "copy-from": "22_fmj",
    "type": "AMMO",
    "name": { "str_sp": ".22 LR FMJ, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
      "recoil": 0.57,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_22_lr",
    "copy-from": "22_lr",
    "type": "AMMO",
    "name": { "str_sp": ".22 LR, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
      "recoil": 0.57,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_22_lr",
    "copy-from": "22_lr",
    "type": "AMMO",
    "name": { "str_sp": ".22 LR, reloaded" },
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_22_fmj",
    "copy-from": "22_fmj",
    "type": "AMMO",
    "name": { "str_sp": ".22 FMJ, reloaded" },
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]