
RENEWAL / ITEMS
Anulus Ira [1]
#490110Armor
Anulus_Ira
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
An ordinary ring that was transformed into a creepy figure
by the magical power interfering devices installed by Illusion.
Str +7, increase damage to all enemies by 10%,
increase damage of Rampage Blast by 1% per 3 BaseLv.
When using Knuckle Arrow lv10, increase damage to all enemies by 10%.
When using Lightning Walk lv5, increase chance to guide attack by 20%.
When using Rising Dragon lv5, reduce after skill delay by 30%.
When using Gentle Touch - Convert lv5, reduce variable casting by 15%,
recovers HP100, SP10 when killing monsters using physical attacks.
Type : Accessory Defense : 0
Weight : 10
Required Level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bStr,7;
bonus2 bAddRace,RC_All,10;
bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",(BaseLevel/5);
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",2*(BaseLevel/5);
if (getskilllv("SR_KNUCKLEARROW") == 10)
bonus bLongAtkRate,10;
if (getskilllv("SR_LIGHTNINGWALK") == 5)
bonus bPerfectHitAddRate,30;
if (getskilllv("SR_RAISINGDRAGON") == 10) {
bonus2 bVariableCastrate,"CH_SOULCOLLECT",-50;
bonus2 bVariableCastrate,"SR_LIGHTNINGWALK",-50;
}
if (getskilllv("SR_GENTLETOUCH_CHANGE") == 5) {
bonus bDelayrate,-15;
bonus bHPGainValue,100;
bonus bSPGainValue,10;
}