Faith of Yggdrasil [1], броня (Renewal)

Faith of Yggdrasil [1] (FAITH_OF_YGGDRASIL) – броня.

 

A hat worn by a believer in the Yggdrasil.
It was made using Alfheim tech, which can withstand the power of the world tree.
------------------------
All Basic Status + 3
------------------------
Reduce damage taken from normal and boss monsters by 20%.
------------------------
Increase physical and magic damage against all size enemies by 10%.
------------------------
When refined to +7 or higher,
Increase physical and magic damage against all size enemies by 15%.
Reduce After Cast Delay by 20%.
------------------------
When refined to +9 or higher,
Increase physical and magic damage against all size enemies by 15%.
Reduce damage taken from Players by 13%.
------------------------
Set Bonus:

Faith Of Yggdrasil [1]
Majesty of Yggdrasil [1]

All Basic Status + 10
Increase movement speed.
------------------------
Def : 10

Базовые свойства предмета

  • ID: 29332
  • Код: FAITH_OF_YGGDRASIL
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 5

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bAllStats,3;
bonus2 bSubClass,Class_Normal,20;
bonus2 bSubClass,Class_Boss,20;
bonus2 bAddSize,Size_All,((.@r>=9)?40:(.@r>=7?25:10));
bonus2 bMagicAddSize,Size_All,((.@r>=9)?40:(.@r>=7?25:10));
if (.@r>=7)
   bonus bDelayrate,-20;
if (.@r>=9) {
   bonus2 bSubRace,RC_Player_Human,13;
   bonus2 bSubRace,RC_Player_Doram,13;
}