Adulter Fides Rod [2], двуручный посох (Renewal)
Adulter Fides Rod [2] (ADULTER_F_ROD) – оружие.
![Adulter Fides Rod [2], двуручный посох (Renewal) Adulter Fides Rod [2], двуручный посох (Renewal)](/images/db/items/picture/640020.png)
Matk + 340.
Can't be destroyed.
Increases Soul Expansion damage by 10%.
Matk + 18 per 3 refine rate.
If refine rate is 7 or higher, increases Soul Expansion damage by additional 20%.
If refine rate is 9 or higher, increases magical damage againt all size enemies by 15%.
If refine rate is 11 or higher, increases Soul Expansion damage by additional 25%.
If refine rate is 12 or higher, increases ghost property magical damage by 15%.
Базовые свойства предмета
- ID: 31828
 - Код: ADULTER_F_ROD
 - Тип: оружие
 - Подтип: двуручный посох
 - Уровень оружия: 4
 - Атака: 200
 - Магическая атака: 340
 - Требуемый уровень: 180
 - Профессии: wizard
 
- Вес: 190
 
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"WL_SOULEXPANSION",10;
bonus bMatk,18*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"WL_SOULEXPANSION",20;
   if (.@r>=9) {
      bonus2 bMagicAddSize,Size_All,15;
      if (.@r>=11) {
         bonus2 bSkillAtk,"WL_SOULEXPANSION",25;
         if (.@r>=12) {
            bonus2 bMagicAtkEle,Ele_Ghost,15;
         }
      }
   }
}