Difference between revisions of "Template:Enchantments"

From Idlescape Wiki
Jump to navigation Jump to search
m
(updated Crafting description)
 
(48 intermediate revisions by 7 users not shown)
Line 1: Line 1:
List of useful [[Enchanting#List of Enchantments|Enchantments]].
+
<noinclude><!--Javascript to generate partially
<table class="itemTable">
+
Object.values(window.Idlescape.data.items).filter(a => a.class == "enchanted-scroll" && a.name != "Scroll" && a.requiredResources[0]).map(
<tr>
+
b => "<tr>\n"
<th class="it-header-row"><img src="https://idlescape.com/images/enchanting/enchanted_scroll.png" height="60"></th>
+
+ " <td>{{img|" + b.name + "|40|word=1}}</td>\n"
<th class="it-header-row">Scroll Name</th>
+
+ " <td>" + b.categories.map(c => c.charAt(0).toUpperCase() + c.slice(1)).join(", ").replaceAll("set", " Set") + "</td>\n"
<th class="it-header-row">Slot</th>
+
+ " <td style=\"text-align:center;\">" + b.level + "</td>\n"
<th class="it-header-row">Enchanting<br>Level</th>
+
+ " <td style=\"text-align:center;\">" + b.requiredResources[0][111] + "</td>\n"
<th class="it-header-row">Silver Amount</th>
+
+ " <td style=\"text-align:center;\">" + (b.requiredResources[0][510] ? b.requiredResources[0][510] :
<th class="it-header-row">Rune Amount</th>
+
(b.requiredResources[0][511] ? b.requiredResources[0][511] :
<th class="it-header-row">Runes</th>
+
(b.requiredResources[0][512] ? b.requiredResources[0][512] :
<th class="it-header-row">Effect per scroll</th>
+
(b.requiredResources[0][513] ? b.requiredResources[0][513] :
</tr>
+
(b.requiredResources[0][514] ? b.requiredResources[0][514] :
{{#ifeq: {{{1}}}|Shield|
+
(b.requiredResources[0][515] ? b.requiredResources[0][515] :
<tr>
+
(b.requiredResources[0][516] ? b.requiredResources[0][516] :
<td class="it-data-input"><img src="https://idlescape.com/images/enchanting/scroll_of_weakening.png"></td>
+
(b.requiredResources[0][517] ? b.requiredResources[0][517] :
<td class="it-data-input">[[Scroll of Weakening]]</td>
+
(b.requiredResources[0][518] ? b.requiredResources[0][518] :
<td class="it-data-input">Helm, Body,<br>Legs, Weapon,<br>Shield</td>
+
(b.requiredResources[0][519] ? b.requiredResources[0][519] : ""))))))))))+ "</td>\n"
<td class="it-data-input">4</td>
+
+ " <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 class="it-data-input">100</td>
+
+ " <td>" + Object.values(window.Idlescape.data.enchantments).find
<td class="it-data-input">20x</td>
 
<td class="it-data-input">Air, Fire, Mind</td>
 
<td class="it-data-
 
 
|}}
 
|}}
</table>
+
</table><noinclude>
<noinclude>
 
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Latest revision as of 09:33, 4 August 2025

scrollcrafting Scroll Slot Level Silver Amount Rune Amount Runes Effect per scroll