Martial Mastery: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(Created page with "Martial Mastery is a passive AS boost that incentivizes training in multiple weapon types and is an alternative to going for 425. This bonus requires training 2x in a primary...")
 
No edit summary
Line 2: Line 2:


<pre style="margin-left:2em; margin-top:1em; margin-bottom:1em; padding-left:0; padding-top:0; padding-bottom:0; border:none; background:none">
<pre style="margin-left:2em; margin-top:1em; margin-bottom:1em; padding-left:0; padding-top:0; padding-bottom:0; border:none; background:none">
AS Bonus = FLOOR(Secondary Weapon Ranks / Tertiary Weapon Ranks) / 8)
AS Bonus = MIN(50, FLOOR(Secondary Weapon Ranks / Tertiary Weapon Ranks) / 8))
</pre>
</pre>
<pre style="margin-left:2em; margin-top:1em; margin-bottom:1em; padding-left:0; padding-top:0; padding-bottom:0; border:none; background:none">
<pre style="margin-left:2em; margin-top:1em; margin-bottom:1em; padding-left:0; padding-top:0; padding-bottom:0; border:none; background:none">
Spell Penalty = FLOOR(MAX(0, (AS Bonus - ((AS Bonus * (25 * 5)) / 100)))
Spell Penalty = MAX(FLOOR((0, (AS Bonus - ((AS Bonus * (25 * 5)) / 100)))
</pre>
</pre>



Revision as of 08:16, 30 October 2020

Martial Mastery is a passive AS boost that incentivizes training in multiple weapon types and is an alternative to going for 425. This bonus requires training 2x in a primary weapon skill, and is lost entirely at known 25 spell ranks. These restrictions effectively limit the bonus to squares.

AS Bonus = MIN(50, FLOOR(Secondary Weapon Ranks / Tertiary Weapon Ranks) / 8))
Spell Penalty = MAX(FLOOR((0, (AS Bonus - ((AS Bonus * (25 * 5)) / 100)))

Secondary and Tertiary weapon ranks are the weapons you have the most training in after you primary weapon skill.