summaryrefslogtreecommitdiff
path: root/json/items/ammo/4570.json
blob: b089c500056572b69252e08043dca2796f05b063 (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
[
  {
    "id": "4570_sp",
    "type": "AMMO",
    "name": { "str_sp": ".45-70 SP" },
    "description": ".45-70 Government ammunition loaded with a 305 grain soft point bullet.  One of the oldest cartridges still in use, it is still a favorite for large game hunting at short ranges.",
    "weight": "35 g",
    "volume": "167 ml",
    "price": "125 cent",
    "price_postapoc": "8 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "+",
    "color": "green",
    "count": 20,
    "stack_size": 20,
    "ammo_type": "4570",
    "casing": "4570_casing",
    "range": 48,
    "damage": { "damage_type": "bullet", "amount": 57, "armor_penetration": 3 },
    "dispersion": 20,
    "recoil": 4300,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "4570_pen",
    "copy-from": "4570_sp",
    "type": "AMMO",
    "name": { "str": ".45-70 +P penetrator" },
    "description": ".45-70 Government overpressure ammunition loaded with a 305 grain solid copper penetrator projectile.  Designed for maximum penetration through thick hide and bone while maintaining ideal wounding characteristics.",
    "price": "175 cent",
    "price_postapoc": "6 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "relative": { "range": 2, "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 7 }, "recoil": 300 }
  },
  {
    "id": "4570_low",
    "copy-from": "4570_sp",
    "type": "AMMO",
    "name": { "str_sp": ".45-70 LFN cowboy" },
    "description": ".45-70 Government ammunition loaded with a 405 grain lead flat nose bullet to original specifications for safe use in antique firearms.  Quite a bit less powerful than modern ammo, but still packs a punch.",
    "price": "250 cent",
    "price_postapoc": "4 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "relative": { "range": -8, "damage": { "damage_type": "bullet", "amount": -14, "armor_penetration": -2 }, "recoil": -900 }
  },
  {
    "id": "reloaded_4570_sp",
    "copy-from": "4570_sp",
    "type": "AMMO",
    "name": { "str_sp": ".45-70 SP, reloaded" },
    "description": ".45-70 Government ammunition loaded with a 305 grain soft point bullet.  One of the oldest cartridges still in use, it is still a favorite for large game hunting at short ranges.  This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
    "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_4570_pen",
    "copy-from": "4570_pen",
    "type": "AMMO",
    "name": { "str": ".45-70 +P penetrator, reloaded", "str_pl": ".45-70 +P penetrators, reloaded" },
    "description": ".45-70 Government overpressure ammunition loaded with a 305 grain solid copper penetrator projectile.  Designed for maximum penetration through thick hide and bone while maintaining ideal wounding characteristics.  This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
    "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_4570_low",
    "copy-from": "4570_low",
    "type": "AMMO",
    "name": { "str_sp": ".45-70 LFN cowboy, reloaded" },
    "description": ".45-70 Government ammunition loaded with a 405 grain lead flat nose bullet to original specifications for safe use in antique firearms.  Quite a bit less powerful than modern ammo, but still packs a punch.  This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
    "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_4570_bp",
    "copy-from": "4570_low",
    "type": "AMMO",
    "name": { "str_sp": ".45-70, black powder" },
    "description": ".45-70 Government ammunition loaded with a 405 grain lead flat nose bullet using black powder to original specifications.  Quite a bit less powerful and a lot dirtier than modern ammo, but still packs a punch.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.3 },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]