Ring of Chivalry

Item ID 490597 Name Ring of Chivalry
None
Weapon Level 0 Identifier aegis_490597
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bBaseAtk,30;
bonus bAspd,1;
skill "ALL_GLASTHEIM_RECALL",1;

Set Script
Agony Of Royal Knight Card
Ring of Chivalry
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bMaxHPrate,50;
bonus bHit,5*.@r;
bonus bShortAtkRate,.@r;
Grudge of Royal Knight Card
Ring of Chivalry
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus bMaxSPrate,50;
bonus bHealPower2,3*.@r;
bonus bShortAtkRate,.@r;
Agony Of Royal Knight Card
Grudge of Royal Knight Card
Ring of Chivalry
bonus bFlee2,5;
bonus2 bExpAddRace,RC_All,20;
bonus bSpeedRate,25;
Knight's Helm
Ring of Chivalry
skill "LK_AURABLADE",5;
bonus2 bHPDrainRate,50,8;
bonus2 bHPDrainRate,20,4;
autobonus3 "{ bonus2 bAddEle,Ele_All,30; }",1000,30000,"LK_CONCENTRATION";
Khalitzburg Armor
Ring of Chivalry
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bPerfectHitAddRate,25;
if (.@r>=9) {
   bonus bAspdRate,20;
   if (.@r>=11) {
       bonus bUnbreakableArmor;
   }
}
Whiteknight Armor
Ring of Chivalry
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bDef,30;
if (.@r>=9) {
   bonus bVariableCastrate,-20;
   if (.@r>=11) {
       bonus2 bResEff,Eff_Freeze,10000;
   }
}