Viewing Item

#400699: Asteria's Helm-LT

Item ID 400699 For Sale No
Identifier Astraea_Helm_LT Credit Price Not For Sale
Name Asteria's Helm-LT Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
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,5;

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

5 bonus bMatk,15*(.@r/2);

6 bonus2 bSubClass,Class_All,2*(.@r/4);

7 bonus2 bSubRace,RC_All,2*(.@r/4);

8 bonus2 bSubEle,Ele_All,2*(.@r/4);

9 bonus2 bSubSize,Size_All,2*(.@r/4);

10 if (.@r>=7) {

11 bonus bMaxHPrate,7;

12 if (.@r>=9) {

13 bonus bVariableCastrate,-15;

14 if (.@r>=11) {

15 bonus2 bAddSize,Size_All,10;

16 bonus2 bMagicAddSize,Size_All,10;

17 if (.@r>=13) {

18 bonus bFixedCast,-300;

19 }

20 }

21 }

22 }

23 if (.@g>=ENCHANTGRADE_D) {

24 bonus bRes,30;

25 bonus bMRes,30;

26 if (.@g>=ENCHANTGRADE_C) {

27 bonus bPow,5;

28 bonus bSpl,5;

29 bonus bCon,5;

30 if (.@g>=ENCHANTGRADE_B) {

31 bonus2 bAddRace,RC_All,15;

32 bonus2 bMagicAddRace,RC_All,15;

33 if (.@g>=ENCHANTGRADE_A) {

34 bonus bDelayrate,-15;

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None