Difference between revisions of "User:Ignius Alexander/sandbox"

From AmtWiki
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{:User:Ignius Alexander/sandboxtemplate
+
<div class="mw-tabs">
|ruleset=V8
+
  <ul>
|type=Enchantment
+
    <li><a href="#tab1">Tab 1</a></li>
|school=Protection
+
    <li><a href="#tab2">Tab 2</a></li>
|range=Other (Healer)<br>Self (Warrior)
+
    <li><a href="#tab3">Tab 3</a></li>
|incant='''Warrior:'''"May this armor protect thee from all forms of harm."<br>'''Healer:'''"May this armor protect thee from all forms of harm.<br> May the flames of the fire not burn thee.<br>May the bolts from the heavens not strike thee.<br>May the arrows of your enemies not pierce thee.<br>May this armor protect thee from all forms of harm."
+
  </ul>
|materials=[[Enchantment Strip|White strip]]
+
  <div id="tab1">
|effect=The [[effect]]s of a [[Magic Ball]], [[projectile]] weapon, or [[melee weapon]] which just struck [[armor]] worn by the player are ignored, even if the object would not otherwise affect the armor.<br> The armor loses [[Armor Points|one point of value]] in the [[Hit location|location struck]]. <br>This effect will not trigger if the armor has no points left in the location struck. <br>Ancestral Armor is not expended after use and will continue to provide protection until removed with [[Dispel Magic]] or similar [[abilities]].
+
    <p>Content for Tab 1.</p>
|limit=[[Phase Arrow]] and [[Phase Bolt]] interact with armor worn by the bearer as though Ancestral Armor was not present.
+
  </div>
|note=[[Engulfing]] Effects that do not strike the bearer's armor and abilities that ignore armor entirely do not trigger Ancestral Armor.
+
  <div id="tab2">
}}
+
    <p>Content for Tab 2.</p>
 +
  </div>
 +
  <div id="tab3">
 +
    <p>Content for Tab 3.</p>
 +
  </div>
 +
</div>
 +
 
 +
<script>
 +
$(document).ready(function() {
 +
    $(".mw-tabs").tabs();
 +
});
 +
</script>

Latest revision as of 13:43, 17 March 2025

  • <a href="#tab1">Tab 1</a>
  • <a href="#tab2">Tab 2</a>
  • <a href="#tab3">Tab 3</a>

Content for Tab 1.

Content for Tab 2.

Content for Tab 3.

<script> $(document).ready(function() {

   $(".mw-tabs").tabs();

}); </script>