From 0f19bc2ae45fa9ca940c25c89770868157275fa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Apr 2021 21:43:36 -0700 Subject: Many changes to bring the mod more up to date with 0.E.3 Rebalance blood backpacks --- .../Items/Weapons/ranged_weapon.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json index 0b2987f..7240e79 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json @@ -6,7 +6,7 @@ "price": 0, "price_postapoc": 0, "color": "red", - "name": "Invynel's bow", + "name": { "str": "Invynel's bow" }, "description": "A heavy, steel bow. Its serrated, blade handle makes it available for melee, but unwieldy. Well trained archers find this useful for long to mid range combats greatly.", "material": [ "steel" ], "techniques": [ "BOW_VAMP_SWEEP", "BOW_VAMP_THRUST" ], @@ -15,7 +15,7 @@ "min_strength": 10, "weight": "1225 g", "ammo": [ "arrow" ], - "volume": 12, + "volume": "3000 ml", "bashing": 4, "cutting": 14, "armor_data": { "covers": [ "TORSO" ], "coverage": 15, "material_thickness": 1, "encumbrance": 27 }, @@ -32,7 +32,7 @@ "type": "GUN", "symbol": "(", "color": "red", - "name": "blood striker", + "name": { "str": "blood striker" }, "description": "A modified and beautifully designed striker shotgun created by vampires. Unlike human's, it has a bigger revolving wheel, which occupies additional bullets and a 3-shot burst mode for barraging shots with its improved accuracy.", "price_postapoc": 1318500, "price": 0, @@ -41,7 +41,7 @@ "skill": "shotgun", "weight": "3620 g", "ammo": [ "bloodshot" ], - "volume": 10, + "volume": "2500 ml", "bashing": 8, "to_hit": 0, "dispersion": 205, @@ -69,7 +69,7 @@ "type": "GUN", "symbol": "(", "color": "red", - "name": "blood slinger", + "name": { "str": "blood slinger" }, "description": "A lightweight vampiric gun with special mounted blood-fed container. It uses thickened blood as the primary ammunition, and shoots at high velocity, regardless of its small size.", "price_postapoc": 22500, "price": 0, @@ -78,7 +78,7 @@ "skill": "pistol", "weight": "1428 g", "ammo": [ "ammoblood" ], - "volume": 6, + "volume": "1500 ml", "bashing": 8, "to_hit": 0, "dispersion": 150, @@ -105,7 +105,7 @@ "type": "GUN", "symbol": "(", "color": "red", - "name": "blood stinger", + "name": { "str": "blood stinger" }, "description": "A unique vampiric gun with specially designed barrel and a built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at extremely high velocity, dealing damage nearly the same to high caliber firearms.", "price_postapoc": 730500, "price": 0, @@ -114,7 +114,7 @@ "skill": "rifle", "weight": "3420 g", "ammo": [ "ammoblood" ], - "volume": 10, + "volume": "2500 ml", "bashing": 8, "to_hit": 0, "dispersion": 170, @@ -145,7 +145,7 @@ "type": "GUN", "symbol": "(", "color": "red", - "name": "blood stream shooter", + "name": { "str": "blood stream shooter" }, "description": "A heavy vampiric gun with very large, built-in blood-feed container input method and a trio-rotational barrel chambers. It uses thickened blood as the primary ammunition, and shoots at maximum firing rate without generating disrupting sounds.", "price_postapoc": 1182900, "price": 0, @@ -154,7 +154,7 @@ "skill": "smg", "weight": "3855 g", "ammo": [ "ammoblood" ], - "volume": 10, + "volume": "2500 ml", "bashing": 4, "to_hit": 0, "modes": [ [ "DEFAULT", "semi-auto", 3 ], [ "BURST", "5 rd.", 9 ], [ "AUTO", "auto", 60 ] ], @@ -182,7 +182,7 @@ "type": "GUN", "symbol": "(", "color": "red", - "name": "blood sprayer", + "name": { "str": "blood sprayer" }, "description": "A lightweight vampiric gun with large, built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at high firing rate without generating disrupting sounds.", "price_postapoc": 423500, "price": 0, @@ -191,7 +191,7 @@ "skill": "smg", "weight": "1805 g", "ammo": [ "ammoblood" ], - "volume": 6, + "volume": "1500 ml", "bashing": 4, "to_hit": 0, "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "5 rd.", 5 ], [ "AUTO", "auto", 20 ] ], -- cgit v1.2.1