summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Weapons/ranged_weapon_mod.json
blob: ce78a89160c9493caa5c76632cda93757c73c28b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "id": "bloodstinger_barrel",
    "type": "GUNMOD",
    "name": "bloodstinger barrel",
    "description": "Odd barrel extension specialized for blood stinger rifles. It has a vented metal end point that pressurizes liquid before firing, increasing damage, accuracy and aiming time.",
    "weight": 650,
    "volume": 4,
    "price": 0,
    "to_hit": 2,
    "bashing": 5,
    "material": ["steel", "compactblood"],
    "symbol": ":",
    "color": "red",
    "location": "barrel",
    "mod_targets": ["rifle"],
    "ranged_damage": { "damage_type": "stab", "amount": 1 },
    "dispersion_modifier": -70,
    "flags": ["IRREMOVABLE"],
    "min_skills": [["weapon", 6]]
}