Staff Of Bordeaux, посох (Renewal)
Staff Of Bordeaux (STAFF_OF_BORDEAUX) – оружие. Выпадает из монстров: Angry Moonlight Flower, Moonlight Flower.

A short, simply designed staff; like a baton. A jewel, with the power of justice, is set on it.
Magic Property: Neutral
Int + 2
Dex + 1
If Dragonology is at level 5,
Additional Int + 3
Reduces the SP cost of skills by 15%.
Скрипт
bonus bInt,2;
bonus bDex,1;
if (getskilllv("SA_DRAGONOLOGY") == 5) {
bonus bUseSPrate,-15;
bonus bInt,3;
}
