Skip to content

Commit

Permalink
Alter the damage type/power draw of mainline laser weaponry
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed May 4, 2020
1 parent b3f3ea4 commit 9e9131d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions data/json/ammo_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/bio.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
24 changes: 12 additions & 12 deletions data/json/items/gun/ups.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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 ] ],
Expand Down Expand Up @@ -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 ],
Expand Down

0 comments on commit 9e9131d

Please sign in to comment.