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 (fix variable name)
m (Changed to match Korean API, which scales by nearest hundredth place)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
+
<includeonly>''{{MouseoverBox
 +
|Content='''Absolute Damage Ratio''', it is multiplied by your [[Independent Attack Power]] before being shown in the game tooltips
 +
|Style=max-width:200px
 +
|Trigger={{#expr:{{{1|{{{Tooltip}}}}}}/{{{2|{{{IndependantAttack}}}}}} round 2 }} }}''</includeonly><noinclude>
 +
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.
  
A template to assist in Absolute Damage data entry for skills.
+
{| class="wikitable sortable"
 +
!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:
  
 
<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><includeonly>''{{MouseoverBox
+
 
|Content='''Absolute Damage Ratio''', it is multiplied by your [[Independent Attack Power]] before being shown in the game tooltips
+
[[Category:Formatting Templates]]
|Style=max-width:200px
+
</noinclude>
|Trigger={{#expr:{{{1|Tooltip|}}}/{{{2|IndependantAttack|}}} round 2}} }}''</includeonly>
 

Latest revision as of 18:56, 9 July 2019

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