Skip to content

Commit

Permalink
Reduce armor penetraton of mainline laser weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed May 4, 2020
1 parent 24bd341 commit 0356875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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": "heat", "amount": 10, "armor_penetration": 15 },
"ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 4 },
"dispersion": 10,
"durability": 10,
"loudness": 7,
Expand Down
12 changes: 6 additions & 6 deletions data/json/items/gun/ups.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"color": "cyan",
"skill": "rifle",
"range": 35,
"ranged_damage": { "damage_type": "electric", "amount": 45, "armor_penetration": 20 },
"ranged_damage": { "damage_type": "electric", "amount": 45, "armor_penetration": 4 },
"dispersion": 10,
"durability": 10,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 3 ] ],
Expand Down Expand Up @@ -55,7 +55,7 @@
"color": "blue",
"skill": "rifle",
"range": 30,
"ranged_damage": { "damage_type": "heat", "amount": 20, "armor_penetration": 20 },
"ranged_damage": { "damage_type": "heat", "amount": 20, "armor_penetration": 4 },
"dispersion": 100,
"durability": 8,
"loudness": 12,
Expand Down Expand Up @@ -92,7 +92,7 @@
"color": "blue",
"skill": "rifle",
"range": 45,
"ranged_damage": { "damage_type": "heat", "amount": 30, "armor_penetration": 20 },
"ranged_damage": { "damage_type": "heat", "amount": 30, "armor_penetration": 4 },
"dispersion": 15,
"durability": 8,
"loudness": 1,
Expand Down Expand Up @@ -129,7 +129,7 @@
"color": "magenta",
"skill": "rifle",
"range": 30,
"ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 15 },
"ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 4 },
"dispersion": 90,
"durability": 7,
"loudness": 8,
Expand Down Expand Up @@ -166,7 +166,7 @@
"color": "yellow",
"skill": "rifle",
"range": 30,
"ranged_damage": { "damage_type": "heat", "amount": 25, "armor_penetration": 15 },
"ranged_damage": { "damage_type": "heat", "amount": 25, "armor_penetration": 4 },
"dispersion": 10,
"durability": 8,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 4 ] ],
Expand Down Expand Up @@ -205,7 +205,7 @@
"color": "magenta",
"skill": "pistol",
"range": 30,
"ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 15 },
"ranged_damage": { "damage_type": "heat", "amount": 10, "armor_penetration": 4 },
"dispersion": 180,
"durability": 8,
"loudness": 7,
Expand Down

0 comments on commit 0356875

Please sign in to comment.