Illusion Saint Robe

Item ID 450144 Name Illusion Saint Robe
A robe that has been baptized with saintly power.
_______________________
MaxHP +10%
MaxSP +10%
MDEF +10
_______________________
Refine Level +9:
Decreases Physical and Magical Damage taken from Fish race by 15%.
_______________________
Refine Level +11:
Bypass 20% of hard magic defense of Fish race.
_______________________
When equipped with Illusion Combo Battle Glove:
ATK +30
_______________________
Refine Level of Illusion Combo Battle Glove and Illusion Saint Robe each is +7 or higher:
ATK +5%
_______________________
Total Refine Level of entire set at least +18:
Increases damage of Sky Net Blow by 20%.
_______________________
Total Refine Level of entire set at least +22:
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 60
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 120
Acolyte and Merchant classes
Weapon Level 0 Identifier Saint_Robe_IL
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 60 Equippable Jobs Acolyte, Merchant, Priest, Blacksmith, Monk, Alchemist
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level 120
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bMdef,10;
if (.@r>=9) {
   bonus2 bSubRace,RC_Fish,15;
}
if (.@r>=11) {
   bonus2 bIgnoreDefRaceRate,RC_Fish,20;
}

Set Script
Illusion Saint Robe
Illusion Combo Battle Glove
.@eq = getequiprefinerycnt(EQI_ARMOR);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,30;
if (.@eq >= 7 && .@weapon >= 7) {
   bonus bAtkRate,5;
}
if ((.@eq + .@weapon) >= 18) {
   bonus2 bSkillAtk,"SR_SKYNETBLOW",20;
}
if ((.@eq + .@weapon) >= 22) {
   bonus bDelayrate,-10;
}
Illusion Dea Staff
Illusion Saint Robe
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_ARMOR);
bonus bDelayrate,-10;
bonus bMatk,50;
if (getequiprefinerycnt(EQI_HAND_R) >= 7 && getequiprefinerycnt(EQI_ARMOR) >= 7) {
   bonus bMatkRate,10;
   bonus bAspd,2;
   if (.@sum >= 18) {
      bonus2 bMagicAddRace,RC_Plant,20;
      bonus2 bMagicAddRace,RC_Undead,20;
      bonus2 bMagicAddRace,RC_Formless,20;
      bonus2 bMagicAddRace,RC_Angel,20;
      bonus2 bMagicAddRace,RC_Dragon,20;
      bonus2 bMagicAddRace,RC_Fish,20;
      bonus2 bMagicAddRace,RC_Insect,20;
      bonus2 bMagicAddRace,RC_Brute,20;
      bonus2 bMagicAddRace,RC_Demon,20;
      bonus2 bMagicAddRace,RC_DemiHuman,20;
      if (.@sum >= 22) {
         bonus bDelayrate,-10;
         bonus bVariableCastrate,-15;
      }
   }
}

Illusion Saint Robe Dropped By

Monster ID Monster Name Chance Can be Stolen Monster Level Monster Race Monster Element Specific Map
20802 Deep Sea Obeaune 0.025% YES 149 Fish Level 0 Neutral iz_d04_i
20811 Deep Sea Kraken 5% YES 204 Fish Level 0 Neutral iz_d05_i