diff --git a/data/json/ammo_effects.json b/data/json/ammo_effects.json index b668e31b22b71..946a75215ebbf 100644 --- a/data/json/ammo_effects.json +++ b/data/json/ammo_effects.json @@ -97,6 +97,11 @@ "aoe": { "field_type": "fd_plasma", "intensity_min": 2, "intensity_max": 3, "chance": 50 }, "trail": { "field_type": "fd_plasma", "intensity_min": 1, "intensity_max": 2, "chance": 50 } }, + { + "id": "PLASMA_BUBBLE", + "type": "ammo_effect", + "aoe": { "field_type": "fd_plasma", "intensity_min": 1, "intensity_max": 3, "radius": 1, "chance": 10 } + }, { "id": "EXPLOSIVE_HUGE", "type": "ammo_effect", diff --git a/data/json/items/gun/bio.json b/data/json/items/gun/bio.json index f8f9f6f5603c7..83ba157d5cd0a 100644 --- a/data/json/items/gun/bio.json +++ b/data/json/items/gun/bio.json @@ -58,7 +58,7 @@ "color": "magenta", "skill": "pistol", "range": 30, - "ranged_damage": { "damage_type": "stab", "amount": 10, "armor_penetration": 15 }, + "ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 15 }, "dispersion": 10, "durability": 10, "loudness": 7, diff --git a/data/json/items/gun/ups.json b/data/json/items/gun/ups.json index b51d092deb626..6796517976cc5 100644 --- a/data/json/items/gun/ups.json +++ b/data/json/items/gun/ups.json @@ -17,12 +17,12 @@ "color": "cyan", "skill": "rifle", "range": 35, - "ranged_damage": { "damage_type": "stab", "amount": 30, "armor_penetration": 20 }, + "ranged_damage": { "damage_type": "electric", "amount": 45, "armor_penetration": 20 }, "dispersion": 10, "durability": 10, "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 3 ] ], "loudness": 23, - "ups_charges": 70, + "ups_charges": 60, "reload": 0, "valid_mod_locations": [ [ "accessories", 4 ], @@ -55,14 +55,14 @@ "color": "blue", "skill": "rifle", "range": 30, - "ranged_damage": { "damage_type": "stab", "amount": 10, "armor_penetration": 10 }, + "ranged_damage": { "damage_type": "heat", "amount": 20, "armor_penetration": 20 }, "dispersion": 100, "durability": 8, "loudness": 12, - "ups_charges": 80, + "ups_charges": 20, "reload": 0, "modes": [ [ "DEFAULT", "3 rd.", 3 ], [ "BURST", "5 rd.", 5 ], [ "AUTO", "high auto", 15 ] ], - "ammo_effects": [ "LASER", "INCENDIARY" ], + "ammo_effects": [ "LASER", "PLASMA_BUBBLE", "INCENDIARY" ], "flags": [ "NO_UNLOAD", "NEVER_JAMS", @@ -92,13 +92,13 @@ "color": "blue", "skill": "rifle", "range": 45, - "ranged_damage": { "damage_type": "stab", "amount": 30, "armor_penetration": 20 }, + "ranged_damage": { "damage_type": "heat", "amount": 30, "armor_penetration": 20 }, "dispersion": 15, "durability": 8, "loudness": 1, - "ups_charges": 180, + "ups_charges": 50, "reload": 0, - "ammo_effects": [ "LASER", "INCENDIARY" ], + "ammo_effects": [ "LASER", "PLASMA_BUBBLE", "INCENDIARY" ], "flags": [ "NO_UNLOAD", "NEVER_JAMS", @@ -129,7 +129,7 @@ "color": "magenta", "skill": "rifle", "range": 30, - "ranged_damage": { "damage_type": "stab", "amount": 10, "armor_penetration": 15 }, + "ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 15 }, "dispersion": 90, "durability": 7, "loudness": 8, @@ -166,7 +166,7 @@ "color": "yellow", "skill": "rifle", "range": 30, - "ranged_damage": { "damage_type": "stab", "amount": 22, "armor_penetration": 15 }, + "ranged_damage": { "damage_type": "heat", "amount": 25, "armor_penetration": 15 }, "dispersion": 10, "durability": 8, "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 4 ] ], @@ -205,11 +205,11 @@ "color": "magenta", "skill": "pistol", "range": 30, - "ranged_damage": { "damage_type": "stab", "amount": 10, "armor_penetration": 15 }, + "ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 15 }, "dispersion": 180, "durability": 8, "loudness": 7, - "ups_charges": 20, + "ups_charges": 10, "reload": 200, "valid_mod_locations": [ [ "accessories", 2 ],