Skip to content

Commit

Permalink
Alter the damage type if CRIT laser weaponry
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed May 4, 2020
1 parent 9c6fc03 commit 6731761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/CRT_EXPANSION/items/crt_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"color": "red",
"skill": "pistol",
"range": 20,
"ranged_damage": { "damage_type": "stab", "amount": 6, "armor_penetration": 10 },
"ranged_damage": { "damage_type": "heat", "amount": 6, "armor_penetration": 10 },
"dispersion": 150,
"durability": 9,
"loudness": 14,
Expand Down Expand Up @@ -49,7 +49,7 @@
"color": "cyan",
"skill": "launcher",
"range": 30,
"ranged_damage": { "damage_type": "stab", "amount": 9, "armor_penetration": 8 },
"ranged_damage": { "damage_type": "heat", "amount": 9, "armor_penetration": 8 },
"dispersion": 45,
"durability": 9,
"loudness": 28,
Expand All @@ -75,7 +75,7 @@
"color": "blue",
"skill": "smg",
"range": 25,
"ranged_damage": { "damage_type": "stab", "amount": 13, "armor_penetration": 9 },
"ranged_damage": { "damage_type": "heat", "amount": 13, "armor_penetration": 9 },
"dispersion": 15,
"durability": 8,
"modes": [ [ "DEFAULT", "semi-auto", 1 ] ],
Expand Down

0 comments on commit 6731761

Please sign in to comment.