Viewing Item

#460053: Holy Feather Shield-LT

Item ID 460053 For Sale No
Identifier Feather_Shield_LT_TW Credit Price Not For Sale
Name Holy Feather Shield-LT Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 150
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
MATK 0 Max Equip Level None
Equip Locations Off Hand
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 bDelayrate,-3;

4 bonus bAspdRate,3;

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

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

7 if (.@r>=7) {

8 bonus bDelayrate,-3;

9 bonus bAspdRate,3;

10 }

11 if (.@r>=9) {

12 bonus bAtkRate,10;

13 bonus bMatkRate,10;

14 }

15 if (.@r>=12) {

16 bonus bDelayrate,-4;

17 bonus bAspd,2;

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bPow,2;

21 bonus bSpl,2;

22 }

23 if (.@g>=ENCHANTGRADE_C) {

24 bonus bPAtk,5;

25 bonus bSMatk,5;

26 }

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus2 bAddSize,Size_All,4*(.@r/3);

29 bonus2 bMagicAddSize,Size_All,4*(.@r/3);

30 }

31 if (.@g>=ENCHANTGRADE_A) {

32 if (.@r>=13) {

33 bonus2 bResEff,Eff_Freeze,10000;

34 bonus2 bResEff,Eff_Sleep,10000;

35 bonus2 bResEff,Eff_Stone,10000;

36 bonus2 bResEff,Eff_Stun,10000;

37 }

38 }

Equip Script None
Unequip Script None