Viewing Item

#400445: Officer's Hat-LT

Item ID 400445 For Sale No
Identifier Officer_Cap_LT Credit Price Not For Sale
Name Officer's Hat-LT Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 35
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMatk,10*(.@r/2);

4 bonus bBaseAtk,10*(.@r/2);

5 if (.@r>=7) {

6 bonus bMatkRate,5;

7 bonus bAtkRate,5;

8 if (.@r>=9) {

9 bonus2 bHPDrainRate,50,5;

10 bonus2 bSPDrainRate,10,3;

11 autobonus "{ bonus2 bHPRegenRate,300,1000; bonus2 bSPRegenRate,70,1000; }",40,4000,BF_MAGIC;

12 if (.@r>=11) {

13 bonus bAspdRate,10;

14 bonus bVariableCastrate,-10;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus2 bMagicAtkEle,Ele_All,5;

20 bonus bLongAtkRate,5;

21 bonus bShortAtkRate,5;

22 if (.@g>=ENCHANTGRADE_C) {

23 if (.@r>=12) {

24 bonus bFixedCast,-500;

25 }

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus bPAtk,5;

28 bonus bSMatk,5;

29 }

30 }

31 }

Equip Script None
Unequip Script None