Skip to content

Commit

Permalink
Gearset Helper v2.3.0.0 (#3828)
Browse files Browse the repository at this point in the history
Update Gearset Helper to version 2.3.0.0:

* Updated for 7.0 / apiX.
* Changed: In the Items section, show the item level on every item even when they aren't synced down.
* Changed: Display a notice in the Estimated Damage and Calculated sections that the math hasn't been updated for Dawntrail yet.
* Fixed: Error in calculating average item level when using gear that fills multiple slots.
* Fixed: Error in calculating average item level when using a job that does not use an off-hand.
* Fixed: Error in how base stats were calculated causing minor differences.
  • Loading branch information
KhloeLeclair authored Jul 6, 2024
1 parent 11e7fd3 commit 940d8b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions stable/GearsetHelperPlugin/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[plugin]
repository = "https://github.com/KhloeLeclair/GearsetHelperPlugin.git"
commit = "c97cf824f6dbf2401bfcbe0ade425bed99671316"
commit = "38a490044f346ac901e177e3bbfed48cf6c5d7d0"
owners = [
"KhloeLeclair"
]
project_path = "GearsetHelperPlugin"
changelog = """
- Fixed stats for relic weapons not being handled correctly.
- Updated for 7.0 / apiX.
- Added a notice to the Calculated section that math hasn't been updated for Dawntrail and may be inaccurate.
- Fixed errors in calculating average item level with some jobs and gear pieces.
- Fixed error in how base stats were calculated.
"""

0 comments on commit 940d8b9

Please sign in to comment.