summaryrefslogtreecommitdiff
path: root/json/items/ammo/300.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/300.json')
-rw-r--r--json/items/ammo/300.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/ammo/300.json b/json/items/ammo/300.json
index 95fcb84..90c23f9 100644
--- a/json/items/ammo/300.json
+++ b/json/items/ammo/300.json
@@ -35,5 +35,15 @@
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_300_winmag",
+ "copy-from": "300_winmag",
+ "type": "AMMO",
+ "name": { "str": ".300 Winchester Magnum, reloaded" },
+ "description": "The .300 Winchester Magnum is extremely versatile and has been adopted by many shooting disciplines. The cartridge has found use by hunters, military units, and law enforcement departments.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]