Commit 5cd8528 1 parent 1963bd6 commit 5cd8528 Copy full SHA for 5cd8528
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,15 @@ function CraftSim.DB.OPTIONS:Migrate()
238
238
239
239
CraftSimDB .optionsDB .version = 6
240
240
end
241
+
242
+ -- migrate constant change .. again
243
+ if CraftSimDB .optionsDB .version == 6 then
244
+ if CraftSimDB .optionsDB .data [" PROFIT_CALCULATION_MULTICRAFT_CONSTANT" ] == 2.2 then
245
+ CraftSimDB .optionsDB .data [" PROFIT_CALCULATION_MULTICRAFT_CONSTANT" ] = CraftSim .CONST .MULTICRAFT_CONSTANT
246
+ end
247
+
248
+ CraftSimDB .optionsDB .version = 7
249
+ end
241
250
end
242
251
243
252
function CraftSim .DB .OPTIONS :CleanUp ()
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
38
38
f .p .. f .bb (" Cooldowns Module:" ),
39
39
f .a .. " - Now tracking" .. f .bb (" Invent" ) .. " and " .. f .bb (" Experiments" ),
40
40
f .a .. " - Now offering an expansion filter option" ,
41
- f .p .. " Changed Default Multicraft Constant to " .. f .g (" 2.2" ),
42
41
newP (" 17.1.7" ),
43
42
f .s .. " Added an " .. f .g (" Add First Crafts Button" ) .. " to the " .. f .bb (" CraftQueue" ),
44
43
f .a .. " Now only queues recipes for open profession" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ CraftSim.CONST.ALCHEMICAL_EXPERIMENTATION_RECIPE_IDS = {
46
46
-- this average comes from 20-40% resources saved on proc with a minimum of 1
47
47
-- currently this is just an approximation
48
48
CraftSim .CONST .BASE_RESOURCEFULNESS_AVERAGE_SAVE_FACTOR = 0.30
49
- CraftSim .CONST .MULTICRAFT_CONSTANT = 2.2
49
+ CraftSim .CONST .MULTICRAFT_CONSTANT = 2.5
50
50
51
51
CraftSim .CONST .DISCORD_INVITE_URL = " https://discord.gg/7vqKMgezXR"
52
52
CraftSim .CONST .PAYPAL_ME_URL = " https://www.paypal.com/paypalme/CraftSim"
You can’t perform that action at this time.
0 commit comments