Tristan Imperial Cape-LT

Item ID 480453 Name Tristan Imperial Cape-LT
None
Weapon Level 0 Identifier Tristan_Cape_LT
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@g = getenchantgrade();
bonus bNoKnockback;
bonus bBaseAtk,10*(.@r/2);
bonus bCon,.@r/2;
bonus bCrt,.@r/2;
bonus bLongAtkRate,5*(.@r/3);
bonus bCritAtkRate,5*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,15;
   bonus bAspdRate,10;
   if (.@r>=9) {
       bonus2 bAddEle,Ele_All,12;
       if (.@r>=11) {
            bonus bCritical,20;
            if (.@r>=13) {
                bonus bCRate,7;
                bonus bLongAtkRate,10;
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bBaseAtk,80;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bCritical,10;
       if (.@g>=ENCHANTGRADE_B) {
            bonus2 bAddSize,Size_All,12;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bDelayrate,-7;
                if (.@r>=13) {
                    bonus2 bAddRace,RC_All,12;
                }
            }
       }
   }
}

Set Script
Old Casket of Protection
Tristan Imperial Cape-LT
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus2 bSkillAtk,"LG_BANISHINGPOINT",25*(.@r/3);
bonus2 bSkillAtk,"LG_CANNONSPEAR",25*(.@r/3);
if (.@r>=13)
   bonus2 bSkillCooldown,"LG_CANNONSPEAR",-1500;
Berzebub Card
Tristan Imperial Cape-LT
bonus2 bAddClass,Class_Boss,30;
skill "LG_REFLECTDAMAGE",3;
bonus2 bSubRace,RC_Undead,50;
bonus2 bSubEle,Ele_Ghost,-30;