RG-5649 [2], (Renewal)
RG-5649 [2] (RG_5649) – оружие.
![RG-5649 [2], (Renewal) RG-5649 [2], (Renewal)](/images/db/items/picture/830025.png)
Atk + 5%, CON + 2.
Increases The Vigilante at Night damage by 5%.
If refine rate is 5 or higher, increases The Vigilante at Night damage by 10%.
If refine rate is 7 or higher, increases long ranged physical damage by 5%.
If refine rate is 9 or higher, increases The Vigilante at Night damage by additional 10%.
If refine rate is 10 or higher, reduces global cooldown by 10%.
If refine rate is 11 or higher, increases The Vigilante at Night damage by additional 5%, increases long ranged physical damage by 15%.
[Bonus by grade]
[Grade D] Increases long ranged physical damage by 10%.
[Grade C] Increases physical damage against all size enemies by 10%.
[Grade B] Increases physical damage against all race enemies by 10%.
[Grade A] Increases physical damage against all property enemies by 10%.
Базовые свойства предмета
- ID: 32037
- Код: RG_5649
- Тип: оружие
- Подтип:
- Уровень оружия: 5
- Атака: 295
- Требуемый уровень: 215
- Профессии: rebellion
- Вес: 290
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
bonus bCon,2;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;
if (.@r>=5) {
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;
if (.@r>=7) {
bonus bLongAtkRate,5;
if (.@r>=9) {
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;
if (.@r>=10) {
bonus bDelayrate,-10;
if (.@r>=11) {
bonus bLongAtkRate,15;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bLongAtkRate,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bAddSize,Size_All,10;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddRace,RC_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,10;
}
}
}
}