Информация
Энциклопедия
Поиск предметов в базе данных сервера
Поиск по ID:
Номер в базе: 13176
Glorious Rifle

Ignore 20% of Physical Defense of Demihuman monsters.
30% increase in damage of [Triple Action].
***Additional Weapon Refining Level Option***
+6 Upgrade: Ignore physical defense of Demi-human monsters +5%, [Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the upgrade level 14.)
+9 Upgrade: 25% increase in Variable Casting Time of [Tracking] skill,
[Tracking] attack strength increases based on refine level.
Класс: Rifle
Атака: 90
Вес: 0
Уровень оружия: 4
Требуемый уровень: 80
Job: Gunslinger
Цена покупки: 20
Скрипт:
bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,"GS_TRIPLEACTION",30; bonus bUnbreakableWeapon,0; if(getrefine() > 5) {bonus2 bAddRace,RC_DemiHuman,getrefine()*4; bonus2 bIgnoreDefRate,RC_DemiHuman,5;} if(getrefine() > 8) { bonus2 bCastrate,"GS_TRACKING",25; bonus2 bSkillAtk,"GS_TRACKING",getrefine() * 3; }