Bauxite Knuckle, кастет (Renewal)

Bauxite Knuckle (BAUXITE_KNUCKLE_EXE) – оружие.

 

A Knuckle that made by Bauxite Ore,
extraction and smelting from Everglow Ore.



(Account Bound)


Str +3
----------
If refine to + 5
Atk +2 %
Aspd +1
----------
If refine to +7
Atk +10
Increase damage skill
[Raging Triflecta Blow] 10 %
----------
If refine to +9
Additional Atk +20
Max SP + 5 %
Increase damage skill
[Raging Triflecta Blow]
by an additional 20 %
----------
If refine to +10
Additional Atk +3 %
Max HP + 500
Increases physical
damage against
[All Race and Player] 2 %
----------
If refine to +12
Reduces global cooldown by 5%
Increases physical damage against
[All Race and Player]
by an additional 3 %


This Item create for ROMSP Only

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

  • ID: 21258
  • Код: BAUXITE_KNUCKLE_EXE
  • Тип: оружие
  • Подтип: кастет
  • Уровень оружия: 4
  • Атака: 100
  •  
  • Требуемый уровень: 70
  • Профессии: monk
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bStr,3;
if (.@r>=5) {
   bonus bAtkRate,2;
   bonus bAspd,1;
}
if (.@r>=7) {
   bonus bBaseAtk,10;
   bonus2 bSkillAtk,"MO_TRIPLEATTACK",10;
}
if (.@r>=9) {
   bonus bBaseAtk,20;
   bonus bMaxSPrate,5;
   bonus2 bSkillAtk,"MO_TRIPLEATTACK",20;
}
if (.@r>=10) {
   bonus bAtkRate,3;
   bonus bMaxHP,500;
   bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
   bonus bDelayrate,-5;
   bonus2 bAddRace,RC_All,3;
}