Giant Crossbow [2], лук (Renewal)
Giant Crossbow [2] (BIG_CROSSBOW) – оружие. Выпадает из монстров: Solid Cecil Damon, Cecil Damon.
![Giant Crossbow [2], лук (Renewal) Giant Crossbow [2], лук (Renewal)](/images/db/items/picture/18110.png)
A bow specialized for continuous shooting, composed of complicated mechanisms. It is difficult to handle.
Property: Neutral
Increases the damage of Arrow Storm by 5% per upgrade level of the item.
Increases the SP cost of Arrow Storm by 5 per upgrade level of the item.
If the user's base Agi is 120 or higher, Aspd + 1.
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"RA_ARROWSTORM",(.@r*5);
bonus2 bSkillUseSP,"RA_ARROWSTORM",-(.@r*5);
if (readparam(bAgi)>=120) {
bonus bAspd,1;
}
