Melon Lance [1], двуручное копьё (Renewal)
Melon Lance [1] (MELON_LANCE) – оружие.
Can't be refined.
Atk + 5%, reduces global cooldown by 3% per each level of Dragon Training user learned.
If the user's base level is 105 or higher, reduces variable casting time by 10%, increases Dragon Breath, Dragon Breath - Water and Hundred Spears damage by 25%.
If the user's base level is 110 or higher, reduces skill cooldown of Hundred Spears by 2 seconds, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Dragon Breath, Dragon Breath - Water and Hundred Spears damage by additional 15%.
Базовые свойства предмета
- ID: 31798
 - Код: MELON_LANCE
 - Тип: оружие
 - Подтип: двуручное копьё
 - Уровень оружия: 4
 - Атака: 200
 - Магическая атака: 230
 - Требуемый уровень: 100
 - Профессии: crusader, knight
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 350
 
Скрипт
.@r = getrefine();
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",50,5000,BF_WEAPON;
autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",30,5000,BF_MAGIC;
bonus bAtkRate,10*.@r;
bonus bMatkRate,5*.@r;
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_All,50;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}
if (.@r>=9) {
   bonus2 bIgnoreDefRaceRate,RC_All,50;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}