Beast Territory Boots [1], броня (Renewal)

Beast Territory Boots [1] (BEAST_AREA_SHOES) – броня.

Beast Territory Boots [1], броня (Renewal)

All stat + 2, Mdef + 15.
MaxHP + 15%, MaxSP + 5%.

If refine rate is 10 or higher,
if base STR is 108 or higher, Atk + 80.
if base AGI is 108 or higher, ASPD + 2.
if base VIT is 108 or higher, MaxHP + 10%.
if base INT is 108 or higher, Matk + 80.
if base DEX is 108 or higher, reduces fixed casting time by 0.5 seconds, increases long ranged physical damage by 10%.
if base LUK is 108 or higher, increases critical damage by 35%.

If refine rate is 13 or higher,
if base POW is 60 or higher, increases physical damage against all size enemies by 15%.
if base STA is 60 or higher, reduces global cooldown by 5%, P.Atk + 15.
if base WIS is 60 or higher, reduces global cooldown by 5%, S.Matk + 15.
if base SPL is 60 or higher, increases magical damage against all size enemies by 15%.
if base CON is 60 or higher, increases attack speed (reduces delay after attack by 10%).
if base CRT is 60 or higher, reduces fixed casting time by 0.2 seconds, increases critical damage by 10%.

[Bonus by grade]
[Grade D] Res + 30, Mres + 30.
[Grade C] Atk / Matk + 50.
[Grade B] Increases physical and magical damage against all race enemies by 15%.
[Grade A] P.Atk / S.Matk + 7.

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

  • ID: 30521
  • Код: BEAST_AREA_SHOES
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 200
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus2 bAddRace,RC_Angel,4*(.@r/3);
bonus2 bAddRace,RC_Demon,4*(.@r/3);
bonus2 bAddRace,RC_Dragon,4*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,10;
   if (.@r>=9) {
       bonus bFixedCast,-500;
       if (.@r>=11) {
           bonus bLongAtkRate,10;
           bonus bShortAtkRate,10;
           if (.@r>=12) {
               bonus2 bAddEle,Ele_All,10;
               if (.@r>=13) {
                   autobonus "{ bonus bPow,10; bonus bAtkRate,10; }",30,10000,BF_WEAPON;
               }
           }
       }
   }
}