Item Details

Dragonic Slayer-LT [2] ( Dragonic_Slayer_LT )

# 600024 Dragonic Slayer-LT [2]
Dragonic Slayer-LT [2] Buy: zeny Sell: 0 zeny Weight: 200 Slots: 2
Type: Weapon item. Subtype: N/A Gender: Both Locations: Right_Hand + Left_Hand
Attack: 200 M. Attack: N/A Range: 1 Defense: N/A
Weapon Level: 5 Armor Level: N/A Equip Level Min: 190 Equip Level Max: N/A
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes., All Third

An improved version of the great sword said to have been used by a dragon slayer in the past.
------------------------
MHP+ 5%.
------------------------
When character base level 210 or higher, MHP/MSP + 5%.
------------------------
For every 2 refine level, MHP/MSP + 5%.
For every 3 refine level, increases Dragon's Breath and Dragon's Water Breath damage by 7%.

When refine level 7 or more, reduced global cooldown is by 10% and variable casting is by 10%.
When refine level 9 or more, increases ranged physical damage by 15%,
reduced physical/magical damage received from enemies of all sizes by 15%.
When refine level 11 or more, reduced global cooldown is additionally by 7%, MSP + 5%.
------------------------
Set Bonus
Dragonic Slayer-LT [2]
Hero Boots-LT [1]

MHP + 10%, MSP + 5%.
------------------------
[Bonus By Grade]
[Grade D] MHP/MSP + 3%.
[Grade C] Increases long-distance physical damage by 15%, RES + 30, MRES + 30.
[Grade B] Reduces physical/magical damage received from enemies of all attributes by 15%.
------------------------
Class : Two-handed Sword
Attack : 200
Weight : 200
Weapon Lv : 5
Required Level : 190
Job : Rune Knight

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,5;
if (BaseLevel>=210) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=7) {
   bonus bDelayrate,-10;
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,15;
      bonus bLongAtkRate,15;
      if (.@r>=11) {
         bonus bDelayrate,-7;
         bonus bMaxSPrate,5;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMaxHPrate,3;
   bonus bMaxSPrate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bLongAtkRate,15;
      bonus bMRes,30;
      bonus bRes,30;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSubEle,Ele_All,15;
      }
   }
}
bonus bMaxHPrate,5*(.@r/2);
bonus bMaxSPrate,5*(.@r/2);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3);
N/A
N/A

N/A