Apollo Armor-LT

Item ID 450295 Name Apollo Armor-LT
None
Weapon Level 0 Identifier Apollo_Armor_TW_LT
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 30 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 150
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 bMaxHPrate,20;
bonus bMaxHP,500*(.@r/2);
bonus bVit,8*(.@r/2);
bonus2 bSkillAtk,"RK_DRAGONBREATH",20*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20*(.@r/3);
bonus2 bSkillAtk,"LG_EARTHDRIVE",20*(.@r/3);
bonus2 bSkillAtk,"LG_SHIELDPRESS",20*(.@r/3);
if (.@r>=9) {
   bonus bMaxHP,5000;
}
if (.@r>=11)
   bonus2 bSubRace,RC_All,10;
if (.@r>=13)
   bonus bDelayrate,-15;
if (.@g>=ENCHANTGRADE_D) {
   bonus bVit,3*(.@r/2);
   bonus bLongAtkRate,3*(.@r/3);
   bonus bShortAtkRate,3*(.@r/3);
}
if (.@g>=ENCHANTGRADE_C) {
   bonus bMaxHPrate,3*(.@r/3);
}
if (.@g>=ENCHANTGRADE_B) {
   bonus bVit,5*(.@r/2);
   bonus bLongAtkRate,5*(.@r/3);
   bonus bShortAtkRate,5*(.@r/3);
}
if (.@g>=ENCHANTGRADE_A) {
   bonus bMaxHPrate,5*(.@r/3);
   if (.@r>=13) {
       bonus2 bSubRace,RC_All,10;
   }
}

Set Script
Green Ferus Card
Apollo Armor-LT
bonus bDelayrate,-8;
bonus bLongAtkRate,15;
bonus bShortAtkRate,15;
Eddga Card
Apollo Armor-LT
bonus bDelayrate,-8;
bonus bLongAtkRate,30;
bonus bShortAtkRate,30;
bonus3 bAddEffWhenHit,Eff_Freeze,5000,ATF_MAGIC;
bonus3 bAddEffWhenHit,Eff_Bleeding,5000,ATF_MAGIC;
bonus3 bAddEffWhenHit,Eff_Stone,5000,ATF_MAGIC;
Apollo Armor-LT
Wings of Olympus-LT
.@g = getenchantgrade(EQI_ARMOR);
if (.@g>=ENCHANTGRADE_D) {
   bonus bVariableCastrate,-15;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bMaxHP,2500;
       bonus bMaxHPrate,5;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bAspdRate,15;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bFixedCast,-300;
            }
       }
   }
}