Scientists Mantle

Item ID 20986 Name Scientists Mantle
None
Weapon Level 0 Identifier Scientist_Mantle
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 25 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bFlee2,5;
bonus2 bSubEle,Ele_Fire,10;
bonus2 bSubEle,Ele_Wind,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSubRace,RC_Player_Doram,10;
bonus bMaxHP,1500*getskilllv("GN_CRAZYWEED");
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",20*getskilllv("GN_FIRE_EXPANSION");
if (getskilllv("GN_MANDRAGORA")>=5)
   bonus bHitRate,50;
if (getskilllv("GN_HELLS_PLANT")>=5)
   bonus2 bVariableCastrate,"GN_SPORE_EXPLOSION",-100;
if (.@r>=7) {
   bonus bFlee2,8;
   bonus bLongAtkRate,10;
   bonus2 bSubEle,Ele_Fire,20;
   bonus2 bSubEle,Ele_Wind,20;
}
if (.@r>=9) {
   bonus bFlee2,12;
   bonus bLongAtkRate,10;
   bonus2 bSubEle,Ele_Fire,20;
   bonus2 bSubEle,Ele_Wind,20;
}