Paradise Royal Guard Spear, одноручное копьё (Renewal)

Paradise Royal Guard Spear (3PARA_SPEAR_LG) – оружие.

Paradise Royal Guard Spear, одноручное копьё (Renewal)

Can't be refined.
Atk + 5, increases attack speed (reduces delay after attack by 1%) per each level of Spear Quicken user learned.
If the user's base level is 105 or higher, ASPD + 1, increases Vanishing Point, Cannon Spear and Overbrand damage by 25%.
If the user's base level is 110 or higher, increases physical damage against all size enemies by 15%, increases melee and long ranged physical damage by 15%.
If the user's base level is 115 or higher, increases Vanishing Point, Cannon Spear and Overbrand damage by additional 15%.

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

  • Вес: 1

Скрипт

.@l = BaseLevel;
.@a = getskilllv("CR_SPEARQUICKEN");
bonus bAspdRate,.@a;
bonus bAtkRate,5;
if (.@l>=105) {
   bonus bAspd,1;
   bonus2 bSkillAtk,"LG_BANISHINGPOINT",25;
   bonus2 bSkillAtk,"LG_CANNONSPEAR",25;
   bonus2 bSkillAtk,"LG_OVERBRAND",25;
   if (.@l>=110) {
      bonus bShortAtkRate,15;
      bonus bLongAtkRate,15;
      bonus2 bAddSize,Size_All,15;
      if (.@l>=115) {
         bonus2 bSkillAtk,"LG_BANISHINGPOINT",15;
         bonus2 bSkillAtk,"LG_CANNONSPEAR",15;
         bonus2 bSkillAtk,"LG_OVERBRAND",15;
      }
   }
}