Item Details

Bloody Shadow Shoes ( S_Bloody_Shoes )

ID 24062 Bloody Shadow Shoes
Bloody Shadow Shoes Цена покупки: zeny Цена продажи: 0 zeny Вес: 0 Слоты: Не указано
Тип: Предмет теневого снаряжения. Подтип: Не указано Пол: Оба Локации: Теневая обувь
Атака: Не указано Магическая атака: Не указано Диапазон: Не указано Защита: Не указано
Уровень оружия: Не указано Уровень брони: Не указано Мин. Уровень Снаряжения: 1 Макс. Уровень Снаряжения: Не указано
Поддается улучшению: 1 Оцениваемый: Не указано Элемент: Нейтральный Классы: Не указано

Grevas usadas como complemento para os calçados convencionais.
--------------------------
HP máx. +10 por refino.
--------------------------
Dano físico e mágico contra as raças Humano e Humanoide +2%.
Refino +7 ou mais:
Dano físico e mágico contra as raças Humano e Humanoide +1%.
Refino +9 ou mais:
Dano físico e mágico contra as raças Humano e Humanoide +2%.
--------------------------
Tipo: Equip. Sombrio
Posição: Grevas
Peso: 0 Nv. mín.: 1
Classes: Todas

A pair of shoes worn to enhance demi-human damage.
Class: Shadow Shoes
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Increases physical and magical damage on Demi-Human race targets by 2%.
Increases physical and magical damage on Human Player race targets by 2%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Demi-Human race targets by an additional 1%.
Increases physical and magical damage on Human Player race targets by an additional 1%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Demi-Human race targets by an additional 2%.
Increases physical and magical damage on Human Player race targets by an additional 2%.
Set Bonus
Bloody Shadow Shoes
Cranial Shadow Shield
Increases the experience given from Demi-Human race monsters by 3%.

Account Bound.
Special shoes wear over your original shoes. Not really effective when worn alone.
2% extra damage to human type monsters.
When refine level is 7, 1% extra damage to human type monsters.
When refine level 9, 2% extra damage to human type monsters.
When equipped together with Cranial Shadow Shield, 3% exp increase when hunting human type monsters.
Class: Shadow Armor
Location: Shoes
Weight: 0
Required Level: 1
Job: All

Все

Не указано

Разрешено в магазине для игроков: Призывает монстра: Привязывается при надевании: Ограничение по стакам в инвентаре:
Ограничение по количеству в телеге: Ограничение на складывание в хранилище: Ограничение по стакам в хранилище гильдии: Можно выронить:
Нельзя обменять: Можно торговать с партнером: Можно продать NPC: Может быть помещен в тележку:
Может быть помещен в хранилище: Может быть помещен в хранилище гильдии: Может быть отправлен по почте: Может быть выставлен на аукцион:
Задержка:
bonus2 bAddRace,RC_DemiHuman,2;
bonus2 bAddRace,RC_Player_Human,2;
bonus2 bMagicAddRace,RC_DemiHuman,2;
bonus2 bMagicAddRace,RC_Player_Human,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
   bonus2 bAddRace,RC_DemiHuman,1;
   bonus2 bMagicAddRace,RC_DemiHuman,1;
   bonus2 bAddRace,RC_Player_Human,1;
   bonus2 bMagicAddRace,RC_Player_Human,1;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_DemiHuman,2;
   bonus2 bMagicAddRace,RC_DemiHuman,2;
   bonus2 bAddRace,RC_Player_Human,2;
   bonus2 bMagicAddRace,RC_Player_Human,2;
}
Не указано
Не указано

Не указано