Difference between revisions of "MATK"

From TitanRO Wiki
Jump to navigation Jump to search
Line 7: Line 7:
On TitanRO, player MATK has been buffed. At the low ends characters will be doing a small amount more -- at the highest end, they can do upwards of 20% more damage compared to before. <ref name="forum-maintenance-4" />
On TitanRO, player MATK has been buffed. At the low ends characters will be doing a small amount more -- at the highest end, they can do upwards of 20% more damage compared to before. <ref name="forum-maintenance-4" />


'''Before''': MATK = MATK + wMATK
'''Before''': <code>MATK = MATK + wMATK</code>


'''After''': MATK = MATK + (wMATK * MATK / 125)
'''After''': <code>MATK = MATK + (wMATK * MATK / 125)</code>


[[File:Matk table.png|frame|none|Table showing MATK before and after]]
[[File:Matk table.png|frame|none|Table showing MATK before and after]]

Revision as of 11:55, 20 June 2018

Monster MATK

Monster MATK follows Classic values.

Player MATK

On TitanRO, player MATK has been buffed. At the low ends characters will be doing a small amount more -- at the highest end, they can do upwards of 20% more damage compared to before. [1]

Before: MATK = MATK + wMATK

After: MATK = MATK + (wMATK * MATK / 125)

Table showing MATK before and after

References