Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 13, 2024
1 parent 481ce3f commit 8c5f803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ The chest InventoryType has the highest sell value of all slots, similar to the
| Feet | 8 | 12/16 |
| Hands | 10 | 8/16 |
| Finger | 11 | 8/16 |
| Trinket | 12 | 16/16 |
| Trinket | 12 | 28/16 |
| Shield | 14 | 15/16 |
| Back | 9 | 12/16 |
| Head | 1 | 12/16 |
Expand Down Expand Up @@ -426,7 +426,7 @@ All othe armor types sell for 20% of the buy price.

## Sources & Attribution

Much of the data outlined in the documentation above are based on various wiki articles that have largely been inspired by the mathematics introduced by a Zul'jin player known as Hyzenthlei.
The inspiration for the calculations and formulas above probably wouldn't have happened if it weren't for the hard work of the individuals who took the time to write wiki articles and forum threads outlined below. Their work was heavily influenced by the mathematics introduced by a Zul'jin player known as Hyzenthlei.

- [TurtleWoW Forums](https://forum.turtle-wow.org/viewtopic.php?t=1567)
- [Allakhazam Forums](https://wow.allakhazam.com/wiki/Itemization_Formulas_%28wow%29)
Expand Down
2 changes: 0 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ $(document).ready(function() {
]
)
},
// "0": { name: "Mana", type: 0, statMod: (32/16) }, // cannot test
// "1": { name: "Health", type: 0, statMod: (32/16) }, // cannot test
"3": { name: "Agility", type: 0, statMod: (16/16) },
"4": { name: "Strength", type: 0, statMod: (16/16) },
"5": { name: "Intellect", type: 0, statMod: (16/16) },
Expand Down

0 comments on commit 8c5f803

Please sign in to comment.