Difference between revisions of "Moon Slasher"

From LeikaRO wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
| levels = 5
 
| levels = 5
 
| prereqs = {{skill|n=Spear Mastery|v=1|simple=yes}}
 
| prereqs = {{skill|n=Spear Mastery|v=1|simple=yes}}
| spcost = 16 + (Skill Level × 4)
+
| sp = 16 + (Skill Level × 4)
 
| cast_fix = 0
 
| cast_fix = 0
 
| cast_var = 1
 
| cast_var = 1
Line 12: Line 12:
 
| area = 7x7
 
| area = 7x7
 
| weapon = Spear }}
 
| weapon = Spear }}
== Overview ==
 
Damages players in a 3-cell radius around the caster and force them to sit. Players that are casting however will not sit. If used against monsters, they will be immobilized for 1 to 3 seconds. Damage may be increased depending on the level of [[Overbrand]] that the user has learned.
 
  
==Mechanics==
 
  
<code>'''Damage''': {[(Skill Level × 120) + ([[Overbrand]] Level × 80)] × ([[Levels#Base Level|Base Level]] ÷ 100)} %</code>
+
Damages players in a 3-cell radius around the caster and force them to sit. Players that are casting however will not sit. If used against monsters, they will be immobilized for 2 to 3 seconds. Damage may be increased depending on the level of [[Overbrand]] that the user has learned.
{|
+
 
|- style="vertical-align: top;"
+
 
|
+
{{Skill Mechanics
+
| time = 1 second
+
| delay = 1 seconds
+
| cooldown = (7 - Skill Level) seconds
+
| target = Self
+
| area = 7x7
+
| status = [[Sit]]
+
}}
+
||
+
 
{| class="wikitable"
 
{| class="wikitable"
! Level !! Base [[ATK]]% !! Sit Chance !! SP Cost
+
! Level !! Base [[ATK]]% !! Chance !! SP Cost
 
|-
 
|-
 
! 1
 
! 1
Line 48: Line 35:
 
| 600% || 72% || 36
 
| 600% || 72% || 36
 
|}
 
|}
|}
+
 
 +
=== Formula ===
 +
<code>'''Damage''': {[(Skill Level × 120) + ([[Overbrand]] Level × 80)] × ([[Levels#Base Level|Base Level]] ÷ 100)} %</code>
 +
 
 +
== Notes ==
 +
* Blocks movement instead of applying SC_STOP status for a better interaction with monster's AI.
  
 
{{Navbox Crusader}}
 
{{Navbox Crusader}}

Latest revision as of 00:24, 14 December 2021

Moon Slasher-icon.png Moon Slasher
Type: Offensive Skill
Levels: 5
Fixed Cast Time: 0
Variable Cast Time: 1
Cast Delay: 1 second
Cooldown: (7 - Skill Level) Seconds
Target: Self
Area of Effect: 7x7
Weapons: Spear
Prerequisites
Spear Mastery-icon.png Spear Mastery Lv. 1


Damages players in a 3-cell radius around the caster and force them to sit. Players that are casting however will not sit. If used against monsters, they will be immobilized for 2 to 3 seconds. Damage may be increased depending on the level of Overbrand that the user has learned.


Level Base ATK% Chance SP Cost
1 120% 40% 20
2 240% 48% 24
3 360% 56% 28
4 480% 64% 32
5 600% 72% 36

Formula

Damage: {[(Skill Level × 120) + (Overbrand Level × 80)] × (Base Level ÷ 100)} %

Notes

  • Blocks movement instead of applying SC_STOP status for a better interaction with monster's AI.