summaryrefslogtreecommitdiff
path: root/json/items/ammo/3006.json
blob: d8abccb9b48c985d20d43d425712836b4588b7fb (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": "3006",
    "type": "AMMO",
    "name": { "str": ".30-06 Springfield" },
    "description": ".30-06 Springfield rounds with 165gr soft point bullets.  The .30-06 cartridge has excellent accuracy, range, and stopping power making it popular with hunters and snipers for well over a century.",
    "weight": "20 g",
    "volume": "250 ml",
    "price": 160,
    "price_postapoc": 800,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 20,
    "stack_size": 20,
    "ammo_type": "3006",
    "casing": "3006_casing",
    "range": 61,
    "damage": { "damage_type": "bullet", "amount": 62, "armor_penetration": 10 },
    "dispersion": 20,
    "recoil": 3800,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "3006_incendiary",
    "copy-from": "3006",
    "type": "AMMO",
    "name": { "str": ".30-06 M14A1 tracer" },
    "description": "Armor piercing incendiary .30-06 M14A1 ammunition containing tracer rounds to help keep the weapon they are fired from on target.  It penetrates all but the strongest body armor with ease.",
    "extend": { "effects": [ "INCENDIARY" ] }
  },
  {
    "id": "3006fmj",
    "copy-from": "3006",
    "type": "AMMO",
    "name": { "str": ".30-06 M2 AP" },
    "description": "Armor piercing .30-06 M2 ammunition with 168gr FMJ bullets.  It is an extremely powerful and accurate cartridge but pays for its armor penetration abilities with lowered damage.",
    "relative": { "damage": { "damage_type": "bullet", "amount": -4, "armor_penetration": 8 } }
  },
  {
    "id": "bp_3006",
    "copy-from": "3006",
    "type": "AMMO",
    "name": { "str": ".30-06 Springfield, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
      "recoil": 0.76,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_3006_incendiary",
    "copy-from": "3006_incendiary",
    "type": "AMMO",
    "name": { "str": ".30-06 Springfield tracer, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
      "recoil": 0.76,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_3006fmj",
    "copy-from": "3006fmj",
    "type": "AMMO",
    "name": { "str": ".30-06 M2 AP, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
      "recoil": 0.76,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_3006",
    "copy-from": "3006",
    "type": "AMMO",
    "name": { "str": ".30-06 Springfield, 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_3006_incendiary",
    "copy-from": "3006_incendiary",
    "type": "AMMO",
    "name": { "str": ".30-06 incendiary, 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_3006fmj",
    "copy-from": "3006fmj",
    "type": "AMMO",
    "name": { "str": ".30-06 M2 AP, 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" ] }
  }
]