From 6731761ee1d0fad9938d065f8a66b04f428319fe Mon Sep 17 00:00:00 2001 From: John Candlebury Date: Sun, 3 May 2020 18:32:01 -0600 Subject: [PATCH] Alter the damage type if CRIT laser weaponry --- data/mods/CRT_EXPANSION/items/crt_gun.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/CRT_EXPANSION/items/crt_gun.json b/data/mods/CRT_EXPANSION/items/crt_gun.json index 65f351baf1a8a..dec62707f69ee 100644 --- a/data/mods/CRT_EXPANSION/items/crt_gun.json +++ b/data/mods/CRT_EXPANSION/items/crt_gun.json @@ -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, @@ -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, @@ -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 ] ],