Difference between revisions of "Prestige"

From LeikaRO wiki
Jump to: navigation, search
(don't break pls)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
| type = Supportive
 
| type = Supportive
 
| levels = 5
 
| levels = 5
| prereqs = {{skill|n=Trample|v=3|simple=yes}}
+
| sp = 70 + (Skill Level × 5)
| spcost = 70 + (5 * Skill Level) }}
+
| cast_fix 2 seconds
== Overview ==
+
Increases the caster's [[DEF|Hard DEF]] and gives a chance to avoid being affected by magic attacks. The chance to dodge magic attacks is influenced by the caster's [[INT]] and [[LUK]], while the increase in [[DEF]] is influenced by the level of Prestige and [[Defending Aura]].
+
 
+
== Mechanics ==
+
*'''DEF Bonus formula''': [{(Skill Level * 15) + ([[Defending Aura]] Level * 10)} * ([[Levels#Base Level|Base Level]] / 100)]
+
*'''Magic evasion formula''': [{([[INT]] + [[LUK]]) * (Skill Level / 20) * (Base Level / 200)} + (Skill Level)] %
+
{|
+
|- style="vertical-align: top;"
+
|
+
{{ Skill Mechanics
+
| cast_fix = 2 seconds
+
 
| cast_var = 1 second
 
| cast_var = 1 second
| cooldown = 60 Seconds
+
| cooldown = 60 seconds
| duration = 15 + (15 * Skill Level) seconds  
+
| duration = [15 + (Skill Level × 15)] seconds
 
| target = Self
 
| target = Self
 +
| s_icon = Prestige
 +
| prereqs = {{skill|n=Trample|v=3|simple=yes}}
 
}}
 
}}
||
+
 
 +
 
 +
Increases the caster's [[DEF|Hard DEF]] and gives a chance to avoid being affected by magic attacks. The chance to dodge magic attacks is influenced by the caster's [[INT]] and [[LUK]], while the increase in [[DEF]] is influenced by the level of Prestige and [[Defending Aura]].
 +
 
 
{| class="wikitable"
 
{| class="wikitable"
 
! Level !! Base [[DEF]] Bonus !! Base Magic evasion !! Duration !! SP Cost
 
! Level !! Base [[DEF]] Bonus !! Base Magic evasion !! Duration !! SP Cost
Line 40: Line 34:
 
|}
 
|}
  
|}
+
=== Formula ===
 +
 
 +
<code>'''DEF''': [{(Skill Level × 15) + ([[Defending Aura]] Level × 10)} × ([[Levels#Base Level|Base Level]] ÷ 100)]</code>
 +
 
 +
<code>'''Evasion''': [{([[INT]] + [[LUK]]) × (Skill Level ÷ 20) × (Base Level ÷ 200)} + (Skill Level)] %</code>
 +
 
 +
== Notes ==
 +
* Cannot be used with [[Inspiration]] or [[Banding]]
 +
* Can dodge both single target and AoE spells.
 +
 
 +
 
 
{{Navbox Crusader}}
 
{{Navbox Crusader}}

Latest revision as of 00:26, 14 December 2021

Prestige-icon.png Prestige
Type: Supportive Skill
Levels: 5
Variable Cast Time: 1 second
Cooldown: 60 seconds
Duration: [15 + (Skill Level × 15)] seconds
Target: Self
Status Icon: Prestige-status-ico.png
Prerequisites
Trample-icon.png Trample Lv. 3


Increases the caster's Hard DEF and gives a chance to avoid being affected by magic attacks. The chance to dodge magic attacks is influenced by the caster's INT and LUK, while the increase in DEF is influenced by the level of Prestige and Defending Aura.

Level Base DEF Bonus Base Magic evasion Duration SP Cost
1 +15 1% 30s 75
2 +30 2% 45s 80
3 +45 3% 60s 85
4 +60 4% 75s 90
5 +75 5% 90s 95

Formula

DEF: [{(Skill Level × 15) + (Defending Aura Level × 10)} × (Base Level ÷ 100)]

Evasion: [{(INT + LUK) × (Skill Level ÷ 20) × (Base Level ÷ 200)} + (Skill Level)] %

Notes