Bacsojin Hat-LT [1], броня (Renewal)

Bacsojin Hat-LT [1] (BAKSOJIN_HAT_LT) – броня.

Bacsojin Hat-LT [1], броня (Renewal)

Int + 2, Dex + 2, SPL + 2, CON + 2.
Reduces variable casting time by 10%.
Increases magical damage against undead race monsters by 10%.
Has a chance to gain [Divine Willpower] for 7 seconds when dealing magical damage.
If refine rate is 7 or higher, increases all property magical damage by 15%.
If refine rate is 9 or higher, Matk + 10%.
If refine rate is 11 or higher, increases all property magical damage by additional 10%.
[Divine Willpower] Effect
- Matk + 35 per refine rate.
- If refine rate is 10 or higher, S.Matk + 20.

[Bonus by grade]
[Grade D] Matk + 5%, SPL + 3.
[Grade C] WIS + 2, reduces fixed casting time by 0.5 seconds.
[Grade B] S.Matk + 2, Mres + 20.
[Grade A] S.Matk + 7.

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

  • ID: 29362
  • Код: BAKSOJIN_HAT_LT
  • Тип: броня
  • Уровень брони: 2
  • Защита: 6
  •  
  • Требуемый уровень: 150
  • Вес: 40

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bInt,2;
bonus bDex,2;
bonus bSpl,2;
bonus bCon,2;
bonus bVariableCastrate,-10;
bonus2 bMagicAddRace,RC_Undead,10;
autobonus "{ .@r = getrefine(); bonus bMatk,35*.@r; if (.@r>=10) { bonus bSMatk,20; } }",1,7000,BF_MAGIC;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,15;
   if (.@r>=9) {
      bonus bMatkRate,10;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_All,10;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,5;
   bonus bSpl,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bFixedCast,-500;
      bonus bWis,2;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,3;
         bonus bMRes,20;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bSMatk,7;
         }
      }
   }
}