Greed Wand [2], посох (Renewal)
Greed Wand [2] (EP172_1H_WAND) – оружие. Выпадает из монстров: Senior Dry Rafflesia, Sewage Venenum.
![Greed Wand [2], посох (Renewal) Greed Wand [2], посох (Renewal)](/images/db/items/picture/550008.png)
A small stick which was used in Barmund Mansion for igniting or putting out a fire.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Indestructible.
MATK +200.
Espa damage +10%.
MATK +12 for every 3 refine levels.
When refined to +7 or higher, Additional Espa damage +15%.
When refined to +9 or higher, Variable Cast Time -10%.
When refined to +11 or higher, Eswoo damage +25%.
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"SP_SPA",10;
bonus bMatk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"SP_SPA",15;
}
if (.@r>=9) {
bonus bVariableCastrate,-10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"SP_SWHOO",25;
}