summaryrefslogtreecommitdiff
path: root/json/items/ammo/5x50.json
blob: 7ff3c149363e25e2cf96314cb29c17aeb8ac8b26 (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
[
  {
    "id": "5x50dart",
    "type": "AMMO",
    "name": { "str": "RA110 5x50mm flechette" },
    "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.",
    "weight": "8 g",
    "volume": "144 ml",
    "price": "1125 cent",
    "material": [ "plastic", "powder", "steel" ],
    "symbol": "=",
    "color": "green",
    "count": 100,
    "stack_size": 50,
    "ammo_type": "5x50",
    "casing": "5x50_hull",
    "range": 60,
    "damage": { "damage_type": "bullet", "amount": 20, "armor_penetration": 30 },
    "dispersion": 60,
    "recoil": 400,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "price_postapoc": "18 USD",
    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
  },
  {
    "id": "5x50heavy",
    "copy-from": "5x50dart",
    "type": "AMMO",
    "name": { "str": "RA119 5x50mm penetrator" },
    "description": "Designed to defeat modern body armor, the Rivtech 5x50mm RA119 penetrator round features a biodegradable sabot and a single, fin-stabilized tungsten alloy projectile.",
    "weight": "9 g",
    "price": "1688 cent",
    "price_postapoc": "25 USD",
    "relative": { "range": -10, "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 }, "dispersion": 20 },
    "proportional": { "recoil": 1.1 }
  },
  {
    "id": "reloaded_5x50dart",
    "copy-from": "5x50dart",
    "type": "AMMO",
    "name": { "str": "RA110 5x50mm flechette, reloaded", "str_pl": "RA110 5x50mm flechettes, reloaded" },
    "price_postapoc": "12 USD",
    "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.  This one has been hand-reloaded by a lucky survivor or perhaps a pre-Cataclysm corporate spy, leading to slightly inferior performance compared to factory-produced ammo.",
    "effects": [ "COOKOFF", "RECYCLED" ],
    "relative": { "range": -15, "dispersion": 40 },
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.7 }, "recoil": 0.9 }
  }
]