Viewing Item

#15446: Cetrion's Ring (OSM)

Item ID 15446 For Sale No
Identifier Cetrion_Ring_EXE Credit Price Not For Sale
Name Cetrion's Ring (OSM) Type Armor
NPC Buy 0 Weight 35
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 50
MATK 0 Max Equip Level None
Equip Locations Accessory Left
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@a = (readparam(bStr)/18);

2 .@b = (readparam(bAgi)/18);

3 .@c = (readparam(bVit)/18);

4 .@d = (readparam(bInt)/18);

5 .@e = (readparam(bDex)/18);

6 .@f = (readparam(bLuk)/18);

7 bonus bInt,2*.@a;

8 bonus bMatk,2*.@a;

9 bonus2 bIgnoreMdefRaceRate,RC_All,10*.@a;

10 bonus bLuk,2*.@b;

11 bonus bCritical,2*.@b;

12 bonus bCritAtkRate,.@b;

13 bonus bDex,2*.@c;

14 bonus bHit,2*.@c;

15 bonus bVariableCastrate,-.@c;

16 bonus bStr,2*.@d;

17 bonus bBaseAtk,2*.@d;

18 bonus bDelayrate,-.@d;

19 bonus bVit,2*.@e;

20 bonus bDef,2*.@e;

21 bonus bMaxHPrate,.@e;

22 bonus bAgi,2*.@f;

23 bonus bAspdRate,.@f;

24 bonus2 bIgnoreDefRaceRate,RC_All,10*.@f;

Equip Script None
Unequip Script None