Difference between revisions of "MATK"
Jump to navigation
Jump to search
Njosefbeck (talk | contribs) (Created page with "== 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 m...") |
m (navigation) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
== Player MATK == | == 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. | 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 | '''Before''': <code>MATK = MATK + wMATK</code> | ||
'''After''': <code>MATK = MATK + (wMATK * MATK / 125)</code> | |||
[[File:Matk table.png|frame|none|Table showing MATK before and after]] | |||
<div style="border:1px solid #afa3bf; background:none; width:160px; padding:7px"><big>[[Introduction to TitanRO|Return to Introduction]]</big></div><br> | |||
== References == | |||
<references> | |||
<ref name="forum-maintenance-4">[http://forum.titanro.net/index.php?/topic/234-maintenance-4 TitanRO forums: Maintenance #4]</ref> | |||
</references> |
Latest revision as of 03:34, 28 September 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)