Dragonic Slayer-LT

Item ID 600024 Name Dragonic Slayer-LT
An improved version of the great sword said to have been used by a certain Dragon Slayer in the past.
Resonates with Hero's Boots-LT.
_______________________
MaxHP +5%
_______________________
Base Level at least 210:
MaxHP/MaxSP +5%.
_______________________
For each 2 Refine Levels:
MaxHP/MaxSP +5%
_______________________
For each 3 Refine Levels:
Increases damage of Dragon Breath and Dragon Breath - Water by 7%.
_______________________
Refine Level +7:
Decreases After Skill Delay by 10%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 15%.
Decreases damage taken from enemies of every size by 15%.
_______________________
Refine Level +11:
Decreases After Skill Delay by additional 7%.
MaxSP +5%
_______________________
When equipped with Hero's Boots-LT:
MaxHP +10%, MaxSP +5%.
_______________________
[Bonus by Grade]
[Grade D]: MaxHP/MaxSP +3%
[Grade C]: Ranged Physical Damage +15%. RES +30, MRES +30
[Grade B]: Damage taken from enemies of every element -15%.
_______________________
Type: Two-Handed Sword
Attack: 200
Weight: 200
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Rune Knight classes
Weapon Level 5 Identifier Dragonic_Slayer_LT
Attack 200 Type Weapon - Two-Handed Sword
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Knight
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 200 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@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);

Set Script
Heroic Token (Dragon Knight)
Dragonic Slayer-LT
bonus2 bSubSize,Size_All,10;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
   bonus bLongAtkRate,10;
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;
   bonus2 bSkillAtk,"RK_DRAGONBREATH",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus bPow,5;
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;
   bonus2 bSkillAtk,"RK_DRAGONBREATH",10;
}
Dragonic Slayer-LT
Hero Boots-LT
bonus bMaxHPrate,10;
bonus bMaxSPrate,5;