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
 
(One intermediate revision by the same user not shown)
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>
+
As mentioned in your example, it would be basically this:
 +
 
 +
<pre>{{AbsoluteDamage|Skill's level 1 Fixed damage|Your Independent Attack}}+{{AbsoluteDamage|X|Your Independent Attack}}*(n-1)</pre>

Latest revision as of 13:27, 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)

As mentioned in your example, it would be basically this:

{{AbsoluteDamage|Skill's level 1 Fixed damage|Your Independent Attack}}+{{AbsoluteDamage|X|Your Independent Attack}}*(n-1)