Pirate Captain's Coat [1], броня (Renewal)

Pirate Captain's Coat [1] (PIRATE_CAPTAIN_COAT) – броня.

Pirate Captain's Coat [1], броня (Renewal)

Cri + 3, C.Rate + 5.
Atk + 15 and increases critical damage by 3% per 2 refine rate.
Increases physical damage against all size enemies by 5% per 3 refine rate.
If refine rate is 7 or higher, Atk + 5%, P.Atk + 7.
If refine rate is 9 or higher, reduces global cooldown by 10%.
If refine rate is 11 or higher, Def + 150, reduces global cooldown by addtional 5%.

When equipped with Drake Card, Cri + 15, C.Rate + 10, increases melee and long ranged physical damage by 15%.

[Bonus by grade]
[Grade D] Cri + 3, CRT + 3.
[Grade C] Increases critical damage by 15%.
[Grade B] POW +3, CON + 3.
[Grade A] P.Atk + 7.

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

  • ID: 30674
  • Код: PIRATE_CAPTAIN_COAT
  • Тип: броня
  • Уровень брони: 2
  • Защита: 15
  •  
  • Требуемый уровень: 200
  • Вес: 60

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bCRate,5;
bonus bCritical,3;
bonus bCritAtkRate,3*(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus2 bAddSize,Size_All,5*(.@r/3);
if (.@r>=7) {
   bonus bPAtk,7;
   bonus bAtkRate,5;
   if (.@r>=9) {
      bonus bDelayrate,-10;
      if (.@r>=11) {
         bonus bDelayrate,-5;
         bonus bDef,150;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bCritical,3;
   bonus bCrt,3;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPow,3;
         bonus bCon,3;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,7;
         }
      }
   }
}