Paradise Guillotine Cross Chakram, катар (Renewal)

Paradise Guillotine Cross Chakram (3PARA_KATAR1_GC) – оружие.

Paradise Guillotine Cross Chakram, катар (Renewal)

Can't be refined.
Cri + 10, increases melee physical damage by 1% per each level of Katar Mastery user learned.
If the user's base level is 105 or higher, reduces global cooldown by 5%, increases Cross Impact and Rolling Cutter damage by 25%.
If the user's base level is 110 or higher, reduces global cooldown by additional 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Cross Impact and Rolling Cutter damage by additional 15%.

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

  • ID: 31741
  • Код: 3PARA_KATAR1_GC
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 100
  • Профессии: assassin
  • Вес: 1

Скрипт

.@a = getskilllv("AS_KATAR");
bonus bCritical,10;
bonus bShortAtkRate,.@a;
if (BaseLevel>=105) {
   bonus bDelayrate,-5;
   bonus2 bSkillAtk,"GC_CROSSIMPACT",25;
   bonus2 bSkillAtk,"GC_ROLLINGCUTTER",25;
   if (BaseLevel>=110) {
      bonus bDelayrate,-10;
      bonus2 bAddSize,Size_All,15;
      if (BaseLevel>=115) {
         bonus2 bSkillAtk,"GC_CROSSIMPACT",15;
         bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15;
      }
   }
}