From 221e1e218a2e90cab9741422e1be9d6ac29c4493 Mon Sep 17 00:00:00 2001 From: jc_gargma 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ammo.json') 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" ] -- cgit v1.2.1