Viewing Item

#20991: Fairy of Eden

Item ID 20991 For Sale No
Identifier Fairy_Of_Eden Credit Price Not For Sale
Name Fairy of Eden Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 40
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus2 bSubClass,Class_Normal,5;

3 bonus2 bSubClass,Class_Boss,5;

4 bonus2 bSubRace,RC_Player_Human,5;

5 bonus2 bSubRace,RC_Player_Doram,5;

6 bonus bAspdRate,.@r;

7 bonus bMatkRate,2*.@r;

8 if (.@r>=6) {

9 bonus bAllStats,10;

10 bonus bNoKnockback;

11 }

12 if (.@r>=8) {

13 if (getskilllv("MG_ENERGYCOAT") == 1) {

14 bonus bDef,300;

15 bonus bMdef,15;

16 }

17 skill "MG_ENERGYCOAT",1;

18 }

Equip Script None
Unequip Script

1 sc_end SC_ENERGYCOAT;