
RENEWAL / ITEMS
Illusion Ring [1]
#28509Armor
Ring_IL
TypeArmor
Equipment positionAccessory
GenderBoth
Weight20
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
An ancient ring.
Class: Accessory
Weight: 20
Requires Level: 100
Usable By: All Jobs except Novice Jobs
Str + 3
If the user's base Str is 100 or higher,
ATK + 30
Set Bonus
Illusion Infiltrator [2]
Illusion Ring [1]
Aspd + 10%
If Illusion Infiltrator [2] upgrade level is +9 or higher,
Increases critical damage on targets by 10%.
If Illusion Infiltrator [2] upgrade level is +11 or higher,
Increases physical damage on Brute race targets by 25%.
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
- Novice
- No
- Super Novice
- No
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bStr,3;
if (readparam(bStr) >= 100) {
bonus bBaseAtk,30;
}