Skip to content

Commit 4b2ebda

Browse files
LocalIdentityLocalIdentity
andauthored
Update gem Attributes Requirement formula for 0.3 (#1172)
Attribute requirements for gems have been changed in 0.3 and using a value of 1.7 instead of 2.25 accurately reflects the values shown off in the 0.3 reveal stream Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent a7c9fb3 commit 4b2ebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcTools.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function calcLib.getGemStatRequirement(level, multi, isSupport)
124124
if multi == 0 or isSupport then
125125
return 0
126126
end
127-
local req = round( ( 5 + ( level - 3 ) * 2.25 ) * ( multi / 100 ) ^ 0.9 ) + 4
127+
local req = round( ( 5 + ( level - 3 ) * 1.7 ) * ( multi / 100 ) ^ 0.9 ) + 4
128128
return req < 8 and 0 or req
129129
end
130130

0 commit comments

Comments
 (0)