Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wowsims/sod
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jul 23, 2024
2 parents 6d07509 + 9b1fda7 commit 046a85c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sim/mage/TestArcane.results
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ stat_weights_results: {
dps_results: {
key: "TestArcane-Lvl40-Average-Default"
value: {
dps: 406.32196
tps: 251.69294
dps: 406.32322
tps: 251.69372
}
}
dps_results: {
Expand Down
2 changes: 1 addition & 1 deletion ui/core/launched_sims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const simLaunchStatuses: Record<Spec, SimStatus> = {
status: LaunchStatus.Alpha,
},
[Spec.SpecTankRogue]: {
phase: Phase.Phase3,
phase: Phase.Phase4,
status: LaunchStatus.Alpha,
},
[Spec.SpecHolyPaladin]: {
Expand Down
2 changes: 2 additions & 0 deletions ui/rogue/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecRogue, {
Stat.StatSpellHit,
Stat.StatSpellCrit,
Stat.StatMeleeHaste,
Stat.StatDefense,
],
epPseudoStats: [PseudoStat.PseudoStatMainHandDps, PseudoStat.PseudoStatOffHandDps],
// Reference stat against which to calculate EP.
Expand All @@ -80,6 +81,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecRogue, {
Stat.StatMeleeCrit,
Stat.StatSpellCrit,
Stat.StatMeleeHaste,
Stat.StatDefense,
],

defaults: {
Expand Down
3 changes: 3 additions & 0 deletions ui/tank_rogue/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankRogue, {
Stat.StatSpellCrit,

// Tank stats
Stat.StatDefense,
Stat.StatArmor,
Stat.StatBonusArmor,
Stat.StatStamina,
Expand All @@ -51,6 +52,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankRogue, {

// Tank stats
Stat.StatStamina,
Stat.StatDefense,
Stat.StatDodge,
Stat.StatParry,
Stat.StatArmor,
Expand All @@ -66,6 +68,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankRogue, {
[Stat.StatAgility]: 1.69,
[Stat.StatStrength]: 1.1,
[Stat.StatAttackPower]: 1,
[Stat.StatDefense]: 4,
[Stat.StatSpellDamage]: 0.68,
[Stat.StatNaturePower]: 0.68,
[Stat.StatSpellCrit]: 2.0,
Expand Down

0 comments on commit 046a85c

Please sign in to comment.