Poenitentia Orbis [2], одноручный меч (Renewal)
Poenitentia Orbis [2] (POENITENTIA_ORBIS) – оружие.
![Poenitentia Orbis [2], одноручный меч (Renewal) Poenitentia Orbis [2], одноручный меч (Renewal)](/images/db/items/picture/500046.png)
Atk + 5%.
Increases Shield Chain Rush and Double Bowling Bash damage by 10%.
Increases Shield Boomerang and Back Stab damage by 3% per 2 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 20%).
If refine rate is 9 or higher, increases Shield Boomerang and Back Stab 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 Shield Chain Rush and Double Bowling Bash damage by additional 5%.
[Grade C] Increases Shield Chain Rush and Double Bowling Bash damage by additional 3%, P.Atk + 1.
[Grade B] Increases Shield Chain Rush and Double Bowling Bash damage by additional 5%, POW + 1.
Базовые свойства предмета
- ID: 31185
- Код: POENITENTIA_ORBIS
- Тип: оружие
- Подтип: одноручный меч
- Уровень оружия: 5
- Атака: 260
- Требуемый уровень: 230
- Профессии: super_novice
- Вес: 160
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10;
bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10;
bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",3*(.@r/2);
bonus2 bSkillAtk,"RG_BACKSTAP",3*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,20;
if (.@r>=9) {
bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",25;
bonus2 bSkillAtk,"RG_BACKSTAP",25;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5;
bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",3;
bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",3;
if (.@g >= ENCHANTGRADE_B) {
bonus bPow,1;
bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5;
bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5;
}
}
}