
RENEWAL / ITEMS
Fairy of Eden [1]
#20991Armor
Fairy_Of_Eden
Item stats
- DEF
- 40
- Slots
- 1
- Weight
- 40
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Garment
- Gender
- Both
- Required level
- 100+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
Fairy of Eden description & effects
Wings made with the image of a fairy flying in the Garden of Eden
Reduces incoming damage from Normal and Boss monsters by 5%.
------------------------
Every refine level, ASPD + 1%, MATK + 2%.
------------------------
When refined to +9 or higher, all basic stats + 10,
Cannot be knocked back.
------------------------
When refine to +11 or higher, Energy Coat Lv. 1 becomes available to use.
When Energy Coat Lv. 1 is learned, Def + 300, Mdef + 15.
When unequipped, Energy Coat effect will be removed.
------------------------
Set Bonus:
Fairy of Eden [1]
Release of Truth
ASPD + 10%, after skill delay - 30%.
------------------------
Set Bonus:
Fairy of Eden [1]
Wizard of Veritas Card
INT + 40
Enable to see Hiding or Cloaking enemies.
When equipped by Wizard type classes,
increase Sightrasher damage by 1500%.
When using Sightrasher, autocast Sight lv.1.
------------------------
Type : Garment
Defense : 40
Weight : 40
Required level : 100
Class : All
Item effect script
.@r = getrefine();
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus bAspdRate,.@r;
bonus bMatkRate,2*.@r;
if (.@r>=6) {
bonus bAllStats,10;
bonus bNoKnockback;
}
if (.@r>=8) {
if (getskilllv("MG_ENERGYCOAT") == 1) {
bonus bDef,300;
bonus bMdef,15;
}
skill "MG_ENERGYCOAT",1;
}
Equipment sets
Set 1
Set effect
bonus bMaxHPrate,50;
bonus bSpeedRate,25;
Set 2
Set effect
bonus bInt,40;
bonus bIntravision;
if ((eaclass()&EAJ_THIRDMASK)==EAJ_WARLOCK) {
bonus2 bSkillAtk,"WZ_SIGHTRASHER",6*BaseLevel;
bonus4 bAutoSpellOnSkill,"WZ_SIGHTRASHER","MG_SIGHT",1,1000;
}
/*Unknow Rate*/
Set 3
Set effect
bonus2 bSubEle,Ele_Neutral,10;







