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 "Template:AbsoluteDamage"

From DFO World Wiki
Jump to: navigation, search
m (Finish updating documenation)
m (More documenation)
Line 4: Line 4:
 
|Trigger={{#expr:{{{1|{{{Tooltip}}}}}}/{{{2|{{{IndependantAttack}}}}}} round 2 }} }}''</includeonly>
 
|Trigger={{#expr:{{{1|{{{Tooltip}}}}}}/{{{2|{{{IndependantAttack}}}}}} round 2 }} }}''</includeonly>
 
<noinclude>
 
<noinclude>
A template to assist in Absolute Damage data entry for skills.
+
A template to assist in Absolute Damage data entry for skills.
 +
 
 +
{{Quotation|But why should I bother when the tooltip just says a number?}}
 +
 
 +
Each skill actually has an internal ratio that is multiplied by your Independent Attack Damage before it's shown on a tooltip. This leads to confusion and many angry edits about different numbers.
 +
 
 +
This does the math for you, in addition to showing a tooltip explaining what the number is.
 +
 
 +
It's really just as simple as dividing Tooltip/Independant Attack, but it's a lot to do if you're doing 20+ levels of a skill.
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 22:
 
|-
 
|-
 
! IndependantAttack  
 
! IndependantAttack  
| The ammount of IndependantAttack you have while looking at the tooltip, this may be found in the '''My Status''' page.
+
| The ammount of IndependantAttack you have while looking at the tooltip, this is the number found in the '''My Status''' page.
 
|}
 
|}
  
Line 20: Line 28:
  
 
<pre>{{AbsoluteDamage|Tooltip=15610|IndependantAttack=1173}}</pre>
 
<pre>{{AbsoluteDamage|Tooltip=15610|IndependantAttack=1173}}</pre>
{{AbsoluteDamage|Tooltip=15610|IndependantAttack=1173}}
+
Damage Ratio: {{AbsoluteDamage|Tooltip=15610|IndependantAttack=1173}}
 
<pre>{{AbsoluteDamage|15610|1173}}</pre>
 
<pre>{{AbsoluteDamage|15610|1173}}</pre>
{{AbsoluteDamage|15610|1173}}
+
Damage Ratio: {{AbsoluteDamage|15610|1173}}
 
<noinclude>
 
<noinclude>

Revision as of 20:14, 14 May 2015


A template to assist in Absolute Damage data entry for skills.

But why should I bother when the tooltip just says a number?

Each skill actually has an internal ratio that is multiplied by your Independent Attack Damage before it's shown on a tooltip. This leads to confusion and many angry edits about different numbers.

This does the math for you, in addition to showing a tooltip explaining what the number is.

It's really just as simple as dividing Tooltip/Independant Attack, but it's a lot to do if you're doing 20+ levels of a skill.

Argument Description
Tooltip The Absolute Damage number shown on the skill
IndependantAttack The ammount of IndependantAttack you have while looking at the tooltip, this is the number found in the My Status page.

Examples:

{{AbsoluteDamage|Tooltip=15610|IndependantAttack=1173}}

Damage Ratio:

13.31
max-width:200px 100
{{AbsoluteDamage|15610|1173}}

Damage Ratio:

13.31
max-width:200px 100