Artwork unavailable
RENEWAL / ITEMS
Cetrion's Ring (OSM) [1]
#15446Armor
Cetrion_Ring_EXE
TypeArmor
Equipment positionAccessory (Left)
GenderBoth
Weight35
Buy price0 z
Sell price0 z
Slots1
Required level50
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory (Left)
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
.@a = (readparam(bStr)/18);
.@b = (readparam(bAgi)/18);
.@c = (readparam(bVit)/18);
.@d = (readparam(bInt)/18);
.@e = (readparam(bDex)/18);
.@f = (readparam(bLuk)/18);
bonus bInt,2*.@a;
bonus bMatk,2*.@a;
bonus2 bIgnoreMdefRaceRate,RC_All,10*.@a;
bonus bLuk,2*.@b;
bonus bCritical,2*.@b;
bonus bCritAtkRate,.@b;
bonus bDex,2*.@c;
bonus bHit,2*.@c;
bonus bVariableCastrate,-.@c;
bonus bStr,2*.@d;
bonus bBaseAtk,2*.@d;
bonus bDelayrate,-.@d;
bonus bVit,2*.@e;
bonus bDef,2*.@e;
bonus bMaxHPrate,.@e;
bonus bAgi,2*.@f;
bonus bAspdRate,.@f;
bonus2 bIgnoreDefRaceRate,RC_All,10*.@f;