Viewing Item

#15171: Angeling Suit

Item ID 15171 For Sale No
Identifier Angeling_Suit Credit Price Not For Sale
Name Angeling Suit Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 77
Slots 1 Refineable Yes
Attack 0 Min Equip Level 90
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMdef,20;

3 bonus bMaxHP,1000;

4 bonus bMaxSP,100;

5 if (BaseLevel >= 100) {

6 bonus bMaxHP,30*BaseLevel;

7 bonus bMaxSP,5*BaseLevel;

8 }

9 if (.@r >= 7)

10 bonus bMatkRate,10;

11 if (.@r >= 8)

12 skill "BS_WEAPONPERFECT",5;

13 if (.@r >= 9)

14 bonus bDefEle,Ele_Holy;

Equip Script None
Unequip Script None