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 "Sky Assault Upgrade"

From DFO World Wiki
Jump to: navigation, search
m (Added Atk per level in description)
m (Updated Skill Growth Table to use new format)
Line 22: Line 22:
 
*{{SkillAttribute|Max Level|7}}
 
*{{SkillAttribute|Max Level|7}}
  
|SkillGrowth=
 
 
<span style="display:none">{{</span>
 
<span style="display:none">{{</span>
 +
<small>
 +
{{#arraydefine:maxrow|1,2,3,4,5}} <!--Create an array named "maxrow" and fill it with 10 values. Extend array and add values if necessary-->
 
{|{{SkillTableHeader}}
 
{|{{SkillTableHeader}}
|-
+
<!-- START: TABLE HEADERS -->
 
!Level
 
!Level
 
!Lv Req
 
!Lv Req
!Attack Strength
+
!Atk.
 
!Sliding Speed
 
!Sliding Speed
|-  
+
 
| 1||50||8%||+2%
+
<!-- END: TABLE HEADERS -->
|-
+
{{#arrayprint:maxrow||@@@@|<!--Each item in array maxrow is now @@@@ ~~~ DO NOT CHANGE ~~~ -->
| 2||55||16%||+4%
+
{{#vardefine:i|@@@@}}<!-- Move item to an actual variable we can use ~~~ DO NOT CHANGE ~~~ -->
|-
+
{{!}}- {{#ifexpr: {{#var:i}} = 5 | {{MaxSkillRow}} }} <!-- DEFAULT: Detect levelcap/masterlv/maxlv at specified skill level -->
| 3||60||24%||+6%
+
<!-- START: SKILL DATA EXPRESSIONS -->
|-
+
{{!}} <!--Level--> {{#var:i}}
| 4||65||32%||+8%
+
{{!}} <!--Lv Req--> {{#expr: 5*{{#var:i}}+45}}
|-{{MaxSkillRow}}
+
{{!}} <!--Atk.--> +{{#expr: 8+((40-8)/(5-1))*({{#var:i}}-1) round 0}}%
| 5||70||40%||+10%
+
{{!}} <!--Sliding Speed--> +{{#expr: 2+((10-2)/(5-1))*({{#var:i}}-1) round 0}}%
 +
{{!}}-
 +
<!-- END: SKILL DATA EXPRESSIONS -->
 +
}}
 
|}
 
|}
 +
</small>
 +
<span style="display:none">}}</span>
 
<span style="display:none">}}</span>
 
<span style="display:none">}}</span>
}}
 

Revision as of 21:33, 9 May 2019


Sky Assault Upgrade.png Sky Assault Upgrade

No Video
TP Passive Skill
Class:

Female Mage

Command: None
Prerequisite Level: 50
Prerequisite Skills: Sky Assault.png Sky Assault Lv10

Description

Increases the Attack Strength and Sliding Speed of Sky Assault.

  • Atk. per Level: +8%
  • Sliding speed per Level: +2%

Attributes

  • TP per level: 1
  • Master Level: 5
  • Max Level: 7

{{

Level Lv Req Atk. Sliding Speed
1 50 +8% +2%
2 55 +16% +4%
3 60 +24% +6%
4 65 +32% +8%
5 70 +40% +10%

}}