ID #20991
Armor
Fairy of Eden [1]
Buy Price: N/A
Sell Price: N/A
Wings made with the image of a fairy flying in the Garden of Eden.
_______________________
Decreases damage received from Normal and Boss class monsters by 5%.
Decreases damage received from Players by 5%.
_______________________
For each Refine Level:
Increases Attack Speed (decreases After Attack Delay by 1%).
Increases Magical Damage by 2%.
_______________________
Refine Level +6:
All Basic Stats +10
Prevents knock-back effect.
_______________________
Refine Level +8:
Enables the use of Level 1 Energy Coat.
When Level 1 Energy Coat is learned.
DEF +300, MDEF +15
_______________________
If the Fairy of Eden's Grade is D or higher:
For each Refine Level:
Decreases damage taken from Ghost elemental attacks by 2%.
Refine Level +10:
INT +25
_______________________
When equipped with Garden of Eden:
MaxHP +50%
Increases movement speed.
_______________________
When equipped with Liberation of Truth:
Increases Attack Speed (decreases After Attack Delay by 10%).
Decreases After Skill Delay by 25%.
_______________________
When equipped with Wizard of Veritas Card:
INT +40
Enables its user to detect hidden enemies.
When equipped by Warlock classes:
For each Base Level:
Increases damage of Sighttrasher by 6%.
When using Sighttrasher, there is a chance to auto-cast Level 1 Sight.
_______________________
When equipped with Symbol of Eden:
Decreases damage taken from Neutral elemental attacks by 10%.
_______________________
When this item is unequipped, cancels the effects of Energy Coat.
_______________________
Graphics are reflected in the character.
_______________________
Type: Garment
Defense: 40
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
Decreases damage received from Normal and Boss class monsters by 5%.
Decreases damage received from Players by 5%.
_______________________
For each Refine Level:
Increases Attack Speed (decreases After Attack Delay by 1%).
Increases Magical Damage by 2%.
_______________________
Refine Level +6:
All Basic Stats +10
Prevents knock-back effect.
_______________________
Refine Level +8:
Enables the use of Level 1 Energy Coat.
When Level 1 Energy Coat is learned.
DEF +300, MDEF +15
_______________________
If the Fairy of Eden's Grade is D or higher:
For each Refine Level:
Decreases damage taken from Ghost elemental attacks by 2%.
Refine Level +10:
INT +25
_______________________
When equipped with Garden of Eden:
MaxHP +50%
Increases movement speed.
_______________________
When equipped with Liberation of Truth:
Increases Attack Speed (decreases After Attack Delay by 10%).
Decreases After Skill Delay by 25%.
_______________________
When equipped with Wizard of Veritas Card:
INT +40
Enables its user to detect hidden enemies.
When equipped by Warlock classes:
For each Base Level:
Increases damage of Sighttrasher by 6%.
When using Sighttrasher, there is a chance to auto-cast Level 1 Sight.
_______________________
When equipped with Symbol of Eden:
Decreases damage taken from Neutral elemental attacks by 10%.
_______________________
When this item is unequipped, cancels the effects of Energy Coat.
_______________________
Graphics are reflected in the character.
_______________________
Type: Garment
Defense: 40
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
400
Defense
40
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}