764
edits
m (→Adjusted clear time: Fix the global mistake in how I calculated combination runes crafting and mining time) |
m (→Adjusted clear time: Fix the combination formula again. Previously, I counted the one rune essence from Smoke in the runecrafting time, which is wrong.) |
||
Line 169: | Line 169: | ||
|- | |- | ||
| Advanced Magic | | Advanced Magic | ||
| 5. | | 5.8 | ||
|} | |} | ||
Line 185: | Line 185: | ||
The mining time is the one with the {{UpgradeIcon|Dragon Pickaxe}} upgrade - 1.3 seconds. The number of needed essence considers all runes used in crafting: {{ItemIcon|Rune Essence|Essence}}, {{ItemIcon|Air Rune|Air}}, {{ItemIcon|Fire Rune|Fire}}, {{ItemIcon|Smoke Rune|Smoke}} and {{ItemIcon|Ancient Rune|Ancient}} runes. | The mining time is the one with the {{UpgradeIcon|Dragon Pickaxe}} upgrade - 1.3 seconds. The number of needed essence considers all runes used in crafting: {{ItemIcon|Rune Essence|Essence}}, {{ItemIcon|Air Rune|Air}}, {{ItemIcon|Fire Rune|Fire}}, {{ItemIcon|Smoke Rune|Smoke}} and {{ItemIcon|Ancient Rune|Ancient}} runes. | ||
<math>T_m = N * (7 * ( | <math>T_m = N * (7 * (2/16 + 2/16) / 16 + 1 / 16 + 7 / 16) * 1.3 = N * (7 * (2/16 + 2/16) + 1) / 16 * 1.3 + 7 / 16 * 1.3</math> | ||
For <math>T_r</math> compared to <math>T_m</math>, the | For <math>T_r</math> compared to <math>T_m</math>, the difference is that we don't account for one rune essence in the {{ItemIcon|Smoke Rune}} because we don't need to runecraft it separately unlike all other parts of the formula. | ||
<math>T_r = N * | <math>T_r = N * (7 * (2/16 + 2/16) + 1) / 16 * 2</math> | ||
You can check out the intermediate steps with the following Google Sheet ([https://docs.google.com/spreadsheets/d/1Wkic1HnSjkvFuq78UhuIe4BUTxc1EcedhRIcKsXRq0I/edit#gid=0 link]). | You can check out the intermediate steps with the following Google Sheet ([https://docs.google.com/spreadsheets/d/1Wkic1HnSjkvFuq78UhuIe4BUTxc1EcedhRIcKsXRq0I/edit#gid=0 link]). |
edits