Skip to content

Commit

Permalink
feat: Convert non-pistol only energy weapon mods to be compatible wit…
Browse files Browse the repository at this point in the history
…h all energy weapons. (#3688)

Convert non-pistol only energy weapon mods

Now works with all energy weapons
KheirFerrum authored Nov 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8304c0d commit 7d7dfe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/gunmod/laser_gunmods.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"symbol": ":",
"color": "light_gray",
"location": "lens",
"mod_target_category": [ [ "ENERGY_WEAPONS", "PISTOLS" ], [ "ENERGY_WEAPONS", "RIFLES" ] ],
"mod_target_category": [ [ "ENERGY_WEAPONS" ] ],
"range_modifier": -25,
"damage_modifier": { "damage_type": "heat", "amount": 10 },
"ammo_effects": [ "SHOT" ]
@@ -30,7 +30,7 @@
"symbol": ":",
"color": "light_gray",
"location": "lens",
"mod_target_category": [ [ "ENERGY_WEAPONS", "PISTOLS" ], [ "ENERGY_WEAPONS", "RIFLES" ] ],
"mod_target_category": [ [ "ENERGY_WEAPONS" ] ],
"range_modifier": 15,
"damage_modifier": { "damage_type": "heat", "amount": 5 },
"dispersion_modifier": 15
@@ -68,7 +68,7 @@
"symbol": ":",
"color": "light_gray",
"location": "emitter",
"mod_target_category": [ [ "ENERGY_WEAPONS", "PISTOLS" ], [ "ENERGY_WEAPONS", "RIFLES" ] ],
"mod_target_category": [ [ "ENERGY_WEAPONS" ] ],
"ups_charges_multiplier": 0.9
},
{
@@ -85,7 +85,7 @@
"symbol": ":",
"color": "light_gray",
"location": "emitter",
"mod_target_category": [ [ "ENERGY_WEAPONS", "PISTOLS" ], [ "ENERGY_WEAPONS", "RIFLES" ] ],
"mod_target_category": [ [ "ENERGY_WEAPONS" ] ],
"range_modifier": 5,
"damage_modifier": { "damage_type": "heat", "amount": 10 },
"ups_charges_multiplier": 2.0

0 comments on commit 7d7dfe3

Please sign in to comment.