Viewing Item

#400433: Fallen Wing Hairpin-LT

Item ID 400433 For Sale No
Identifier Gothic_HW_TW_LT Credit Price Not For Sale
Name Fallen Wing Hairpin-LT Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
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 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bMaxHPrate,10;

4 bonus bDelayrate,8-(2*(.@r/2));

5 bonus bMaxHP,3000*(.@r/3);

6 if (.@r>=7) {

7 bonus bDelayrate,-10;

8 if (.@r>=9) {

9 bonus bAtkRate,10;

10 bonus bMatkRate,10;

11 if (.@r>=11) {

12 bonus2 bAddRace,RC_All,15;

13 bonus2 bMagicAddRace,RC_All,15;

14 if (.@r>=13) {

15 bonus bNearAtkDef,10;

16 bonus bLongAtkDef,10;

17 }

18 }

19 }

20 }

21 if (.@g>=ENCHANTGRADE_D) {

22 bonus bPAtk,5;

23 bonus bSMatk,5;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bMaxHP,15000;

26 bonus bDelayrate,-5;

27 if (.@g>=ENCHANTGRADE_B) {

28 autobonus "{ bonus2 bMagicAtkEle,Ele_All,20; bonus bShortAtkRate,20; bonus bLongAtkRate,20; }",20,10000,BF_WEAPON|BF_MAGIC;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus2 bSubEle,Ele_All,10;

31 }

32 }

33 }

34 }

Equip Script None
Unequip Script None