Viewing Item

#15479: [Not For Sale] Holy White Cloth

Item ID 15479 For Sale No
Identifier aegis_15479 Credit Price Not For Sale
Name [Not For Sale] Holy White Cloth Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
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 bDelayrate,-10;

3 bonus bMdef,10;

4 bonus bHealPower,2;

5 bonus bHealPower2,1;

6 bonus2 bAddItemGroupHealRate,IG_Potion,1;

7 if (.@r>=7) {

8 bonus bHealPower,4;

9 bonus bHealPower2,2;

10 bonus2 bAddItemGroupHealRate,IG_Potion,2;

11 bonus bDef,50;

12 bonus bUnbreakableArmor;

13 }

14 if (.@r>=8) {

15 bonus bHealPower,6;

16 bonus bHealPower2,3;

17 bonus2 bAddItemGroupHealRate,IG_Potion,3;

18 bonus bDef,100;

19 }

20 if (.@r>=9) {

21 bonus bHealPower2,3;

22 bonus2 bAddItemGroupHealRate,IG_Potion,3;

23 bonus bDef,150;

24 bonus2 bResEff,Eff_Stone,5000;

25 }

Equip Script None
Unequip Script None