Skip to content

Commit

Permalink
Merge pull request CleverRaven#76096 from b3brodie/xedra_inv_grenade
Browse files Browse the repository at this point in the history
[XEDRA] Fix Inventor Grenade launcher mod definition
  • Loading branch information
Maleclypse authored Sep 2, 2024
2 parents c17fa69 + b968efe commit 9c09701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/mods/Xedra_Evolved/items/inventor/gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
"range_modifier": 35,
"mode_modifier": [ [ "DEFAULT", "semi-auto", 1 ] ],
"install_time": "1 m",
"damage_modifier": { "damage_type": "heat", "amount": 150 },
"damage_modifier": { "damage_type": "electric", "amount": 100 },
"ammo_effects": [ "GRENADE_ELEC_EXPL" ],
"min_skills": [ [ "weapon", 1 ] ],
"dispersion_modifier": 15,
Expand Down Expand Up @@ -562,6 +562,7 @@
"range_modifier": 35,
"mode_modifier": [ [ "DEFAULT", "semi-auto", 1 ] ],
"install_time": "1 m",
"damage_modifier": { "damage_type": "heat", "amount": 150 },
"min_skills": [ [ "deduction", 4 ], [ "electronics", 4 ], [ "weapon", 4 ] ],
"dispersion_modifier": 15,
"handling_modifier": 4,
Expand Down

0 comments on commit 9c09701

Please sign in to comment.