Skip to content

Commit

Permalink
update ele stat weights
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 9, 2024
1 parent 3b6fc1f commit 3d44b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/elemental_shaman/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecElementalShaman, {
gear: Presets.DefaultGear.gear,
// Default EP weights for sorting gear in the gear picker.
epWeights: Stats.fromMap({
[Stat.StatIntellect]: 0.12,
[Stat.StatIntellect]: 2.30,
[Stat.StatSpellPower]: 1,
[Stat.StatSpellDamage]: 1,
[Stat.StatFirePower]: 0.3,
[Stat.StatNaturePower]: 0.7,
[Stat.StatSpellHit]: 20.08,
[Stat.StatSpellCrit]: 9.04,
[Stat.StatSpellHaste]: 9.32,
[Stat.StatSpellCrit]: 17.91,
[Stat.StatSpellHaste]: 17.16,
[Stat.StatMP5]: 0.02,
[Stat.StatStrength]: 0.01,
[Stat.StatAttackPower]: 0.01,
Expand Down

0 comments on commit 3d44b64

Please sign in to comment.