Ring of Unknown Hero (Rune Knight)

Item ID 490397 Name Ring of Unknown Hero (Rune Knight)
None
Weapon Level 0 Identifier Unknown_Hero_Ring_RK
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
Defense 7 Equippable Jobs Knight
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bDelayrate,-3;
bonus bAtkRate,6;
bonus bMatkRate,6;

Set Script
Ring of Unknown Hero (Rune Knight)
Patent Oriental Sword
bonus bLongAtkRate,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RK_SONICWAVE",(readparam(bStr)+readparam(bLuk))/12;
Patent Dragonic Slayer
Ring of Unknown Hero (Rune Knight)
bonus bLongAtkRate,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11) {
   bonus2 bSkillAtk,"RK_DRAGONBREATH",(readparam(bVit)+readparam(bDex))/12;
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",(readparam(bVit)+readparam(bDex))/12;
}