Hunting Scarf [1], броня (Renewal)

Hunting Scarf [1] (AEGIS_480313) – броня.

 

Mdef + 10.
Every 2 refine rate, Atk / Matk + 15.
Every 3 refine rate, Atk + 4%, Matk + 4%, Cri + 3.
Every 4 refine rate, increases melee and long ranged physical damage by 5%, increases all property magical damage by 5%, MaxHP + 5%, increases attack speed (reduces delay after attack by 5%), increases critical damage by 5%, reduces global cooldown by 5%.
If refine is 7 or higher, Atk / Matk + 7%.
If refine is 9 or higher, increases physical and magical damage against all size enemies by 15%.
If refine is 12 or higher, increases physical and magical damage against all property enemies by 15%.

When equipped with Exotic Temporal Boots-LT [1],
Mdef + 5, reduces fixed casting time by 0.2 seconds,
If the sum of refine rate of garment and shoes is 25 or higher,
if base STR is 108 or higher, Atk + 120.
if base AGI is 108 or higher, ASPD + 1.
if base VIT is 108 or higher, reduces global cooldown by 8%.
if base INT is 108 or higher, Matk + 120.
if base DEX is 108 or higher, increases long ranged physical damage by 15%.
if base LUK is 108 or higher, increases critical damage by 20%.

[Bonus by grade]
[Grade D] Atk / Matk + 5%.
[Grade C] POW / SPL + 5.
[Grade B] P.Atk / S.Matk + 7.
[Grade A] If refine rate is 13 or higher, increases physical and magical damage against all race enemies by 15%.

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

  • ID: 30769
  • Код: AEGIS_480313
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 100
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bLongAtkRate,5;
bonus2 bAddRace,RC_Brute,7;
bonus2 bAddRace,RC_Insect,7;
bonus2 bSubRace,RC_Brute,7;
bonus2 bSubRace,RC_Insect,7;
if (getskilllv("RA_CAMOUFLAGE") >= 3) {
   bonus2 bSkillCooldown,"RA_UNLIMIT",-90000;
}
if (.@r>=7) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
}
if (.@r>=9)
   bonus bLongAtkRate,7;
if (.@r>=11) {
   bonus bDelayrate,10;
   bonus2 bSkillCooldown,"RA_ARROWSTORM",-200;
}

Скрипт при снятии

sc_end SC_UNLIMIT;