Skip to content

Commit

Permalink
Merge pull request #76280 from shoozzzh/master
Browse files Browse the repository at this point in the history
[Xedra Evolved]Fix electronic halo adds weapon dispersion
  • Loading branch information
Maleclypse authored Sep 9, 2024
2 parents 1ab9459 + 51d5d92 commit 791baaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/items/inventor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
{ "value": "PERCEPTION", "add": 2 },
{ "value": "MOTION_VISION_RANGE", "add": 30 },
{ "value": "RANGED_DAMAGE", "multiply": 0.33 },
{ "value": "WEAPON_DISPERSION", "multiply": 0.33 }
{ "value": "WEAPON_DISPERSION", "multiply": -0.33 }
]
}
]
Expand Down

0 comments on commit 791baaf

Please sign in to comment.