Libra's Krasnaya

Item ID 1150 Name Libra's Krasnaya
None
Weapon Level 4 Identifier Libra_Krasnaya_J
Attack 10 Type Weapon - Two-Handed Sword
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Swordman, Knight, Crusader
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 350 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableWeapon;
bonus bAspdRate,10;
bonus bBaseAtk,70+BaseLevel;
if (BaseJob == Job_Rune_Knight) {
   bonus bDelayrate,-10;
   bonus bAtkRate,50;
   bonus bLongAtkRate,25;
   bonus2 bSubClass,Class_Boss,50;
   bonus2 bSkillUseSP,"LK_SPIRALPIERCE",15;
   .@r = getrefine();
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
         .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
   }
}

Set Script
Zodiac
Libra's Krasnaya
if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight)
   bonus bPerfectHitAddRate,25;