INT Soutane

Item ID 15401 Name INT Soutane
The blessing of increasing the intelligence of the robes worn by
priests who worshiped agility in Odin's power.
_______________________
MaxHP +5%
MaxSP +15%
Decreases Variable Casting Time by 10%.
_______________________
For each 2 Refine Levels:
MATK +3%
_______________________
For each 3 Refine Levels:
INT +5
_______________________
For each 4 Refine Levels:
Increases Physical Damage against enemies of Angel and Demon race by 6%.
_______________________
When equipped with Clergy's Boots and Clergy's Manteau:
INT +8, DEF +30, MDEF +15
Decreases damage taken from Angel and Demon race momnsters by 15%.
_______________________
Total Refine Level of entire set at least +27:
MATK +10%
Decreases After Skill Delay by 20%.
Decreases Fixed Casting Time by 20%.
_______________________
Type: Armor
Defense: 100
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 170
Weapon Level 0 Identifier CassockA_INT
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 80 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,15;
bonus bVariableCastrate,-10;
bonus bMatkRate,3*(.@r/2);
bonus bInt,5*(.@r/3);
bonus2 bMagicAddRace,RC_Angel,8*(.@r/4);
bonus2 bMagicAddRace,RC_Demon,8*(.@r/4);

Set Script
INT Soutane
Clergy's Manteau
Clergy's Boots
.@sum = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES);
bonus bMdef,15;
bonus bDef,30;
bonus bInt,8;
bonus2 bSubRace,RC_Angel,15;
bonus2 bSubRace,RC_Demon,15;
if (.@sum >= 27) {
   bonus bMatkRate,10;
   bonus bDelayrate,-20;
   bonus bFixedCastrate,-20;
}
INT Blessing
INT Soutane
bonus2 bMagicAtkEle,Ele_All,12;
bonus bVariableCastrate,-10;
Brilliant Light Sapphire Ring
INT Soutane
Clergy's Manteau
Clergy's Boots
bonus bFixedCast,-200;
bonus2 bSubRace,RC_Angel,10;
bonus2 bSubRace,RC_Demon,10;
bonus2 bMagicAddRace,RC_Angel,20;
bonus2 bMagicAddRace,RC_Demon,20;
bonus bDelayrate,-5;