Royal Guard Rosary

Item ID 19318 Name Royal Guard Rosary
None
Weapon Level 0 Identifier Royalguard_Necklace_BR
Attack 0 Type Armor
MATK 0 Equip Locations Lower Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 80
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAspd,1;

Set Script
Imperial Feather
Royal Guard Rosary
.@a = readparam(bAgi);
bonus bBaseAtk,10;
bonus bAspdRate,3;
bonus2 bResEff,Eff_Blind,10000;
bonus2 bResEff,Eff_Silence,10000;
bonus2 bSubRace,RC_Player_Doram,2;
bonus2 bSubRace,RC_Player_Human,2;
if (.@a>=108) {
   bonus bBaseAtk,20;
   bonus bAspdRate,5;
   bonus2 bSubRace,RC_Player_Doram,2;
   bonus2 bSubRace,RC_Player_Human,2;
}
if (.@a>=120) {
   bonus bBaseAtk,40;
   bonus bAspdRate,7;
   bonus2 bSubRace,RC_Player_Doram,4;
   bonus2 bSubRace,RC_Player_Human,4;
}