Symbol of Eden [1], броня (Renewal)
Symbol of Eden [1] (AEGIS_460050) – броня.
A shield modeled after the Garden of Eden.
Colorful magic energy flows from it.
------------------------
For every refine level, MHP + 3% , MSP + 3%.
------------------------
When refined to +6 or higher, INT + 5 , DEX + 5
------------------------
When refined to +8 or higher, additional INT + 10 , DEX + 10
------------------------
Set Bonus:
Symbol of Eden [1]
Garden of Eden [1]
Reduce damage taken from normal and boss monsters by 20%.
------------------------
Set Bonus:
Symbol of Eden [1]
Fairy of Eden [1]
Reduce damage taken from Neutral property attack by 10%.
------------------------
Def : 60
Базовые свойства предмета
- ID: 30380
- Код: AEGIS_460050
- Тип: броня
- Уровень брони: 1
- Защита: 60
- Требуемый уровень: 100
- Вес: 40
Скрипт
.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,3*.@r;
bonus bMaxSPrate,3*.@r;
if (.@r>=6) {
bonus bInt,5;
bonus bDex,5;
}
if (.@r>=8) {
bonus bInt,10;
bonus bDex,10;
}