From 221e1e218a2e90cab9741422e1be9d6ac29c4493 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 21 Apr 2022 11:28:33 -0700
Subject: Update guns from stab to bullet damage. Change description for leech
 ammo fake item.

---
 vamp_stuff/Modification_Files/Items/Weapons/ammo.json          |  4 ++--
 vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json | 10 +++++-----
 .../Modification_Files/Items/Weapons/ranged_weapon_mod.json    |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Items')

diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
index 892f365..2d05498 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
@@ -16,7 +16,7 @@
     "stack_size": 20,
     "ammo_type": "ammoblood",
     "range": 8,
-    "damage": { "damage_type": "stab", "amount": 5, "armor_penetration": 25 },
+    "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 25 },
     "recoil": 450,
     "loudness": 10,
     "flags": [ "NO_DROP" ]
@@ -62,7 +62,7 @@
     "ammo_type": "bloodshot",
     "casing": "shot_hull",
     "range": 6,
-    "damage": { "damage_type": "stab", "amount": 65 },
+    "damage": { "damage_type": "bullet", "amount": 65 },
     "recoil": 2750,
     "loudness": 160,
     "effects": [ "COOKOFF", "SHOT" ]
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
index 6c8d665..397de93 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
@@ -18,7 +18,7 @@
     "bashing": 4,
     "cutting": 14,
     "armor_data": { "covers": [ "torso" ], "coverage": 15, "material_thickness": 1, "encumbrance": 18 },
-    "ranged_damage": { "damage_type": "stab", "amount": 16 },
+    "ranged_damage": { "damage_type": "bullet", "amount": 16 },
     "range": 14,
     "dispersion": 185,
     "durability": 8,
@@ -88,7 +88,7 @@
     "reload": 100,
     "loudness": 3,
     "range": 10,
-    "ranged_damage": { "damage_type": "stab", "amount": 2 },
+    "ranged_damage": { "damage_type": "bullet", "amount": 2 },
     "valid_mod_locations": [
       [ "accessories", 4 ],
       [ "grip", 1 ],
@@ -124,7 +124,7 @@
     "reload": 100,
     "loudness": 3,
     "range": 20,
-    "ranged_damage": { "damage_type": "stab", "amount": 15 },
+    "ranged_damage": { "damage_type": "bullet", "amount": 15 },
     "barrel_volume": "750 ml",
     "built_in_mods": [ "bloodstinger_barrel" ],
     "valid_mod_locations": [
@@ -165,7 +165,7 @@
     "clip_size": 400,
     "reload": 175,
     "loudness": 3,
-    "ranged_damage": { "damage_type": "stab", "amount": 5 },
+    "ranged_damage": { "damage_type": "bullet", "amount": 5 },
     "valid_mod_locations": [
       [ "accessories", 4 ],
       [ "grip", 1 ],
@@ -202,7 +202,7 @@
     "clip_size": 100,
     "reload": 75,
     "loudness": 3,
-    "ranged_damage": { "damage_type": "stab", "amount": 3 },
+    "ranged_damage": { "damage_type": "bullet", "amount": 3 },
     "valid_mod_locations": [
       [ "accessories", 4 ],
       [ "grip", 1 ],
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
index 51daf75..cc3de91 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
@@ -17,7 +17,7 @@
     "gun_data": {
       "ammo": "ammoblood",
       "skill": "rifle",
-      "ranged_damage": { "damage_type": "stab", "amount": 1 },
+      "ranged_damage": { "damage_type": "bullet", "amount": 1 },
       "dispersion": 170,
       "durability": 8,
       "clip_size": 10,
-- 
cgit v1.2.1