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

Feral T13 Implementation #1324

Merged
merged 4 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading