Ignis Cap-LT [1], броня (Renewal)
Ignis Cap-LT [1] (IGNIS_CAPK_LT) – броня.
![Ignis Cap-LT [1], броня (Renewal) Ignis Cap-LT [1], броня (Renewal)](/images/db/items/picture/400266.png)
Atk + 20 per 2 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 15%.
If refine rate is 9 or higher, increase long ranged physical damage by 20%.
If refine rate is 10 or higher, increases physical damage against small and medium size enemies by 20%, reduces fixed casting time by 0.2 seconds.
When equipped with Saphir Mace-OSAD, Atk + 70,
increases Cart Cannon damage by 5% per 2 refine rate of weapon.
When equipped with Virtual Bow-OSAD, reduces skill cooldown of Arrow Storm by 2.5 seconds,
increases Focused Arrow Strike damage by 5% per 2 refine rate of weapon.
When equipped with Blasti-OSAD, Atk + 70,
increases Arm Cannon damage by 5% per 2 refine rate of weapon.
Базовые свойства предмета
- ID: 29378
- Код: IGNIS_CAPK_LT
- Тип: броня
- Уровень брони: 2
- Требуемый уровень: 170
- Вес: 10
Скрипт
.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus bLongAtkRate,20;
if (.@r>=10) {
bonus bFixedCast,-200;
bonus2 bAddSize,Size_Small,20;
bonus2 bAddSize,Size_Medium,20;
}
}
}