Fairy of Eden [1], броня (Renewal)
Fairy of Eden [1] (FAIRY_OF_EDEN) – броня.
![Fairy of Eden [1], броня (Renewal) Fairy of Eden [1], броня (Renewal)](/images/db/items/picture/20991.png)
Wings made with the image of a fairy flying in the Garden of Eden
Reduce incoming damage from Normal and Boss monsters by 5%
ASPD + 1% per 1 refine rate
Increase MATK by 2%
When refined to +9 or higher, all 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 equipped with Release of Magic, ASPD + 10%, reduce after skill delay by 30%
When equipped with Wizard of Veritas Card, INT + 40
Can see monsters in Hiding or Cloaking.
When equipped by Wizard type classes, increase damage of Sightrasher by 1500%.
When using sight, it adds a chance to autocast Sightrasher lv10.
When unequipped, removes Energy Coat effect.
Required level : 100
Базовые свойства предмета
- ID: 26475
- Код: FAIRY_OF_EDEN
- Тип: броня
- Уровень брони: 1
- Защита: 40
- Требуемый уровень: 100
- Вес: 40
Скрипт
.@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; }
Скрипт при снятии
sc_end SC_ENERGYCOAT;