Viewing Item

#400109: Boitata Hat

Item ID 400109 For Sale No
Identifier Fletus_Tiara_SHC Credit Price Not For Sale
Name Boitata Hat Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 25
Slots 1 Refineable Yes
Attack 0 Min Equip Level 240
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 bHit,-25;

4 bonus bPow,5;

5 bonus bCrt,5;

6 bonus bAspdRate,10;

7 bonus bBaseAtk,20*(.@r/2);

8 bonus bDef,10*(.@r/2);

9 if (.@r>=7) {

10 bonus bShortAtkRate,15;

11 bonus bLongAtkRate,15;

12 if (.@r>=9) {

13 bonus bAtkRate,10;

14 bonus bBaseAtk,30;

15 if (.@r>=11) {

16 bonus bCritAtkRate,25;

17 bonus bPAtk,8;

18 }

19 }

20 }

21 if (.@g>=ENCHANTGRADE_D) {

22 bonus bAtkRate,5;

23 bonus bPow,5;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bCRate,3;

26 bonus bCritical,15;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bFixedCast,-300;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bCritAtkRate,14*(.@r/3);

31 bonus bCRate,(.@r/3);

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None