Ring of Unknown Hero (Rebellion)

Item ID 490498 Name Ring of Unknown Hero (Rebellion)
None
Weapon Level 0 Identifier Unknown_Hero_Ring_RL
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
Defense 0 Equippable Jobs Rebellion
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
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 (Rebellion)
Patent Crimson Rose
bonus2 bAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RL_FIREDANCE",(readparam(bStr)+readparam(bDex))/12;
Ring of Unknown Hero (Rebellion)
Patent The Black
bonus2 bAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RL_R_TRIP",(readparam(bStr)+readparam(bDex))/12;
Ring of Unknown Hero (Rebellion)
Patent Demon Slayer Shot
bonus2 bAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RL_BANISHING_BUSTER",(readparam(bAgi)+readparam(bDex))/12;
Ring of Unknown Hero (Rebellion)
Patent Golden Lord Launcher
bonus2 bAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RL_D_TAIL",(readparam(bAgi)+readparam(bDex))/12;
Ring of Unknown Hero (Rebellion)
Patent Master Soul Rifle
bonus2 bMagicAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"WL_SOULEXPANSION",(readparam(bAgi)+readparam(bInt))/12;