Gaia's Shield [1], броня (Renewal)

Gaia's Shield [1] (GAIA_SHIELD_BR) – броня.

 

A shield of knights whose curses are perfectly purified.
The shield seems to have regained its original strength, which was hidden by a curse.


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

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

  • ID: 28080
  • Код: GAIA_SHIELD_BR
  • Тип: броня
  • Уровень брони: 1
  • Защита: 150
  •  
  • Требуемый уровень: 100
  • Вес: 50

Скрипт

bonus bMdef,10;
bonus2 bSubEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Earth,5;
bonus2 bMagicAddEle,Ele_Earth,5;
.@r = getrefine();
if (.@r>=8) {
   bonus2 bSubEle,Ele_Earth,15;
   bonus2 bAddEle,Ele_Earth,10;
   bonus2 bMagicAddEle,Ele_Earth,10;
}
if (.@r>=10) {
   if (readparam(bStr)>=90)
      bonus bBaseAtk,50;
   if (readparam(bAgi)>=90)
      bonus bAspdRate,5;
   if (readparam(bVit)>=90) {
      bonus bHealPower2,10;
      bonus bAddItemHealRate,10;
   }
   if (readparam(bInt)>=90)
      bonus bMatk,30;
   if (readparam(bDex)>=90)
      bonus bVariableCastrate,-5;
   if (readparam(bLuk)>=90)
      bonus bCritAtkRate,5;
}