|
|
Line 1: |
Line 1: |
| + | <div class="mw-tabs"> |
| + | <ul> |
| + | <li><a href="#tab1">Tab 1</a></li> |
| + | <li><a href="#tab2">Tab 2</a></li> |
| + | <li><a href="#tab3">Tab 3</a></li> |
| + | </ul> |
| + | <div id="tab1"> |
| + | <p>Content for Tab 1.</p> |
| + | </div> |
| + | <div id="tab2"> |
| + | <p>Content for Tab 2.</p> |
| + | </div> |
| + | <div id="tab3"> |
| + | <p>Content for Tab 3.</p> |
| + | </div> |
| + | </div> |
| | | |
− | {{:User:Ignius Alexander/sandboxtemplate
| + | <script> |
− | |ruleset=V8
| + | $(document).ready(function() { |
− | |type=Enchantment
| + | $(".mw-tabs").tabs(); |
− | |school=Protection
| + | }); |
− | |range=Other (Healer)<br>Self (Warrior)
| + | </script> |
− | |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."
| |
− | |materials=[[Enchantment Strip|White strip]]
| |
− | |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]].
| |
− | |limit=[[Phase Arrow]] and [[Phase Bolt]] interact with armor worn by the bearer as though Ancestral Armor was not present.
| |
− | |note=[[Engulfing]] Effects that do not strike the bearer's armor and abilities that ignore armor entirely do not trigger Ancestral Armor.
| |
− | }}
| |
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>
<script>
$(document).ready(function() {
$(".mw-tabs").tabs();
});
</script>