Difference between revisions of "Template:Enchantments"

From Idlescape Wiki
Jump to navigation Jump to search
m (Fixed typo in Scholar description)
m (Added new enchantments)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
List of useful [[Enchanting#List of Enchantments|Enchantments]].
 
List of useful [[Enchanting#List of Enchantments|Enchantments]].
 +
<noinclude><!--Javascript to generate partially
 +
Object.values(window.Idlescape.data.items).filter(a => a.class == "enchanted-scroll" && a.name != "Scroll" && a.requiredResources[0]).map(
 +
b => "<tr>\n"
 +
+ " <td>{{img|" + b.name + "|40|word=1}}</td>\n"
 +
+ " <td>" + b.categories.map(c => c.charAt(0).toUpperCase() + c.slice(1)).join(", ").replaceAll("set", " Set") + "</td>\n"
 +
+ " <td style=\"text-align:center;\">" + b.level + "</td>\n"
 +
+ " <td style=\"text-align:center;\">" + b.requiredResources[0][111] + "</td>\n"
 +
+ " <td style=\"text-align:center;\">" + (b.requiredResources[0][510] ? b.requiredResources[0][510] :
 +
(b.requiredResources[0][511] ? b.requiredResources[0][511] :
 +
(b.requiredResources[0][512] ? b.requiredResources[0][512] :
 +
(b.requiredResources[0][513] ? b.requiredResources[0][513] :
 +
(b.requiredResources[0][514] ? b.requiredResources[0][514] :
 +
(b.requiredResources[0][515] ? b.requiredResources[0][515] :
 +
(b.requiredResources[0][516] ? b.requiredResources[0][516] :
 +
(b.requiredResources[0][517] ? b.requiredResources[0][517] :
 +
(b.requiredResources[0][518] ? b.requiredResources[0][518] :
 +
(b.requiredResources[0][519] ? b.requiredResources[0][519] : ""))))))))))+ "</td>\n"
 +
+ " <td>" + Object.values(_.map(b.requiredResources[0], (c, d) => d)).filter(e => e >=510 && e <= 519).map((f) => Object.values(window.Idlescape.data.items).find(g => g.id == f).name).join(", ").replaceAll(" Rune", "") + "</td>\n"
 +
+ " <td>" + Object.values(window.Idlescape.data.enchantments).find(c => c.id == b.enchantmentID).getTooltip(1,Object.values(window.Idlescape.data.enchantments).find(c => c.id == b.enchantmentID).strengthPerLevel) + "</td>\n"
 +
+ "</tr>\n"
 +
).join("").replaceAll("undefined", "")
 +
-->
 +
</noinclude>
 
<table class="wikitable sortable hover-highlight jquery-tablesorter mw-collapsible {{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}} )>0|mw-collapsed}}">
 
<table class="wikitable sortable hover-highlight jquery-tablesorter mw-collapsible {{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}} )>0|mw-collapsed}}">
 
<tr>
 
<tr>
Line 9: Line 32:
 
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Runes</th>
 
<th class="headerSort" tabindex="0" role="columnheader button" title="Sort ascending">Runes</th>
 
<th class="unsortable">Effect per scroll</th>
 
<th class="unsortable">Effect per scroll</th>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of the Soul Wisdom|40|word=1}}</td>
 +
<td>Ring, Necklace, Weapon, Shield, Helm, Body, Legs, Gloves, Boots, Cape, Arrows, Pickaxe, Hatchet, Hoe, Tacklebox, Tongs, Tome, Ladle, Combat-Amulet, Chisel</td>
 +
<td style="text-align:center;">48</td>
 +
<td style="text-align:center;">600</td>
 +
<td style="text-align:center;">60</td>
 +
<td>Chaos, Mind, Cosmic</td>
 +
<td>ONLY APPLIES TO THE ITEM THIS ENCHANTMENT IS ON. Increases soulbound item XP gain by 6%.</td>
 
</tr>
 
</tr>
 
{{#ifexpr: ( {{#ifeq:{{{1}}}|Shield|1|0}}+{{#ifeq:{{{1}}}|Weapon|1|0}}+{{#ifeq:{{{1}}}|Helm|1|0}}
 
{{#ifexpr: ( {{#ifeq:{{{1}}}|Shield|1|0}}+{{#ifeq:{{{1}}}|Weapon|1|0}}+{{#ifeq:{{{1}}}|Helm|1|0}}
 
+{{#ifeq:{{{1}}}|Body|1|0}}+{{#ifeq:{{{1}}}|Chest|1|0}}+{{#ifeq:{{{1}}}|Legs|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
+{{#ifeq:{{{1}}}|Body|1|0}}+{{#ifeq:{{{1}}}|Chest|1|0}}+{{#ifeq:{{{1}}}|Legs|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Weakening|40|word=1}}</td>
+
<td>{{img|Scroll of Weakening|40|word=1}}</td>
<td>Helm, Body,<br>Legs, Weapon,<br>Shield</td>
+
<td>Helm, Body, Legs, Shield, Weapon</td>
 
<td style="text-align:center;">4</td>
 
<td style="text-align:center;">4</td>
 
<td style="text-align:center;">100</td>
 
<td style="text-align:center;">100</td>
 
<td style="text-align:center;">20</td>
 
<td style="text-align:center;">20</td>
 
<td>Air, Fire, Mind</td>
 
<td>Air, Fire, Mind</td>
<td>Decreases the level requirements of the item by '''5'''.</td>
+
<td>Decreases the level requirements of the item by 1.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Shield|1|0}}+{{#ifeq:{{{1}}}|Combat-Amulet|1|0}}+{{#ifeq:{{{1}}}|Combat-Talisman|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Shield|1|0}}+{{#ifeq:{{{1}}}|Combat-Amulet|1|0}}+{{#ifeq:{{{1}}}|Combat-Talisman|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Healing|40|word=1}}</td>
+
<td>{{img|Scroll of Healing|40|word=1}}</td>
<td>Shield,<br> Combat-Amulet</td>
+
<td>Shield, Combat-Amulet</td>
 
<td style="text-align:center;">10</td>
 
<td style="text-align:center;">10</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
 
<td>Blood, Nature, Cosmic</td>
 
<td>Blood, Nature, Cosmic</td>
<td>Passive healing is increased by '''0.5''' health per minute.</td>
+
<td>Passive heal per tick increased by 20%. Increases health received from consumables by 10%.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Fortitude|40|word=1}}</td>
+
<td>{{img|Scroll of Fortitude|40|word=1}}</td>
<td>Shield,<br> Combat-Amulet</td>
+
<td>Shield, Combat-Amulet</td>
<td style="text-align:center;">-</td>
+
<td style="text-align:center;">68</td>
<td style="text-align:center;">-</td>
+
<td style="text-align:center;">800</td>
<td style="text-align:center;">-</td>
+
<td style="text-align:center;">70</td>
<td style="text-align:center;">-</td>
+
<td>Blood, Chaos, Nature</td>
<td>Increases max health by '''4.5'''.</td>
+
<td>Increases stamina by 10.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Shield|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Shield|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Force|40|word=1}}</td>
+
<td>{{img|Scroll of Force|40|word=1}}</td>
 
<td>Shield</td>
 
<td>Shield</td>
 
<td style="text-align:center;">79</td>
 
<td style="text-align:center;">79</td>
Line 48: Line 80:
 
<td style="text-align:center;">80</td>
 
<td style="text-align:center;">80</td>
 
<td>Blood, Death, Chaos</td>
 
<td>Blood, Death, Chaos</td>
<td>Gain '''10%''' of the shield's average melee defense as accuracy. The shield no longer provides any defensive bonuses.</td>
+
<td>Gain 1% of your protection as strength.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Deflect|40|word=1}}</td>
 +
<td>Shield</td>
 +
<td style="text-align:center;">100</td>
 +
<td style="text-align:center;"></td>
 +
<td style="text-align:center;"></td>
 +
<td></td>
 +
<td>Decreases damage by and reflects 10% of damage back onto the attacker.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Weapon|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Weapon|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Overhealing|40|word=1}}</td>
+
<td>{{img|Scroll of Overhealing|40|word=1}}</td>
 
<td>Weapon</td>
 
<td>Weapon</td>
 
<td style="text-align:center;">11</td>
 
<td style="text-align:center;">11</td>
Line 58: Line 99:
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
 
<td>Air, Water, Death</td>
 
<td>Air, Water, Death</td>
<td>Heal for '''1'''% of overkill damage on a target.</td>
+
<td>Heal for 1% of overkill damage on a target.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Accuracy|40|word=1}}</td>
+
<td>{{img|Scroll of Accuracy|40|word=1}}</td>
 
<td>Weapon</td>
 
<td>Weapon</td>
 
<td style="text-align:center;">28</td>
 
<td style="text-align:center;">28</td>
Line 67: Line 108:
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">40</td>
 
<td>Blood, Death, Mind</td>
 
<td>Blood, Death, Mind</td>
<td>Increase the players accuracy bonus '''5'''%.</td>
+
<td>Increases accuracy for all three combat styles by 3% multiplicatively.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Critical Strike|40|word=1}}</td>
+
<td>{{img|Scroll of Critical Strike|40|word=1}}</td>
 
<td>Weapon</td>
 
<td>Weapon</td>
 
<td style="text-align:center;">52</td>
 
<td style="text-align:center;">52</td>
Line 76: Line 117:
 
<td style="text-align:center;">60</td>
 
<td style="text-align:center;">60</td>
 
<td>Blood, Death, Chaos, Cosmic</td>
 
<td>Blood, Death, Chaos, Cosmic</td>
<td>Gain a '''5'''% chance on hit to critically strike, dealing 130% damage.</td>
+
<td>Increases critical chance and damage multiplier by 2.5%.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Acrobatics|40|word=1}}</td>
 +
<td>Weapon</td>
 +
<td style="text-align:center;">100</td>
 +
<td style="text-align:center;"></td>
 +
<td style="text-align:center;"></td>
 +
<td></td>
 +
<td>Has a 3% chance to speed up attack speed by 33%.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Poisoning|40|word=1}}</td>
 +
<td>Weapon</td>
 +
<td style="text-align:center;">100</td>
 +
<td style="text-align:center;"></td>
 +
<td style="text-align:center;"></td>
 +
<td></td>
 +
<td>Apply poison for 1 damage per second.</td>
 +
</tr>
 +
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Weapon|1|0}}+{{#ifeq:{{{1}}}|Cape|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 +
<tr>
 +
<td>{{img|Scroll of Endless Ammo|40|word=1}}</td>
 +
<td>Cape, Weapon</td>
 +
<td style="text-align:center;">29</td>
 +
<td style="text-align:center;">400</td>
 +
<td style="text-align:center;">40</td>
 +
<td>Chaos, Nature, Mind</td>
 +
<td>Gain a 17% chance to not consume ammo (resulting in 20% more uses from each ammo piece on average). Works on ranged projectiles,
 +
melee whetstones, and magic charms.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Rune Reserves|40|word=1}}</td>
 +
<td>Cape, Weapon</td>
 +
<td style="text-align:center;">35</td>
 +
<td style="text-align:center;">500</td>
 +
<td style="text-align:center;">50</td>
 +
<td>Water, Chaos, Mind</td>
 +
<td>Gain a 33% chance to not consume runes when using abilities (resulting in 50% more ability uses for the same rune cost).</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Helm|1|0}}+{{#ifeq:{{{1}}}|Body|1|0}}+{{#ifeq:{{{1}}}|Legs|1|0}}+{{#ifeq:{{{1}}}|Chest|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Helm|1|0}}+{{#ifeq:{{{1}}}|Body|1|0}}+{{#ifeq:{{{1}}}|Legs|1|0}}+{{#ifeq:{{{1}}}|Chest|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Reinforcement|40|word=1}}</td>
+
<td>{{img|Scroll of Reinforcement|40|word=1}}</td>
<td>Helm, Body,<br>Legs</td>
+
<td>Helm, Body, Legs</td>
 
<td style="text-align:center;">13</td>
 
<td style="text-align:center;">13</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
 
<td>Death, Chaos, Mind</td>
 
<td>Death, Chaos, Mind</td>
<td>Reduce the enemy's chance to hit by '''5'''%.</td>
+
<td>Increases agility by 12.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Protection|40|word=1}}</td>
+
<td>{{img|Scroll of Protection|40|word=1}}</td>
<td>Helm, Body,<br>Legs</td>
+
<td>Helm, Body, Legs</td>
 
<td style="text-align:center;">31</td>
 
<td style="text-align:center;">31</td>
 
<td style="text-align:center;">400</td>
 
<td style="text-align:center;">400</td>
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">40</td>
 
<td>Air, Earth, Cosmic</td>
 
<td>Air, Earth, Cosmic</td>
<td>Reduces all damage taken by '''4'''%.</td>
+
<td>Increases protection by 10.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Recklessness|40|word=1}}</td>
+
<td>{{img|Scroll of Resistance|40|word=1}}</td>
<td>Helm, Body,<br>Legs</td>
+
<td>Helm, Body, Legs</td>
 +
<td style="text-align:center;">32</td>
 +
<td style="text-align:center;">400</td>
 +
<td style="text-align:center;">40</td>
 +
<td>Air, Fire, Cosmic</td>
 +
<td>Increases resistance by 10.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Recklessness|40|word=1}}</td>
 +
<td>Helm, Body, Legs</td>
 +
<td style="text-align:center;">80</td>
 +
<td style="text-align:center;">1000</td>
 +
<td style="text-align:center;">80</td>
 +
<td>Blood, Death, Chaos</td>
 +
<td>Additively increases offensive magic, range, and melee affinity by 2.0% but reduces the respective defensive affinities by the same amount.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of False Equilibrium|40|word=1}}</td>
 +
<td>Helm, Body, Legs</td>
 
<td style="text-align:center;">81</td>
 
<td style="text-align:center;">81</td>
 
<td style="text-align:center;">1000</td>
 
<td style="text-align:center;">1000</td>
 
<td style="text-align:center;">80</td>
 
<td style="text-align:center;">80</td>
 
<td>Blood, Death, Chaos</td>
 
<td>Blood, Death, Chaos</td>
<td>Increases outgoing damage by '''1'''.</td>
+
<td>Increases maximum damage and decreases minimum damage by 1.5%.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Body|1|0}}+{{#ifeq:{{{1}}}|Legs|1|0}}+{{#ifeq:{{{1}}}|Chest|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Body|1|0}}+{{#ifeq:{{{1}}}|Legs|1|0}}+{{#ifeq:{{{1}}}|Chest|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Patience|40|word=1}}</td>
+
<td>{{img|Scroll of Patience|40|word=1}}</td>
 
<td>Body, Legs</td>
 
<td>Body, Legs</td>
 
<td style="text-align:center;">82</td>
 
<td style="text-align:center;">82</td>
Line 114: Line 211:
 
<td style="text-align:center;">80</td>
 
<td style="text-align:center;">80</td>
 
<td>Air, Water, Death</td>
 
<td>Air, Water, Death</td>
<td>Increases the efficiency of slower attacks.</td>
+
<td>Slower abilities and attacks receive a maximum damage bonus scaling on attack speed. Scales off of ability speed, capping at 50% increase or decrease.</td>
 
</tr>
 
</tr>
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}} )>0|
 
 
<tr>
 
<tr>
<td>{{img|scroll of Chances|40|word=1}}</td>
+
<td>{{img|Scroll of Parry|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Body, Legs</td>
 +
<td style="text-align:center;">100</td>
 +
<td style="text-align:center;"></td>
 +
<td style="text-align:center;"></td>
 +
<td></td>
 +
<td>Gives a 1% chance to reduce damage taken by 75% and cast your next ability.</td>
 +
</tr>
 +
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Enchanting|1|0}} )>0|
 +
<tr>
 +
<td>{{img|Scroll of Chances|40|word=1}}</td>
 +
<td>Gloves, Boots</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
 
<td>Nature, Mind, Cosmic</td>
 
<td>Nature, Mind, Cosmic</td>
<td>Increased chance of augmentation by '''1'''%.</td>
+
<td>Increased chance of an item transforming during augmentation by 1.000%.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Crafting|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Crafting|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Crafting|40|word=1}}</td>
+
<td>{{img|Scroll of Crafting|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">67</td>
 
<td style="text-align:center;">67</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
 
<td>Air, Nature</td>
 
<td>Air, Nature</td>
<td>Each crafted item costs '''2'''% less ingredients.</td>
+
<td>Each crafted item costs 2% less ingredients</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of the Treasure Hunter|40|word=1}}</td>
+
<td>{{img|Scroll of the Treasure Hunter|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">85</td>
 
<td style="text-align:center;">85</td>
<td style="text-align:center;">1000</td>
+
<td style="text-align:center;">1200</td>
<td style="text-align:center;">80</td>
+
<td style="text-align:center;">100</td>
 
<td>Chaos, Nature, Cosmic</td>
 
<td>Chaos, Nature, Cosmic</td>
<td>Increases your chance of finding items from slain enemies by '''3'''%.</td>
+
<td>Increases your chance of finding items from slain enemies by 3%.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of the Shrimp Lord|40|word=1}}</td>
+
<td>{{img|Scroll of the Shrimp Lord|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">1</td>
 
<td style="text-align:center;">1</td>
 
<td style="text-align:center;">100</td>
 
<td style="text-align:center;">100</td>
 
<td style="text-align:center;">10</td>
 
<td style="text-align:center;">10</td>
 
<td>Air, Water, Chaos, Nature</td>
 
<td>Air, Water, Chaos, Nature</td>
<td>Gain '''5'''% chance per cooking action to gain one [[Raw Shrimp]].</td>
+
<td>Gain 5% chance per cooking action to gain one Raw Shrimp.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Cooking|40|word=1}}</td>
+
<td>{{img|Scroll of Cooking|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots, Ladle</td>
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">50</td>
 
<td style="text-align:center;">50</td>
 
<td>Earth, Fire, Water</td>
 
<td>Earth, Fire, Water</td>
<td>Decreases chance to burn food while cooking by '''4'''%.</td>
+
<td>Decrease chance to burn food while cooking by 4%.</td>
 
</tr>
 
</tr>
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}} )>0|
+
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Tongs|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Refining|40|word=1}}</td>
+
<td>{{img|Scroll of Refining|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots, Tongs</td>
 
<td style="text-align:center;">34</td>
 
<td style="text-align:center;">34</td>
 
<td style="text-align:center;">400</td>
 
<td style="text-align:center;">400</td>
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">40</td>
 
<td>Air, Earth, Fire, Cosmic</td>
 
<td>Air, Earth, Fire, Cosmic</td>
<td>Gain a chance to find gems while smithing.</td>
+
<td>Gain a mysterious chance to find gems and other rare materials while smithing. Each forge is designed to
 +
extract different materials. The rarest of materials requires the hottest of forges and highest tier
 +
ores to be smelted.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Inferno|40|word=1}}</td>
+
<td>{{img|Scroll of Inferno|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Boots, Gloves</td>
 
<td style="text-align:center;">46</td>
 
<td style="text-align:center;">46</td>
 
<td style="text-align:center;">600</td>
 
<td style="text-align:center;">600</td>
 
<td style="text-align:center;">50</td>
 
<td style="text-align:center;">50</td>
 
<td>Earth, Fire, Chaos</td>
 
<td>Earth, Fire, Chaos</td>
<td>Gain a '''5'''% chance per smithing/cooking action to complete another smithing/cooking action.</td>
+
<td>Gain a 4% chance per smithing/cooking action to complete another smithing/cooking action.
 +
Caps at 80% strength; every 25% strength increases the number of times inferno can proc by 1.
 +
For example at strength 1 (4%) it can proc once, at strength 7 (28%) it can proc twice, etc.</td>
 
</tr>
 
</tr>
 +
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}}+{{#ifeq:{{{1}}}|Runecrafting|1|0}}+{{#ifeq:{{{1}}}|Enchanting|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Efficiency|40|word=1}}</td>
+
<td>{{img|Scroll of Efficiency|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">91</td>
 
<td style="text-align:center;">91</td>
<td style="text-align:center;">1100</td>
+
<td style="text-align:center;">1500</td>
<td style="text-align:center;">90</td>
+
<td style="text-align:center;">130</td>
 
<td>Air, Earth, Fire, Water, Nature</td>
 
<td>Air, Earth, Fire, Water, Nature</td>
<td>Gain a '''1'''% chance to produce an extra item during cooking and smithing.</td>
+
<td>Gain 1% chance to produce an extra item during cooking, smithing, scrollcrafting, and weaving fibers.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Mining|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Mining|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Naturalist|40|word=1}}</td>
+
<td>{{img|Scroll of Naturalist|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">49</td>
 
<td style="text-align:center;">49</td>
 
<td style="text-align:center;">600</td>
 
<td style="text-align:center;">600</td>
 
<td style="text-align:center;">60</td>
 
<td style="text-align:center;">60</td>
 
<td>Air, Water, Nature, Cosmic</td>
 
<td>Air, Water, Nature, Cosmic</td>
<td>Increase your chance to gain chests while gathering by '''20'''%.</td>
+
<td>Increase your chance to gain chests as well as convert standard chests to their greater variants while gathering by 20%.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Fishing|40|word=1}}</td>
+
<td>{{img|Scroll of Fishing|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">55</td>
 
<td style="text-align:center;">55</td>
 
<td style="text-align:center;">700</td>
 
<td style="text-align:center;">700</td>
 
<td style="text-align:center;">60</td>
 
<td style="text-align:center;">60</td>
 
<td>Earth, Water, Mind</td>
 
<td>Earth, Water, Mind</td>
<td>Increase fish catch chance by '''2.5'''%.</td>
+
<td>Increases fish catch chance by 2.5%.</td>
 
</tr>
 
</tr>
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Runecrafting|1|0}} )>0|
+
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+{{#ifeq:{{{1}}}|Chisel|1|0}}+{{#ifeq:{{{1}}}|Runecrafting|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Runecrafting|40|word=1}}</td>
+
<td>{{img|Scroll of Runecrafting|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots, Chisel</td>
 
<td style="text-align:center;">43</td>
 
<td style="text-align:center;">43</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">50</td>
 
<td style="text-align:center;">50</td>
 
<td>Nature, Mind, Cosmic</td>
 
<td>Nature, Mind, Cosmic</td>
<td>Reduces essences used in runecrafting by '''5'''%.</td>
+
<td>Reduces essence used in Runecrafting by 5%.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Essence Concentration|40|word=1}}</td>
 +
<td>Gloves, Boots, Chisel</td>
 +
<td style="text-align:center;">59</td>
 +
<td style="text-align:center;">700</td>
 +
<td style="text-align:center;">70</td>
 +
<td>Chaos, Mind, Cosmic</td>
 +
<td>Increases the number of runes crafted per action by 1 as well as increases essence cost by 25%.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Gloves|1|0}}+{{#ifeq:{{{1}}}|Boots|1|0}}+
Line 228: Line 348:
 
{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}}+{{#ifeq:{{{1}}}|Runecrafting|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}}+{{#ifeq:{{{1}}}|Runecrafting|1|0}}+{{#ifeq:{{{1}}}|Combat|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Prolonging|40|word=1}}</td>
+
<td>{{img|Scroll of Prolonging|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">58</td>
 
<td style="text-align:center;">58</td>
 
<td style="text-align:center;">700</td>
 
<td style="text-align:center;">700</td>
 
<td style="text-align:center;">60</td>
 
<td style="text-align:center;">60</td>
 
<td>Nature, Mind</td>
 
<td>Nature, Mind</td>
<td>Gain '''10'''% more buff stacks from consumables.</td>
+
<td>Gain a 20% chance to not consume a buff stack (resulting in 25% more uses from a buff on average).</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Enlightenment|40|word=1}}</td>
+
<td>{{img|Scroll of Enlightenment|40|word=1}}</td>
<td>Gloves, Boots
+
<td>Gloves, Boots</td>
 
<td style="text-align:center;">73</td>
 
<td style="text-align:center;">73</td>
 
<td style="text-align:center;">900</td>
 
<td style="text-align:center;">900</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
 
<td>Air, Water, Chaos, Mind</td>
 
<td>Air, Water, Chaos, Mind</td>
<td>Gain '''1''' more essence per action where essence is acquired.</td>
+
<td>Gain 1 more essence per action where essence is acquired.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ring|1|0}}+{{#ifeq:{{{1}}}|Necklace|1|0}}+
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ring|1|0}}+{{#ifeq:{{{1}}}|Necklace|1|0}}+
 
{{#ifeq:{{{1}}}|Mining|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
{{#ifeq:{{{1}}}|Mining|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Gathering|40|word=1}}</td>
+
<td>{{img|Scroll of Gathering|40|word=1}}</td>
 
<td>Ring, Necklace</td>
 
<td>Ring, Necklace</td>
 
<td style="text-align:center;">64</td>
 
<td style="text-align:center;">64</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
<td>Earth, Fire, Water,<br> Mind, Cosmic</td>
+
<td>Earth, Fire, Water, Mind, Cosmic</td>
<td>Gain a '''10'''% chance to find an extra resource.</td>
+
<td>Gain a 10% chance to find an extra resource while gathering. There is a 15% chance that a nature rune is consumed when it procs. Attempts to pull the rune from your stockpile then ammo pouch if none found.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ring|1|0}}+{{#ifeq:{{{1}}}|Necklace|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ring|1|0}}+{{#ifeq:{{{1}}}|Necklace|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Pyromancy|40|word=1}}</td>
+
<td>{{img|Scroll of Pyromancy|40|word=1}}</td>
 
<td>Ring, Necklace</td>
 
<td>Ring, Necklace</td>
 
<td style="text-align:center;">7</td>
 
<td style="text-align:center;">7</td>
Line 264: Line 384:
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
 
<td>Fire, Water, Nature</td>
 
<td>Fire, Water, Nature</td>
<td>Use '''10'''% less heat when cooking and smithing.</td>
+
<td>Use 5% less heat when cooking and smithing. Caps at 80% reduction.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ring|1|0}}+{{#ifeq:{{{1}}}|Necklace|1|0}}+
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ring|1|0}}+{{#ifeq:{{{1}}}|Necklace|1|0}}+
{{#ifeq:{{{1}}}|Mining|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
+
{{#ifeq:{{{1}}}|Mining|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}}+{{#ifeq:{{{1}}}|Runecrafting|1|0}}+{{#ifeq:{{{1}}}|Enchanting|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Wealth|40|word=1}}</td>
+
<td>{{img|Scroll of Wealth|40|word=1}}</td>
 
<td>Ring, Necklace</td>
 
<td>Ring, Necklace</td>
 
<td style="text-align:center;">37</td>
 
<td style="text-align:center;">37</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">50</td>
 
<td style="text-align:center;">50</td>
<td>Nature, Mind,<br>Cosmic</td>
+
<td>Nature, Mind, Cosmic</td>
<td>Automatically sell resources for '''20'''% more gold than their normal value.</td>
+
<td>Automatically sells gathering and production items for 20% of their vendor price.
 +
                        Does not affect Crafting or stack with Scholar.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of the Scholar|40|word=1}}</td>
+
<td>{{img|Scroll of the Scholar|40|word=1}}</td>
 
<td>Ring, Necklace</td>
 
<td>Ring, Necklace</td>
 
<td style="text-align:center;">88</td>
 
<td style="text-align:center;">88</td>
<td style="text-align:center;">1000</td>
+
<td style="text-align:center;">1300</td>
<td style="text-align:center;">90</td>
+
<td style="text-align:center;">110</td>
 
<td>Chaos, Mind, Cosmic</td>
 
<td>Chaos, Mind, Cosmic</td>
<td>Gain '''20'''% more experience, but NO items. This does not<br> apply to combat, farming, or crafting.</td>
+
<td>Increases experience gained from gathering and production by 20% but destroys the item in process. Does not affect Crafting or stack with Wealth. Only active for mastery experience, when a skill is at level 99.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Haste|40|word=1}}</td>
+
<td>{{img|Scroll of Haste|40|word=1}}</td>
 
<td>Ring, Necklace</td>
 
<td>Ring, Necklace</td>
 
<td style="text-align:center;">94</td>
 
<td style="text-align:center;">94</td>
<td style="text-align:center;">1100</td>
+
<td style="text-align:center;">2000</td>
<td style="text-align:center;">100</td>
+
<td style="text-align:center;">200</td>
<td>Air, Chaos, Mind,<br>Cosmic</td>
+
<td>Air, Chaos, Mind, Cosmic</td>
<td>Increases non-combat action speed by '''4'''%.</td>
+
<td>Increases non-combat action speed by 4%. Caps at halving action time. Stacks with Empowered Haste.</td>
 +
</tr>
 +
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Pickaxe|1|0}}+{{#ifeq:{{{1}}}|Hatchet|1|0}}+{{#ifeq:{{{1}}}|Tacklebox|1|0}}+
 +
{{#ifeq:{{{1}}}|Mining|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 +
<tr>
 +
<td>{{img|Scroll of Archaeology|40|word=1}}</td>
 +
<td>Tacklebox, Fishing Set, Pickaxe, Hatchet, Mining Set, Foraging Set</td>
 +
<td style="text-align:center;">41</td>
 +
<td style="text-align:center;">500</td>
 +
<td style="text-align:center;">50</td>
 +
<td>Earth, Water, Nature</td>
 +
<td>Gives access to a secondary drop table while gathering with rewards and chances heavily scaling on enchantment strength. The best finds are only found in the hardest to reach zones!</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Pickaxe|1|0}}+{{#ifeq:{{{1}}}|Mining|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Pickaxe|1|0}}+{{#ifeq:{{{1}}}|Mining|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Destructive Testing|40|word=1}}</td>
+
<td>{{img|Scroll of Destructive Testing|40|word=1}}</td>
<td>Pickaxe</td>
+
<td>Pickaxe, Mining Set</td>
 
<td style="text-align:center;">16</td>
 
<td style="text-align:center;">16</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
<td>Earth, Fire, Chaos,<br>Mind</td>
+
<td>Earth, Fire, Chaos, Mind</td>
<td>Sand, Stone and Clay mined will be destroyed and provide '''5''' mining experience per piece.</td>
+
<td>Sand, Stone and Clay mined will be destroyed and provide 5 mining experience per piece. Scholar rolls first and does not stack.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of the Prospector|40|word=1}}</td>
+
<td>{{img|Scroll of the Prospector|40|word=1}}</td>
<td>Pickaxe</td>
+
<td>Pickaxe, Mining Set</td>
 
<td style="text-align:center;">25</td>
 
<td style="text-align:center;">25</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">40</td>
 
<td>Air, Fire, Cosmic</td>
 
<td>Air, Fire, Cosmic</td>
<td>Increase your chance to find gems by a mysterious amount.</td>
+
<td>Increase your chance to find gems or silver while gathering by 50%. Has a 10% chance to consume an earth rune on success. Attempts to pull the rune from your stockpile then ammo pouch if none found.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Superheating|40|word=1}}</td>
+
<td>{{img|Scroll of Supercooling|40|word=1}}</td>
<td>Pickaxe</td>
+
<td>Pickaxe, Mining Set</td>
 +
<td style="text-align:center;">75</td>
 +
<td style="text-align:center;">900</td>
 +
<td style="text-align:center;">80</td>
 +
<td>Earth, Water, Cosmic</td>
 +
<td>Items with lower heat costs to process have an increased chance to be gathered. Has a 1% chance to consume a water rune every mining action. Attempts to pull the rune from your stockpile then ammo pouch if none found.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Superheating|40|word=1}}</td>
 +
<td>Pickaxe, Mining Set</td>
 
<td style="text-align:center;">76</td>
 
<td style="text-align:center;">76</td>
 
<td style="text-align:center;">900</td>
 
<td style="text-align:center;">900</td>
 
<td style="text-align:center;">80</td>
 
<td style="text-align:center;">80</td>
 
<td>Earth, Fire, Cosmic</td>
 
<td>Earth, Fire, Cosmic</td>
<td>Gain a '''1'''% chance to instantly smelt an ore into a bar while mining.</td>
+
<td>Items with higher heat costs to process have an increased chance to be gathered. Has a 1% chance to consume a fire rune every mining action. Attempts to pull the rune from your stockpile then ammo pouch if none found.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Dwarven Engineering|40|word=1}}</td>
 +
<td>Pickaxe, Mining Set</td>
 +
<td style="text-align:center;">83</td>
 +
<td style="text-align:center;">1000</td>
 +
<td style="text-align:center;">90</td>
 +
<td>Air, Nature, Mind</td>
 +
<td>Gives a 0.20% chance to massively boost amount gathered.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Hatchet|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Hatchet|1|0}}+{{#ifeq:{{{1}}}|Foraging|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Nature|40|word=1}}</td>
+
<td>{{img|Scroll of Nature|40|word=1}}</td>
<td>Hatchet</td>
+
<td>Hatchet, Foraging Set</td>
 
<td style="text-align:center;">19</td>
 
<td style="text-align:center;">19</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
<td>Earth, Water,<br> Nature, Cosmic</td>
+
<td>Earth, Water, Nature, Cosmic</td>
<td>Gain a '''5'''% chance to generate a random log or branch every foraging action.</td>
+
<td>Access hidden tree nodes and greatly increase your chance to find a tree related node while Foraging.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Root Digging|40|word=1}}</td>
+
<td>{{img|Scroll of Root Digging|40|word=1}}</td>
<td>Hatchet</td>
+
<td>Hatchet, Foraging Set</td>
 
<td style="text-align:center;">22</td>
 
<td style="text-align:center;">22</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
 
<td>Earth, Nature, Cosmic</td>
 
<td>Earth, Nature, Cosmic</td>
<td>Gain a chance to find gems while foraging.</td>
+
<td>Gain a chance to find gems while foraging. Stronger enchantments are stronger chances.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Embers|40|word=1}}</td>
+
<td>{{img|Scroll of Seed Harvesting|40|word=1}}</td>
<td>Hatchet</td>
+
<td>Hatchet, Foraging Set</td>
 +
<td style="text-align:center;">30</td>
 +
<td style="text-align:center;">400</td>
 +
<td style="text-align:center;">40</td>
 +
<td>Earth, Blood, Nature</td>
 +
<td>Access hidden seed nodes and greatly increase your chance to find a seed related node while Foraging.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of the Herbalist|40|word=1}}</td>
 +
<td>Hatchet, Foraging Set</td>
 +
<td style="text-align:center;">42</td>
 +
<td style="text-align:center;">500</td>
 +
<td style="text-align:center;">50</td>
 +
<td>Fire, Death, Nature</td>
 +
<td>Access hidden plant nodes and greatly increase your chance to find a plant related node while Foraging.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Embers|40|word=1}}</td>
 +
<td>Hatchet, Foraging Set</td>
 
<td style="text-align:center;">61</td>
 
<td style="text-align:center;">61</td>
 
<td style="text-align:center;">700</td>
 
<td style="text-align:center;">700</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
 
<td>Fire, Nature</td>
 
<td>Fire, Nature</td>
<td>Gain a '''10'''% chance to instantly burn Logs and Branches for double heat every foraging action.</td>
+
<td>Gain a 10% chance to additionally gain the heat from a burnable when gathering it without burning the item.</td>
 
</tr>
 
</tr>
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Hoe|1|0}}+{{#ifeq:{{{1}}}|Farming|1|0}} )>0|
 
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Hoe|1|0}}+{{#ifeq:{{{1}}}|Farming|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Cultivation|40|word=1}}</td>
+
<td>{{img|Scroll of Cultivation|40|word=1}}</td>
 
<td>Hoe</td>
 
<td>Hoe</td>
 
<td style="text-align:center;">12</td>
 
<td style="text-align:center;">12</td>
Line 359: Line 527:
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
 
<td>Air, Water, Blood</td>
 
<td>Air, Water, Blood</td>
<td>Gain a '''1'''% chance to get your seed back when harvesting.</td>
+
<td>Gain a 2% chance to get a seed back when harvesting.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of the Gold Digger|40|word=1}}</td>
+
<td>{{img|Scroll of the Gold Digger|40|word=1}}</td>
 
<td>Hoe</td>
 
<td>Hoe</td>
 
<td style="text-align:center;">36</td>
 
<td style="text-align:center;">36</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">500</td>
 
<td style="text-align:center;">50</td>
 
<td style="text-align:center;">50</td>
<td>Earth, Nature, <br>Cosmic</td>
+
<td>Earth, Nature, Cosmic</td>
<td>Gain a fixed 10% chance per harvested plant to get '''1000''' Gold Coins.</td>
+
<td>Gain a fixed 10% chance per harvested plant to get 2000 Gold Coins.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Farming|40|word=1}}</td>
+
<td>{{img|Scroll of Farming|40|word=1}}</td>
 
<td>Hoe</td>
 
<td>Hoe</td>
 
<td style="text-align:center;">72</td>
 
<td style="text-align:center;">72</td>
Line 377: Line 545:
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
 
<td>Earth, Water, Nature</td>
 
<td>Earth, Water, Nature</td>
<td>Gain a '''1'''% chance to get double yield when harvesting.</td>
+
<td>Gain a 2% chance to get double the yield when harvesting.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Fertilizing|40|word=1}}</td>
+
<td>{{img|Scroll of Fertilizing|40|word=1}}</td>
 
<td>Hoe</td>
 
<td>Hoe</td>
 
<td style="text-align:center;">90</td>
 
<td style="text-align:center;">90</td>
<td style="text-align:center;">1100</td>
+
<td style="text-align:center;">1400</td>
<td style="text-align:center;">90</td>
+
<td style="text-align:center;">120</td>
<td>Air, Earth, Water,<br>Nature, Cosmic</td>
+
<td>Air, Earth, Water, Nature, Cosmic</td>
<td>Gain '''1'''% increased harvest speed.</td>
+
<td>Increase minimum harvest yield by 6%.</td>
 
</tr>
 
</tr>
 
|}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ladle|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
|}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Ladle|1|0}}+{{#ifeq:{{{1}}}|Cooking|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Master Chef|40|word=1}}</td>
+
<td>{{img|Scroll of Overly Well Done|40|word=1}}</td>
 +
<td>Ladle</td>
 +
<td style="text-align:center;">2</td>
 +
<td style="text-align:center;">100</td>
 +
<td style="text-align:center;">10</td>
 +
<td>Earth, Fire, Water</td>
 +
<td>Increases chance to burn food and reduces burn XP penalty (caps at no penalty) while cooking by 20%.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of the Master Chef|40|word=1}}</td>
 
<td>Ladle</td>
 
<td>Ladle</td>
 
<td style="text-align:center;">84</td>
 
<td style="text-align:center;">84</td>
 
<td style="text-align:center;">1000</td>
 
<td style="text-align:center;">1000</td>
<td style="text-align:center;">80</td>
+
<td style="text-align:center;">90</td>
<td>Water, Fire, Earth</td>
+
<td>Earth, Fire, Water</td>
<td>Decrease chance to burn food while cooking by 4% of your effective cooking level. (level 99 * 4% = -3.96% burn chance)</td>
+
<td>Decreases chance to burn food while cooking by 4% of your effective cooking level.</td>
 
</tr>
 
</tr>
 
|}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Tacklebox|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
|}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Tacklebox|1|0}}+{{#ifeq:{{{1}}}|Fishing|1|0}} )>0|
 
<tr>
 
<tr>
<td>{{img|scroll of Pungent Bait|40|word=1}}</td>
+
<td>{{img|Scroll of Pungent Bait|40|word=1}}</td>
<td>Tacklebox</td>
+
<td>Tacklebox, Fishing Set</td>
 
<td style="text-align:center;">14</td>
 
<td style="text-align:center;">14</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">200</td>
 
<td style="text-align:center;">30</td>
 
<td style="text-align:center;">30</td>
<td>Nature, Water</td>
+
<td>Water, Nature</td>
<td>Increase bait power by 3.</td>
+
<td>Increases bait power by 3.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Reinforced Line|40|word=1}}</td>
+
<td>{{img|Scroll of Reinforced Line|40|word=1}}</td>
<td>Tacklebox</td>
+
<td>Tacklebox, Fishing Set</td>
 
<td style="text-align:center;">23</td>
 
<td style="text-align:center;">23</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">300</td>
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">40</td>
<td>Water, Earth</td>
+
<td>Earth, Water</td>
<td>Increase reel power by 3.</td>
+
<td>Increases reel power by 3.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Fishing Magnetism|40|word=1}}</td>
+
<td>{{img|Scroll of Fishing Magnetism|40|word=1}}</td>
<td>Tacklebox</td>
+
<td>Tacklebox, Fishing Set</td>
 
<td style="text-align:center;">33</td>
 
<td style="text-align:center;">33</td>
 
<td style="text-align:center;">400</td>
 
<td style="text-align:center;">400</td>
 
<td style="text-align:center;">40</td>
 
<td style="text-align:center;">40</td>
<td>Cosmic, Water, Earth</td>
+
<td>Earth, Water, Cosmic</td>
<td>Increase bonus rarity by 2 and decreases bait and reel power by the same amount. Increases chance to find known rare nodes.</td>
+
<td>Increases bonus rarity by 2 and decreases both bait and reel power by the same amount. Increases chance to find known rare nodes.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Bait Preservation|40|word=1}}</td>
+
<td>{{img|Scroll of Bait Preservation|40|word=1}}</td>
<td>Tacklebox</td>
+
<td>Tacklebox, Fishing Set</td>
 
<td style="text-align:center;">47</td>
 
<td style="text-align:center;">47</td>
 
<td style="text-align:center;">600</td>
 
<td style="text-align:center;">600</td>
 
<td style="text-align:center;">60</td>
 
<td style="text-align:center;">60</td>
<td>Chaos, Water, Earth</td>
+
<td>Earth, Water, Chaos</td>
 
<td>Increases chance to preserve bait by 4%.</td>
 
<td>Increases chance to preserve bait by 4%.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Oil Spill|40|word=1}}</td>
+
<td>{{img|Scroll of the Fiber Finder|40|word=1}}</td>
<td>Tacklebox</td>
+
<td>Tacklebox, Fishing Set</td>
 +
<td style="text-align:center;">50</td>
 +
<td style="text-align:center;">600</td>
 +
<td style="text-align:center;">60</td>
 +
<td>Earth, Water, Mind</td>
 +
<td>Increases chance to find aquatic fibers by 25%.</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Oil Spill|40|word=1}}</td>
 +
<td>Tacklebox, Fishing Set</td>
 
<td style="text-align:center;">69</td>
 
<td style="text-align:center;">69</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">800</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
<td>Death, Water, Earth</td>
+
<td>Earth, Water, Death</td>
<td>Adds a 5% chance to try and extract fish oil from a fish based on the fish's size. There is a chance that fish oil may not be created if the fish is too small.</td>
+
<td>Gives a 8% chance to try and extract fish oil from a fish based on the fish's size. There is a chance that fish oil may not be created if the fish is too small.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>{{img|scroll of Deadliest Catch|40|word=1}}</td>
+
<td>{{img|Scroll of Deadliest Catch|40|word=1}}</td>
<td>Tacklebox</td>
+
<td>Tacklebox, Fishing Set</td>
 
<td style="text-align:center;">71</td>
 
<td style="text-align:center;">71</td>
 
<td style="text-align:center;">900</td>
 
<td style="text-align:center;">900</td>
 
<td style="text-align:center;">70</td>
 
<td style="text-align:center;">70</td>
<td>Blood, Water, Earth</td>
+
<td>Earth, Water, Blood</td>
<td>Increases bonuses from bait by 5% but decreases chance of bait preservation by 5%. Increases chance to find known rare resources.</td>
+
<td>Increases bonuses from using bait by 5% but decreases bait preservation chance by 5%. Increases chance to find known rare resources.</td>
 +
</tr>
 +
|}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Tongs|1|0}}+{{#ifeq:{{{1}}}|Smithing|1|0}} )>0|
 +
<tr>
 +
<td>{{img|Scroll of Metallurgy|40|word=1}}</td>
 +
<td>Tongs</td>
 +
<td style="text-align:center;">38</td>
 +
<td style="text-align:center;">500</td>
 +
<td style="text-align:center;">40</td>
 +
<td>Air, Fire, Mind</td>
 +
<td>Increases the forge's max heat intensity by 0.5. (Rounded down)</td>
 +
</tr>
 +
<tr>
 +
<td>{{img|Scroll of Pure Metals|40|word=1}}</td>
 +
<td>Tongs</td>
 +
<td style="text-align:center;">87</td>
 +
<td style="text-align:center;">1200</td>
 +
<td style="text-align:center;">100</td>
 +
<td>Earth, Fire, Mind</td>
 +
<td>Reduces the amount of materials required to smelt a bar by 2%.</td>
 +
</tr>
 +
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Chisel|1|0}}+{{#ifeq:{{{1}}}|Runecrafting|1|0}} )>0|
 +
<tr>
 +
<td>{{img|Scroll of Engraving|40|word=1}}</td>
 +
<td>Chisel</td>
 +
<td style="text-align:center;">39</td>
 +
<td style="text-align:center;">500</td>
 +
<td style="text-align:center;">50</td>
 +
<td>Nature, Mind, Cosmic</td>
 +
<td>Gives a 2% chance to not consume rune slates while Runecrafting.</td>
 +
</tr>
 +
}}{{#ifexpr: ( {{#ifeq:{{{1}}}|Christmas|1|0}} )>0|
 +
<tr>
 +
<td>{{img|Scroll of Candy Canes|40|word=1}}</td>
 +
<td>Christmas elf gear</td>
 +
<td style="text-align:center;">1</td>
 +
<td style="text-align:center;"></td>
 +
<td style="text-align:center;">10</td>
 +
<td>Chaos, Mind, Cosmic</td>
 +
<td>Merry Christmas! Santa Claus has buffed the server with Christmas Spirit!</td>
 
</tr>
 
</tr>
 
|}}
 
|}}
</table>{{#ifeq: {{{1}}}|Helm|[[Category:Helm]]|}}{{#ifeq: {{{1}}}|Body|[[Category:Body]]|}}{{#ifeq: {{{1}}}|Chest|[[Category:Body]]|}}{{#ifeq: {{{1}}}|Legs|[[Category:Legs]]|}}{{#ifeq: {{{1}}}|Gloves|[[Category:Gloves]]|}}{{#ifeq: {{{1}}}|Boots|[[Category:Boots]]|}}{{#ifeq: {{{1}}}|Weapon|[[Category:Weapon]]|}}{{#ifeq: {{{1}}}|Shield|[[Category:Shield]]|}}{{#ifeq: {{{1}}}|Combat-Amulet|[[Category:Combat Amulet]]|}}{{#ifeq: {{{1}}}|Necklace|[[Category:Necklace]]|}}{{#ifeq: {{{1}}}|Ring|[[Category:Ring]]|}}{{#ifeq: {{{1}}}|Pickaxe|[[Category:Pickaxe]]|}}{{#ifeq: {{{1}}}|Hatchet|[[Category:Hatchet]]|}}{{#ifeq: {{{1}}}|Hoe|[[Category:Hoe]]|}}{{#ifeq: {{{1}}}|Cape|[[Category:Cape]]|}}{{#ifeq: {{{1}}}|Tacklebox|[[Category:Tacklebox]]|}}<noinclude>
+
</table>{{#ifeq: {{{1}}}|Helm|[[Category:Helm]]|}}{{#ifeq: {{{1}}}|Body|[[Category:Body]]|}}{{#ifeq: {{{1}}}|Chest|[[Category:Body]]|}}{{#ifeq: {{{1}}}|Legs|[[Category:Legs]]|}}{{#ifeq: {{{1}}}|Gloves|[[Category:Gloves]]|}}{{#ifeq: {{{1}}}|Boots|[[Category:Boots]]|}}{{#ifeq: {{{1}}}|Weapon|[[Category:Weapon]]|}}{{#ifeq: {{{1}}}|Shield|[[Category:Shield]]|}}{{#ifeq: {{{1}}}|Combat-Amulet|[[Category:Combat Amulet]]|}}{{#ifeq: {{{1}}}|Necklace|[[Category:Necklace]]|}}{{#ifeq: {{{1}}}|Ring|[[Category:Ring]]|}}{{#ifeq: {{{1}}}|Pickaxe|[[Category:Pickaxe]]|}}{{#ifeq: {{{1}}}|Hatchet|[[Category:Hatchet]]|}}{{#ifeq: {{{1}}}|Hoe|[[Category:Hoe]]|}}{{#ifeq: {{{1}}}|Cape|[[Category:Cape]]|}}{{#ifeq: {{{1}}}|Tacklebox|[[Category:Tacklebox]]|}}{{#ifeq: {{{1}}}|Tongs|[[Category:Tongs]]|}}{{#ifeq: {{{1}}}|Ladle|[[Category:Ladle]]|}}{{#ifeq: {{{1}}}|Chisel|[[Category:Chisel]]|}}<noinclude>
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Latest revision as of 01:24, 4 September 2023

List of useful Enchantments.


Scrollcrafting Scroll Slot Level Silver Amount Rune Amount Runes Effect per scroll
Scroll of the Soul Wisdom Scroll of the Soul Wisdom Ring, Necklace, Weapon, Shield, Helm, Body, Legs, Gloves, Boots, Cape, Arrows, Pickaxe, Hatchet, Hoe, Tacklebox, Tongs, Tome, Ladle, Combat-Amulet, Chisel 48 600 60 Chaos, Mind, Cosmic ONLY APPLIES TO THE ITEM THIS ENCHANTMENT IS ON. Increases soulbound item XP gain by 6%.