Poenitentia Veloci [2], (Renewal)
Poenitentia Veloci [2] (POENITENTIA_VELOCI) – оружие.
![Poenitentia Veloci [2], (Renewal) Poenitentia Veloci [2], (Renewal)](/images/db/items/picture/830010.png)
Atk + 10%.
Increases The Vigilante at Night and Magazine for One damage by 10%.
Increases Round Trip damage by 3% per 2 refine rate.
If refine rate is 7 or higher, increases long ranged physical damage by 10%.
If refine rate is 9 or higher, increases Round Trip damage by additional 25%.
If refine rate is 11 or higher, increases physical damage against all size enemies by 15%.
[Bonus by grade]
[Grade D] Increases The Vigilante at Night and Magazine for One damage by additional 5%.
[Grade C] Increases The Vigilante at Night and Magazine for One damage by additional 3%, P.Atk + 1.
[Grade B] Increases The Vigilante at Night and Magazine for One damage by additional 5%, CON + 1.
Базовые свойства предмета
- ID: 32030
- Код: POENITENTIA_VELOCI
- Тип: оружие
- Подтип:
- Уровень оружия: 5
- Атака: 260
- Требуемый уровень: 230
- Профессии: rebellion
- Вес: 190
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10;
bonus2 bSkillAtk,"RL_R_TRIP",3*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"RL_R_TRIP",25;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",3;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3;
if (.@g >= ENCHANTGRADE_B) {
bonus bCon,1;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5;
}
}
}