Titanium Gun [1], револьвер (Renewal)

Titanium Gun [1] (TITANIUM_GUN_EXE) – оружие.

 

A pistol made of Titanium ore,
extracted and smelted from Everglow ore.



(Account Bound)


AGI +3
----------
If refined to +5
ATK +2%
ASPD +1
----------
If refined to +7
ATK +10
Crit +10
----------
If refined to +9
Additional ATK +20
Has a 7% chance of casting
[Wounding Shot] Level 1
Increases long-range damage 5%
----------
If refined to +10
Additional ATK +3%
Max HP +600
Increase physical
damage against
[All Races and Players] 2%
----------
If refined to +12
Reduce global cooldown by 5%
Increases physical damage against
[All Races and Players]
by an additional 3%


This item is created for ROMSP only

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

  • ID: 29147
  • Код: TITANIUM_GUN_EXE
  • Тип: оружие
  • Подтип: револьвер
  • Уровень оружия: 4
  • Атака: 100
  •  
  • Требуемый уровень: 70
  • Профессии: gunslinger, rebellion
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bAgi,3;
if (.@r>=5) {
   bonus bAspd,1;
   bonus bAtkRate,2;
}
if (.@r>=7) {
   bonus bBaseAtk,10;
   bonus bCritical,10;
}
if (.@r>=9) {
   bonus bBaseAtk,20;
   bonus3 bAutoSpell,"GS_PIERCINGSHOT",1,70;
   bonus bLongAtkRate,5;
}
if (.@r>=10) {
   bonus bAtkRate,3;
   bonus bMaxHP,600;
   bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
   bonus bDelayrate,-5;
   bonus2 bAddRace,RC_All,3;
}