Skip to content

Commit

Permalink
Merge pull request #1324 from wowsims/feral
Browse files Browse the repository at this point in the history
Feral T13 Implementation
  • Loading branch information
NerdEgghead authored Jan 27, 2025
2 parents d5c637f + 6d4897c commit beb4a22
Show file tree
Hide file tree
Showing 12 changed files with 611 additions and 29 deletions.
7 changes: 7 additions & 0 deletions sim/druid/balance/TestBalance.results
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,13 @@ dps_results: {
tps: 26993.65922
}
}
dps_results: {
key: "TestBalance-AllItems-DeepEarthBattlegarb"
value: {
dps: 19002.78454
tps: 18986.08885
}
}
dps_results: {
key: "TestBalance-AllItems-DeepEarthRegalia"
value: {
Expand Down
2 changes: 2 additions & 0 deletions sim/druid/druid.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ type Druid struct {
PredatoryInstinctsAura *core.Aura
PrimalMadnessAura *core.Aura
PulverizeAura *core.Aura
SavageDefenseAura *core.DamageAbsorptionAura
SavageRoarAura *core.Aura
SmokescreenAura *core.Aura
SolarEclipseProcAura *core.Aura
Expand Down Expand Up @@ -132,6 +133,7 @@ type Druid struct {
T11Feral2pBonus *core.Aura
T11Feral4pBonus *core.Aura
T12Feral4pBonus *core.Aura
T13Feral4pBonus *core.Aura
}

const (
Expand Down
Loading

0 comments on commit beb4a22

Please sign in to comment.