Viewing Item

#19451: Heavenly Order

Item ID 19451 For Sale No
Identifier Heavenly_Order Credit Price Not For Sale
Name Heavenly Order Type Armor
NPC Buy 20 Weight 0
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 skill "MC_IDENTIFY",1,0;

2 .@a = readparam(bStr);

3 .@b = readparam(bAgi);

4 .@c = readparam(bVit);

5 .@d = readparam(bInt);

6 .@e = readparam(bDex);

7 .@f = readparam(bLuk);

8 bonus bHit,2*(.@a/18);

9 bonus bMaxHPrate,2*(.@a/18);

10 bonus bFlee,2*(.@b/18);

11 bonus bDelayrate,-2*(.@b/18);

12 bonus bMdef,2*(.@c/18);

13 bonus bVariableCastrate,-2*(.@c/18);

14 bonus bMaxSPrate,2*(.@d/18);

15 bonus bUseSPrate,-2*(.@d/18);

16 bonus bCritical,2*(.@e/18);

17 bonus bAspdRate,2*(.@e/18);

18 bonus bBaseAtk,15*(.@f/18);

19 bonus bMatk,15*(.@f/18);

20 bonus bDef,20*(.@f/18);

Equip Script None
Unequip Script None