Skip to content

Commit

Permalink
feat(balance): Laser mod buff (#4888)
Browse files Browse the repository at this point in the history
* Laser mod buff

Buffs laser mods to be less sucky

* electrolaser powerdraw nerf

* Electrolaser power nerf again

* Reduce scatterer range more
  • Loading branch information
yay855 authored Jun 26, 2024
1 parent 8c42eb8 commit 5cc0521
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/json/items/gunmod/laser_gunmods.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"color": "light_gray",
"location": "lens",
"mod_target_category": [ [ "ENERGY_WEAPONS" ] ],
"range_modifier": -25,
"range_modifier": -10,
"damage_modifier": { "damage_type": "heat", "amount": 10 },
"ammo_effects": [ "SHOT" ]
},
Expand All @@ -39,7 +39,7 @@
"id": "electrolaser_conversion",
"type": "GUNMOD",
"name": { "str": "electrolaser conversion" },
"description": "A set of high-tech electronics and optics. These converts a laser pistol into a less-lethal electrolaser capable of stunning targets, at the cost of a decreased damage output and increased power consumption.",
"description": "A set of high-tech electronics and optics. These converts a laser weapon into a less-lethal electrolaser capable of stunning targets, at the cost of a decreased damage output and increased power consumption.",
"weight": "380 g",
"volume": "1 L",
"price": "840 USD",
Expand All @@ -48,10 +48,10 @@
"symbol": ":",
"color": "light_gray",
"location": "lens",
"mod_target_category": [ [ "ENERGY_WEAPONS", "PISTOLS" ] ],
"range_modifier": -25,
"damage_modifier": { "damage_type": "heat", "amount": -8 },
"ups_charges_multiplier": 1.2,
"mod_target_category": [ [ "ENERGY_WEAPONS" ] ],
"range_modifier": -20,
"damage_modifier": { "damage_type": "heat", "amount": -5 },
"ups_charges_multiplier": 1.4,
"ammo_effects": [ "BEANBAG" ]
},
{
Expand Down Expand Up @@ -88,6 +88,6 @@
"mod_target_category": [ [ "ENERGY_WEAPONS" ] ],
"range_modifier": 5,
"damage_modifier": { "damage_type": "heat", "amount": 10 },
"ups_charges_multiplier": 2
"ups_charges_multiplier": 1.5
}
]

0 comments on commit 5cc0521

Please sign in to comment.