Forbidden Spellbook [1], броня (Renewal)

Forbidden Spellbook [1] (FORBIDDEN_GRIMOIRE) – броня.

 

The knight's shield that the cursed knight carried.
It is said that purifying the curse will give you stronger natural power.


Increases attack speed (reduces delay after attack by 10%).
ATK + 3%, MATK + 3%.
Reduces damage taken from all properties by 7%.
When receiving damage, has a low chance to recovery 25 SP per second for 5 seconds.
When dealing physical or magical damage, has a low chance to recovery 150 HP per second for 5 seconds.
If refine rate is 7 or higher, Atk + 10, Matk + 10.
If refine rate is 9 or higher, ASPD + 1.
If refine rate is 12 or higher, reduces delay after skill by 3%.

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

  • ID: 28077
  • Код: FORBIDDEN_GRIMOIRE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 130
  • Профессии: sage
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
.@a = getskilllv("SO_SUMMON_AGNI");
.@b = getskilllv("SO_SUMMON_AQUA");
.@c = getskilllv("SO_SUMMON_VENTUS");
.@d = getskilllv("SO_SUMMON_TERA");
.@e = getskilllv("SO_EL_SYMPATHY");
bonus bMdef,5;
bonus bInt,3*.@a;
bonus2 bSubEle,Ele_Fire,10*.@a;
bonus bDex,3*.@b;
bonus2 bSubEle,Ele_Water,10*.@b;
bonus bAgi,3*.@c;
bonus2 bSubEle,Ele_Wind,10*.@c;
bonus bVit,3*.@d;
bonus2 bSubEle,Ele_Earth,10*.@d;
bonus bMaxHPrate,2*.@e;
bonus bMaxSPrate,2*.@e;
if (.@r>=7) {
   bonus bDef,100;
   bonus bMdef,5;
   bonus2 bResEff,Eff_WhiteImprison,5000;
}
if (.@r>=9) {
   bonus bDef,200;
   bonus bMdef,10;
   bonus2 bResEff,Eff_WhiteImprison,5000;
}