<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.the-reincarnation.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arychamel</id>
	<title>TheReincarnation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.the-reincarnation.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arychamel"/>
	<link rel="alternate" type="text/html" href="https://wiki.the-reincarnation.org/Special:Contributions/Arychamel"/>
	<updated>2026-04-23T16:01:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.the-reincarnation.org/index.php?title=Spell_Penetration&amp;diff=40883</id>
		<title>Spell Penetration</title>
		<link rel="alternate" type="text/html" href="https://wiki.the-reincarnation.org/index.php?title=Spell_Penetration&amp;diff=40883"/>
		<updated>2012-05-16T00:56:31Z</updated>

		<summary type="html">&lt;p&gt;Arychamel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsContent}}&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
{{skillnav}}&lt;br /&gt;
&lt;br /&gt;
This [[Skills|skill]] gives you the ability to pierce your enemies barriers and creature spell resistance. It decreases target mages [[Barriers|barrier resistance]] (if he has any). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;''Effects''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Level 1-5 : ? (possibly -.75% per level)&lt;br /&gt;
* Level 6-10 : ? (possibly -1.5% per level)&lt;br /&gt;
* Level 11-15 : ? (possibly -2.25% per level)&lt;br /&gt;
* Level 16-20 : ? (possibly -3% per level)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;''Bonuses''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Level 10+ : Unknown if existing.&lt;br /&gt;
* Level 15+ : Unknown if existing.&lt;br /&gt;
* Level 20 : Unknown if existing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;''Level By Level''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unknown&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;''User experience''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Independant testing by Laanders[http://www.the-reincarnation.com/viewtopic.php?f=2&amp;amp;t=29160] shows that the penetration bonuses for this skill may be higher than initially thought. Although the level by level progression and existence of bonuses are still unknown, Laanders was able to show that Spell Penetration level 10 provides a ~6.28% penetration bonus, and SP level 15 provides an ~18.48% penetration bonus&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Return to:'''&amp;lt;br&amp;gt;&lt;br /&gt;
- [[Encyclopedia]]&amp;lt;br&amp;gt;&lt;br /&gt;
- [[Skills]]&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Skills]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if you can read code:&lt;br /&gt;
&lt;br /&gt;
sub spell_resisted {&lt;br /&gt;
   my $caster_mage = shift;&lt;br /&gt;
   my $target_mage = shift;&lt;br /&gt;
   my $spell_color = shift;&lt;br /&gt;
   my $barrier_resistance = $target_mage-&amp;gt;getBarrierResistance() / 100;&lt;br /&gt;
   my $sl_resistance = 0;&lt;br /&gt;
   my $barrier_piercing = $caster_mage-&amp;gt;{mage_spellpiercing} / 100;&lt;br /&gt;
   &lt;br /&gt;
   my $color_resistance = 0;&lt;br /&gt;
   $color_resistance = $target_mage-&amp;gt;getResistanceNether() if $spell_color eq 'NETHER';&lt;br /&gt;
   $color_resistance = $target_mage-&amp;gt;getResistancePhantasm() if $spell_color eq 'PHANTASM';&lt;br /&gt;
   $color_resistance = $target_mage-&amp;gt;getResistanceAscendant() if $spell_color eq 'ASCENDANT';&lt;br /&gt;
   $color_resistance = $target_mage-&amp;gt;getResistanceVerdant() if $spell_color eq 'VERDANT';&lt;br /&gt;
   $color_resistance = $target_mage-&amp;gt;getResistanceEradication() if $spell_color eq 'ERADICATION';&lt;br /&gt;
   &lt;br /&gt;
   $color_resistance = 75 if $color_resistance &amp;gt; 75;&lt;br /&gt;
   &lt;br /&gt;
   #Spell Penetration also reduces color resistance&lt;br /&gt;
   $color_resistance -= $caster_mage-&amp;gt;{mage_spellpiercing};&lt;br /&gt;
   $color_resistance = 0 if $color_resistance &amp;lt; 0;&lt;br /&gt;
   &lt;br /&gt;
   $color_resistance /= 100;&lt;br /&gt;
&lt;br /&gt;
   #check barriers&lt;br /&gt;
   if ( rand() &amp;lt; ($barrier_resistance + $sl_resistance - $barrier_piercing)) {&lt;br /&gt;
      return 0;&lt;br /&gt;
   }&lt;br /&gt;
   &lt;br /&gt;
   #check resistances&lt;br /&gt;
   if (rand() &amp;lt; $color_resistance) {&lt;br /&gt;
      return 1;&lt;br /&gt;
   }&lt;br /&gt;
   &lt;br /&gt;
   #not blocked&lt;br /&gt;
   return 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
that is how blocking works.  now as far as piercing ehh.&lt;/div&gt;</summary>
		<author><name>Arychamel</name></author>
		
	</entry>
</feed>