Difference between revisions of "Refining"
Jump to navigation
Jump to search
m (Removed dead end page by adding brief description and linking back to Scrollcrafting on the 'Enchanting' page.) |
|||
Line 25: | Line 25: | ||
|Gain a chance to find gems while smithing. | |Gain a chance to find gems while smithing. | ||
|} | |} | ||
+ | |||
+ | ==Formula== | ||
+ | The chance to find a random gem per action is calculated using this formula: | ||
+ | |||
+ | <math>GemChance = \frac{\frac{baseActionTimeMS}{500} + refiningScrolls * 100 + 100}{500000} \times 100%</math> | ||
+ | |||
+ | The following table shows the distribution for random gems: | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |+ | ||
+ | !Gem | ||
+ | !Chance | ||
+ | |- | ||
+ | |[[Sapphire]] | ||
+ | |40% | ||
+ | |- | ||
+ | |[[Emerald]] | ||
+ | |30% | ||
+ | |- | ||
+ | |[[Ruby]] | ||
+ | |20% | ||
+ | |- | ||
+ | |[[Diamond]] | ||
+ | |7% | ||
+ | |- | ||
+ | |[[Black Opal]] | ||
+ | |3% |
Revision as of 13:25, 24 May 2021
The Scroll of Refining is one of the many scrolls that can be created via Scrollcrafting using silver and a variety of runes. Enchantment scrolls can be applied to a piece of gear to provide passive buffs/effects.
Scroll | Slot | Level | Silver | Rune 1 | Rune 2 | Rune 3 | Rune 4 | Rune 5 | Effect | |
---|---|---|---|---|---|---|---|---|---|---|
Scroll of Refining | Gloves, Boots | 34 | 400 | 40 Air | 40 Earth | 40 Fire | 40 Cosmic | - | Gain a chance to find gems while smithing. |
Formula
The chance to find a random gem per action is calculated using this formula:
The following table shows the distribution for random gems:
Gem | Chance |
---|---|
Sapphire | 40% |
Emerald | 30% |
Ruby | 20% |
Diamond | 7% |
Black Opal | 3% |