Skip to content

Commit

Permalink
Add vanilla agi/int conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Feb 23, 2024
1 parent a3f84a6 commit 3b4c533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ addon.CritPerAgi = {
},
["PRIEST"] = {
0.1000, 0.1000, 0.1000, 0.0952, 0.0952, 0.0952, 0.0952, 0.0909, 0.0909, 0.0909,
0.0909, 0.0870, 0.0870, 0.0870, nil, 0.0833, 0.0833, 0.0833, nil, nil,
0.0909, 0.0870, 0.0870, 0.0870, nil, 0.0833, 0.0833, 0.0833, nil, 0.0800,
0.0800, 0.0800, nil, nil, 0.0769, 0.0741, 0.0741, 0.0741, 0.0714, 0.0714,
0.0714, 0.0690, 0.0690, 0.0690, 0.0667, 0.0667, 0.0667, 0.0645, 0.0645, 0.0645,
[60] = 0.0500,
Expand Down Expand Up @@ -155,7 +155,7 @@ addon.SpellCritPerInt = {
["ROGUE"] = addon.zero,
["PRIEST"] = {
0.1909, 0.1826, 0.1750, 0.1680, 0.1556, 0.1500, 0.1448, 0.1400, 0.1355, 0.1273,
0.1167, 0.1050, 0.0977, 0.0875, nil, 0.0764, 0.0700, 0.0667, nil, nil,
0.1167, 0.1050, 0.0977, 0.0875, nil, 0.0764, 0.0700, 0.0667, nil, 0.0583,
0.0560, 0.0525, nil, nil, 0.0457, 0.0438, 0.0420, 0.0404, 0.0389, 0.0372,
0.0359, 0.0347, 0.0336, 0.0323, 0.0313, 0.0304, 0.0294, 0.0286, nil, 0.0269,
[60] = 0.0168,
Expand Down

0 comments on commit 3b4c533

Please sign in to comment.