diff options
4 files changed, 11 insertions, 11 deletions
| 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, diff --git a/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json b/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json index a8a9521..6983cdf 100644 --- a/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json +++ b/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json @@ -3,7 +3,7 @@      "id": "leechtooth",      "type": "AMMO",      "name": { "str": "leech tooth" }, -    "description": "You cheated, buddy.", +    "description": "This is a fake item to simulate leech ranged attacks.  If found in a game, it is a bug.",      "weight": "1 g",      "volume": "250 ml",      "price": 0, @@ -22,7 +22,7 @@      "id": "leechblood",      "type": "AMMO",      "name": { "str": "leech blood" }, -    "description": "You cheated, buddy.", +    "description": "This is a fake item to simulate leech ranged attacks.  If found in a game, it is a bug.",      "weight": "1 g",      "volume": "250 ml",      "price": 0, @@ -41,7 +41,7 @@      "id": "leechsharptooth",      "type": "AMMO",      "name": { "str": "leech sharp tooth" }, -    "description": "You cheated, buddy.", +    "description": "This is a fake item to simulate leech ranged attacks.  If found in a game, it is a bug.",      "weight": "1 g",      "volume": "250 ml",      "price": 0, | 
