Luminous Blue Stone [1], броня (Renewal)

Luminous Blue Stone [1] (LUMINOUS_BLUE_STONE) – броня.

Luminous Blue Stone [1], броня (Renewal)

A luminous blue stone which was owned by Engel Howard. This stone contains the soul of a craftsman with a destructive impulse.
Required Agi + 2
Crit + 5
Aspd + 5%
Increases critical damage on targets by 2%.
Enables Level 1 Sight.
If the users base Luk is 100 or higher,
Additional Crit + 10
Increases critical damage on targets by an additional 10%.
Set Bonus
Luminous Blue Stone
Sharp1
Increases critical damage on targets by 10%.
Set Bonus
Luminous Blue Stone
Sharp2
Increases critical damage on targets by 10%.

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

  • ID: 27840
  • Код: LUMINOUS_BLUE_STONE
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 90
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 40

Скрипт

bonus bAgi,2;
bonus bCritical,5;
bonus bAspdRate,5;
bonus bCritAtkRate,2;
skill "MG_SIGHT",1;
if (readparam(bLuk)>=100) {
   bonus bCritical,10;
   bonus bCritAtkRate,10;
}