Dragons Den/Guide: Difference between revisions

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.
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.4
| 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 * (1 + 2/16 + 2/16) / 16 + 1 / 16) * 1.3 = N / 16 * (8.75 + 1) * 1.3 = N * 12.675 / 16</math>
<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 only difference is that the number of mined essence is multiplied by 2 instead of 1.3.
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 * 9.75 * 2 / 16 = N * 9.75 / 8</math>
<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]).
764

edits