Martial Mastery: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
AS Bonus = MIN(50, FLOOR(Secondary Weapon Ranks / Tertiary Weapon Ranks) / 8))
AS Bonus = MIN(50, FLOOR(Secondary Weapon Ranks / Tertiary Weapon Ranks) / 8))
</pre>
</pre>

Your 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)))

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.

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

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

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.