Martial Mastery: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
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.
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.

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


<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">
Line 5: Line 7:
</pre>
</pre>


Your AS Bonus is reduced by 5% for every spell known over 5.
This AS Bonus is reduced by 5% for every spell known over 5.


<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 = MAX(FLOOR((0, (AS Bonus - ((AS Bonus * (25 * 5)) / 100)))
Spell Penalty = MAX(FLOOR((0, (AS Bonus - ((AS Bonus * (25 * 5)) / 100)))
</pre>
</pre>

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

Revision as of 08:17, 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.

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

AS Bonus = MIN(50, FLOOR(Secondary Weapon Ranks / Tertiary Weapon Ranks) / 8))

This AS Bonus is reduced by 5% for every spell known over 5.

Spell Penalty = MAX(FLOOR((0, (AS Bonus - ((AS Bonus * (25 * 5)) / 100)))