Phreeoni Wing Suit [1], броня (Renewal)
Phreeoni Wing Suit [1] (PHREEONI_WING_SUITS) – броня.
![Phreeoni Wing Suit [1], броня (Renewal) Phreeoni Wing Suit [1], броня (Renewal)](/images/db/items/picture/450217.png)
CON + 3, Atk + 100.
Atk + 15 per 2 refine rate.
P.Atk + 1 per 4 refine rate.
If refine rate is 7 or higher, increases long ranged physical damage by 10%.
If refine rate is 9 or higher, Perfect Hit + 15.
If refine rate is 11 or higher, reduces global cooldown by 15%, increases long ranged physical damage by additional 15%.
When equipped with Phreeoni Card, increases long ranged physical damage by 3% per 2 refine rate of armor, increases physical damage against boss monsters by 8% per 3 refine rate of armor.
When equipped with Infinite Phreeoni Card, P.Atk + 10, C.Rate + 5, increases critical damage by 4% per 3 refine rate of armor.
When equipped with Q-pet Phreeoni, Atk + 7%, ASPD + 2.
[Bonus by grade]
[Grade D] Atk + 40, Atk + 5%.
[Grade C] CON + 5.
[Grade B] Increases physical damage against all size enemies by 15%.
[Grade A] P.Atk + 7.
Базовые свойства предмета
- ID: 30298
 - Код: PHREEONI_WING_SUITS
 - Тип: броня
 - Уровень брони: 2
 - Защита: 10
 - Требуемый уровень: 200
 
- Вес: 150
 
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,100+15*(.@r/2);
bonus bCon,3;
bonus bPAtk,(.@r/4);
if (.@r>=7) {
   bonus bLongAtkRate,10;
   if (.@r>=9) {
      bonus bPerfectHitAddRate,15;
      if (.@r>=11) {
         bonus bLongAtkRate,15;
         bonus bDelayrate,-15;
      }
   }
}
if (getpetinfo(PETINFO_EGGID) == 9111) {
   bonus bAtkRate,7;
   bonus bAspd,2;
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,5;
   bonus bBaseAtk,40;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCon,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddSize,Size_All,15;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,7;
         }
      }
   }
}