Staff of the Sands

Item ID 550149 Name Staff of the Sands
None
Weapon Level 4 Identifier Areias_Staff_BR
Attack 10 Type Weapon - Staff
MATK 155 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 60 Min Equip Level 99
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,10*(.@r/2);
bonus bHealPower,10*(.@r/2);
bonus bMaxHP,1000*(.@r/3);
if (.@r>=6) {
   skill "WZ_HEAVENDRIVE",3;
   if (.@r>=8) {
       bonus2 bSubRace,RC_Player_Human,10;
       bonus2 bSubRace,RC_Player_Doram,10;
       if (.@r>=10) {
            bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000;
            bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000;
            if (.@r>=12) {
                bonus2 bSkillCooldown,"AB_CLEARANCE",-5000;
            }
       }
   }
}

Set Script
Osiris Card
Staff of the Sands
bonus bFlee2,5;
bonus bHealPower,30;
bonus2 bSkillCooldown,"AB_HIGHNESSHEAL",-3000;
Helm of the Sands
Staff of the Sands
.@sum = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R);
bonus bDelayrate,-15;
if (.@sum>=14) {
   bonus bLongAtkDef,20;
   if (.@sum>=18) {
       bonus2 bSubRace,RC_Player_Doram,10;
       bonus2 bSubRace,RC_Player_Human,10;
       if (.@sum>=22) {
            bonus bFixedCast,-500;
       }
   }
}