comment tweak

This commit is contained in:
Fox-McCloud
2017-08-06 09:06:57 -04:00
parent 223d608aa8
commit b1495e7cf5
+1 -1
View File
@@ -46,7 +46,7 @@
if(M.rating > 3)
max_potency = 95
else
max_potency = initial(max_potency) + (M.rating**3) // 53,59,77,95 Clamps at 100
max_potency = initial(max_potency) + (M.rating**3) // 51,58,77,95 Clamps at 100
max_yield = initial(max_yield) + (M.rating*2) // 4,6,8,10 Clamps at 10