Dimensions Spirit Foxtail [2], посох (Renewal)

Dimensions Spirit Foxtail [2] (DIMEN_SH_FOXTAIL) – оружие.

 

Can't be destroyed.
Cri + 5, increases Hogogong Strike damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Hogogong Strike damage by 5%.
If refine rate is 7 or higher, increases critical damage by 20%.
If refine rate is 9 or higher, Cri + 15, C.Rate + 5.
If refine rate is 11 or higher, increases Hogogong Strike damage by additional 15%.


When equipped with Time Dimensions Rune Crown (Spirit Handler),
increases Chulho Sonic Claw damage by 45%,
increases long ranged physical damage by 15%,

if grade of Dimensions Spirit Foxtail and Time Dimensions Rune Crown (Spirit Handler) is A or higher,
increases Chulho Sonic Claw damage by additional percentage equal to the sum of refine rate of set,
reduces skill cooldown of Howling of Chulho by 0.3 seconds.


[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Increases Hogogong Strike damage by 15%.
[Grade B] Increases long ranged physical damage by 15%.
[Grade A] Every 2 refine rate, P.Atk + 3.

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

  • ID: 31523
  • Код: DIMEN_SH_FOXTAIL
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 5
  • Атака: 430
  •  
  • Требуемый уровень: 250
  • Профессии: summoner
  • Вес: 210

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bCritical,5;
bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15+5*(.@r/3);
bonus bAtkRate,(.@r/2);
bonus bBaseAtk,25*(.@r/2);
if (.@r>=7) {
   bonus bCritAtkRate,20;
   if (.@r>=9) {
      bonus bCRate,5;
      bonus bCritical,15;
      if (.@r>=11) {
         bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bLongAtkRate,10;  /* note: 15 according to description */
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,3*(.@r/2);
         }
      }
   }
}