Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bonus Armor DB Refactor #3016

Merged
merged 7 commits into from
May 2, 2023
Merged

Bonus Armor DB Refactor #3016

merged 7 commits into from
May 2, 2023

Conversation

NerdEgghead
Copy link
Contributor

Commits are separated for ease of debugging:

  • First commit refactors the DB to parse out Bonus Armor properly during DB creation, and then updates tank sim stat dependencies so that no test results change.
  • Second through fourth commit then fix bugs with how Bonus Armor was previously handled in plate tank sims, which does change test results as expected.
  • Final commit adds a default Bonus Armor EP to each tank sim so that jewelry slots will be correctly sorted in the UI.

NerdEgghead added 7 commits May 1, 2023 17:14
creation, rather than requiring tank sims to do this individually.
Updated tank sim stat dependencies accordingly, such that no test
results changed besides the presentation of stats (which now correctly
shows the total Bonus Armor contribution to the displayed Armor value).

 Changes to be committed:
	modified:   assets/database/db.bin
	modified:   assets/database/db.json
	modified:   assets/database/leftover_db.bin
	modified:   assets/database/leftover_db.json
	modified:   sim/common/wotlk/metagems.go
	modified:   sim/core/stats/deps.go
	modified:   sim/deathknight/deathknight.go
	modified:   sim/deathknight/presences.go
	modified:   sim/deathknight/talents_frost.go
	modified:   sim/deathknight/tank/TestBloodTank.results
	modified:   sim/druid/druid.go
	modified:   sim/druid/tank/TestFeralTank.results
	modified:   sim/paladin/holy/TestHoly.results
	modified:   sim/paladin/paladin.go
	modified:   sim/paladin/protection/TestProtection.results
	modified:   sim/paladin/talents.go
	modified:   sim/shaman/elemental/TestElemental.results
	modified:   sim/shaman/restoration/TestRestoration.results
	modified:   sim/shaman/shaman.go
	modified:   sim/warrior/dps/TestArms.results
	modified:   sim/warrior/dps/TestFury.results
	modified:   sim/warrior/protection/TestProtectionWarrior.results
	modified:   sim/warrior/talents.go
	modified:   sim/warrior/warrior.go
	modified:   tools/database/enchant_overrides.go
	modified:   tools/database/wowhead_tooltips.go
 Changes to be committed:
	modified:   sim/deathknight/presences.go
	modified:   sim/deathknight/tank/TestBloodTank.results
 Changes to be committed:
	modified:   sim/common/wotlk/metagems.go
	modified:   sim/deathknight/tank/TestBloodTank.results
	modified:   sim/warrior/protection/TestProtectionWarrior.results
Armor on gear.

 Changes to be committed:
	modified:   sim/deathknight/talents_frost.go
	modified:   sim/deathknight/tank/TestBloodTank.results
	modified:   sim/paladin/holy/TestHoly.results
	modified:   sim/paladin/protection/TestProtection.results
	modified:   sim/paladin/talents.go
	modified:   sim/warrior/protection/TestProtectionWarrior.results
	modified:   sim/warrior/talents.go
 Changes to be committed:
	modified:   ui/feral_tank_druid/sim.ts
	modified:   ui/protection_paladin/sim.ts
	modified:   ui/protection_warrior/sim.ts
	modified:   ui/tank_deathknight/sim.ts
 Changes to be committed:
	modified:   ui/tank_deathknight/sim.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant