Cetrion's Ring (OSM)

Item ID 15446 Name Cetrion's Ring (OSM)
None
Weapon Level 0 Identifier Cetrion_Ring_EXE
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 35 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item 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;