Scythe of Ice Flame [1], одноручный топор (Renewal)

Scythe of Ice Flame [1] (SCYTHE_OF_ICE_FLAME) – оружие.

 

STR + 3, INT + 5.
Increases Frozen, Burning resistance by 50%.

Increase damage of Mammonite by 10% per 1 BaseLv. When physically attacking, adds 100% chance to drain 1% of damage as HP.
MaxHP + 2% per 1 refine rate, additional physical damage to all enemies by 2%, chance to guide hit by 2%.
When refined to +7 or higher, additional frozen and burning resistance by 25% when performing a physical attack, adds 100% chance to drain 1% of damage as HP.
When refined to +9 or higher, additional frozen and burning resistance by 25% when performing a physical attack, adds 100% chance to drain 2% of damage as HP.
When refined to +10 or higher, removes weapon's size penalty.

MATK + 290

Базовые свойства предмета

  • ID: 31299
  • Код: SCYTHE_OF_ICE_FLAME
  • Тип: оружие
  • Подтип: одноручный топор
  • Уровень оружия: 4
  • Атака: 360
  • Магическая атака: 290
  •  
  • Требуемый уровень: 130
  • Профессии: alchemist, blacksmith
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 400

Скрипт

.@r = getrefine();
bonus bStr,3;
bonus bInt,5;
bonus2 bResEff,Eff_Freeze,((.@r>=9)?10000:(.@r>=7?7500:5000));
bonus2 bResEff,Eff_Burning,((.@r>=9)?10000:(.@r>=7?7500:5000));
bonus2 bSkillAtk,"MC_MAMMONITE",BaseLevel*10;
bonus2 bHPDrainRate,1000,((.@r>=9)?4:(.@r>=7?2:1));
bonus bMaxHPrate,2*.@r;
bonus bAtkRate,2*.@r;
bonus bPerfectHitAddRate,2*.@r;
if (.@r>=10)
   bonus bNoSizeFix;