Item Details

Valkyrie Hammer [4] ( Valkyrie_Hammer )

ID 16051 Valkyrie Hammer [4]
Valkyrie Hammer [4] Цена покупки: zeny Цена продажи: 0 zeny Вес: 10 Слоты: 4
Тип: Оружие. Подтип: Булава Пол: Оба Локации: Оружие
Атака: 50 Магическая атака: Не указано Диапазон: 1 Защита: Не указано
Уровень оружия: 4 Уровень брони: Не указано Мин. Уровень Снаряжения: 70 Макс. Уровень Снаряжения: Не указано
Поддается улучшению: 1 Оцениваемый: Не указано Элемент: Нейтральный Классы: Не указано

Uma maça dada à Marina, uma das três Guerreiras Mágicas de Rune-Midgard. As lendas dizem que Marina utilizou esta maça para salvar a princesa Esmeralda, sequestrada por seu próprio Sumo-Sacerdote, Zagarto. Esta maça foi encantada pela Valquíria Ceres, e possui o poder da resistência.
--------------------------
Indestrutível em batalha.
--------------------------
Aprendizes, Superaprendizes e evoluções:
ATQ +150.
ATQM +200 adicional.
Precisão +10.
HP máx. +500.
SP máx. +400.
Custo de SP das habilidades -5%.
A cada refino até o +10:
VIT +1.
HP máx. +200.
Esquiva Perfeita +1.
Velocidade de ataque +1%.
A cada 2 refinos até o +10:
Conjuração variável -1%.
--------------------------
Espadachins e evoluções:
HP máx. +500.
SP máx. +100.
A cada refino até o +10:
VIT +1.
--------------------------
Sacerdotes e evoluções:
ATQ +50.
ATQM +100 adicional.
A cada refino até o +10:
Velocidade de ataque +1%.
--------------------------
Monges e evoluções:
SP máx. +200.
Custo de SP das habilidades -5%.
A cada refino até o +10:
Esquiva Perfeita +1.
--------------------------
Mercadores e evoluções:
ATQ +100.
Precisão +10.
A cada 2 refinos até o +10:
Conjuração variável -1%.
--------------------------
Tipo: Maça
ATQ: 50 ATQM: 50
Peso: 10
Nível da arma: 4
Nível necessário: 70
Classes: Aprendizes, Superaprendizes, Mercadores, Espadachins, Noviços e evoluções

The royal hammer of a powerful warrior maiden. Though its power is mighty, it is easy to handle, even by those less experienced.
Class: Mace
Attack: 50
Property: Neutral
Weight: 10
Weapon Level: 4
Required Level: 70
Required Jobs: Novice, Swordman Jobs, Merchant Jobs, Acolyte Jobs
MATK + 50
Novice Bonus
Vit + 1 per upgrade level of the item.
Max HP + 500
Additional Max HP + 200 per upgrade level of the item.
Max SP + 400
ATK + 150
Additional MATK + 200
Hit + 10
Perfect Dodge + 1 per upgrade level of the item.
Aspd + 1% per upgrade level of the item.
Reduces the variable casting time of skills by 1% per 2 upgrade levels of the item.
Reduces the SP cost of skills by 5%.
Swordman Bonus
Vit + 1 per upgrade level of the item.
Max HP + 500
Max SP + 100
Merchant Bonus
ATK + 100
Hit + 10
Reduces the variable casting time of skills by 1% per 2 upgrade levels of the item.
Priest Bonus
ATK + 50
Additional MATK + 100
Aspd + 1% per upgrade level of the item.
Monk Bonus
Max SP + 200
Perfect Dodge + 1 per upgrade level of the item.
Reduces the SP cost of skills by 5%.

The royal hammer of a powerful warrior maiden. Though its power is mighty, it is easy to handle, even by those less experienced.
Class: Mace
Attack: 50
Property: Neutral
Weight: 10
Weapon Level: 4
Required Level: 70
Required Jobs: Novice, Swordman Jobs, Merchant Jobs, Acolyte Jobs
Matk + 50
Novice Bonus
Vit + 1 per upgrade level of the item.
Max HP + 500
Additional Max HP + 200 per upgrade level of the item.
Max SP + 400
Atk + 150
Additional Matk + 200
Hit + 10
Perfect Dodge + 1 per upgrade level of the item.
Aspd + 1% per upgrade level of the item.
Reduces the variable casting time of skills by 1% per 2 upgrade levels of the item.
Reduces the SP cost of skills by 5%.
Swordman Bonus
Vit + 1 per upgrade level of the item.
Max HP + 500
Max SP + 100
Merchant Bonus
Atk + 100
Hit + 10
Reduces the variable casting time of skills by 1% per 2 upgrade levels of the item.
Priest Bonus
Atk + 50
Additional Matk + 100
Aspd + 1% per upgrade level of the item.
Monk Bonus
Max SP + 200
Perfect Dodge + 1 per upgrade level of the item.
Reduces the SP cost of skills by 5%.

Не указано

Разрешено в магазине для игроков: Призывает монстра: Привязывается при надевании: Ограничение по стакам в инвентаре:
Ограничение по количеству в телеге: Ограничение на складывание в хранилище: Ограничение по стакам в хранилище гильдии: Можно выронить:
Нельзя обменять: Можно торговать с партнером: Можно продать NPC: Может быть помещен в тележку:
Может быть помещен в хранилище: Может быть помещен в хранилище гильдии: Может быть отправлен по почте: Может быть выставлен на аукцион:
Задержка:
.@r = getrefine();
bonus bMatk,50;
if (BaseJob == Job_Novice) {
   bonus bBaseAtk,150;
   bonus bMatk,200;
   bonus bUseSPrate,-5;
   bonus bHit,10;
   bonus bMaxHP,500+(200*.@r);
   bonus bMaxSP,400;
   bonus bVit,.@r;
   bonus bFlee2,.@r;
   bonus bAspdRate,.@r;
   bonus bVariableCastrate,-.@r/2;
}
if (BaseClass == Job_Swordman) {
   bonus bVit,.@r;
   bonus bMaxHP,500;
   bonus bMaxSP,100;
}
if (BaseJob == Job_Priest) {
   bonus bBaseAtk,50;
   bonus bMatk,100;
   bonus bAspdRate,.@r;
}
if (BaseJob == Job_Monk) {
   bonus bMaxSP,200;
   bonus bUseSPrate,-5;
   bonus bFlee2,.@r;
}
if (BaseClass == Job_Merchant) {
   bonus bBaseAtk,100;
   bonus bHit,10;
   bonus bVariableCastrate,-.@r/2;
}
Не указано
Не указано

Не указано