Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Thread:User talk:Bah wikier/Using Mathematical Expressions for Skill Pages/reply (7)"

From DFO World Wiki
Jump to: navigation, search
 
m
Line 7: Line 7:
 
X = (Skill's highest possible fixed damage - Skill's Level 1 Fixed Damage)/(n-1)
 
X = (Skill's highest possible fixed damage - Skill's Level 1 Fixed Damage)/(n-1)
  
<code>{{AbsoluteDamage|472|472}}+{{AbsoluteDamage|X|472}}*(n-1)</code>
+
<pre>{{AbsoluteDamage|472|472}}+{{AbsoluteDamage|X|472}}*(n-1)</pre>

Revision as of 13:25, 23 September 2018

Yeah something like that. Thanks for pointing that out to me.

It might even be easier if we just omit the 'Your Independent Attack' from the equation I stated earlier.

So it turns out like this:

X = (Skill's highest possible fixed damage - Skill's Level 1 Fixed Damage)/(n-1)

{{AbsoluteDamage|472|472}}+{{AbsoluteDamage|X|472}}*(n-1)