Skip to content

Commit

Permalink
Another benign RNG seed label change
Browse files Browse the repository at this point in the history
 On branch rotation_timing
 Changes to be committed:
	modified:   sim/hunter/beast_mastery/TestBM.results
	modified:   sim/hunter/cata_items.go
	modified:   sim/hunter/marksmanship/TestMM.results
	modified:   sim/hunter/survival/TestSV.results
  • Loading branch information
NerdEgghead committed Jan 13, 2025
1 parent 2ea6cd1 commit 9c61a07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sim/hunter/beast_mastery/TestBM.results
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ dps_results: {
dps_results: {
key: "TestBM-AllItems-Flamewaker'sBattlegear"
value: {
dps: 26276.20431
tps: 16504.95023
dps: 26276.80777
tps: 16480.95918
}
}
dps_results: {
Expand Down
2 changes: 1 addition & 1 deletion sim/hunter/cata_items.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var ItemSetFlameWakersBattleGear = core.NewItemSet(core.ItemSet{
return
}
procChance := 0.1
if sim.RandomFloat("Burning Adrenaline") < procChance {
if sim.RandomFloat("T12 4-set") < procChance {
burningAdrenaline.Activate(sim)
}
},
Expand Down
4 changes: 2 additions & 2 deletions sim/hunter/marksmanship/TestMM.results
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ dps_results: {
dps_results: {
key: "TestMM-AllItems-Flamewaker'sBattlegear"
value: {
dps: 25140.4034
tps: 22640.61989
dps: 24985.6938
tps: 22493.28679
}
}
dps_results: {
Expand Down
4 changes: 2 additions & 2 deletions sim/hunter/survival/TestSV.results
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ dps_results: {
dps_results: {
key: "TestSV-AllItems-Flamewaker'sBattlegear"
value: {
dps: 29323.33223
tps: 26450.21775
dps: 29335.22602
tps: 26447.0866
}
}
dps_results: {
Expand Down

0 comments on commit 9c61a07

Please sign in to comment.