Item Details

Seraphim Coronet ( SeraphimCoronet )

ID 19138 Seraphim Coronet
Seraphim Coronet Цена покупки: 20 zeny Цена продажи: 10 zeny Вес: 30 Слоты: Не указано
Тип: Броня/Одежда/Сапоги/Головной убор/Аксессуар. Подтип: Не указано Пол: Оба Локации: Головной убор (средний)
Атака: Не указано Магическая атака: Не указано Диапазон: Не указано Защита: Не указано
Уровень оружия: Не указано Уровень брони: 1 Мин. Уровень Снаряжения: 70 Макс. Уровень Снаряжения: Не указано
Поддается улучшению: Не указано Оцениваемый: Не указано Элемент: Нейтральный Классы: Не указано

Um diadema celestial feito em homenagem aos serafins mais inteligentes da deusa Freya. Dizem que ele abençoa usuários mais inteligentes, já que estes anjos prezam bastante as características intelectuais dos humanos.
--------------------------
FOR +2.
--------------------------
A cada 8 de INT base:
ATQ +5.
Efetividade de cura +1%.
Conjuração variável +1%.
--------------------------
INT base 108 ou mais:
ATQ +50.
Efetividade de cura +5%.
Conjuração variável +4%.
INT base 120 ou mais:
ATQ +125 adicional.
Efetividade de cura +10% adicional.
Conjuração variável +6%. adicional
--------------------------
Tipo: Equip. para Cabeça
Equipa em: Meio
DEF: 0 DEFM: 0
Peso: 30
Nível necessário: 70
Classes: Todas

STR + 2
------------------------
Untuk setiap 8 Base INT
ATK +5
Meningkatkan effektifitas dari skill pemulihan sebesar 1%
Variable Cast-time +1%
------------------------
Jika BASE INT 108 atau lebih,
ATK +50
Meningkatkan effektifitas dari skill pemulihan sebesar 5%
Variable Cast-time +4%
------------------------
Jika BASE INT 120 atau lebih,
ATK +125
Meningkatkan effektifitas dari skill pemulihan sebesar 10%
Variable Cast-time +6%
------------------------
Jenis : Middle Headgear
Def : 0
Mdef : 0
Berat : 30
Syarat Lv : 70
Job : Semua Job

A beautiful coronet decorated with seraphim feathers.
Class: Headgear
Position: Middle
Defense: 0
Weight: 30
Requires Level: 70
Usable By: All Jobs
Str + 2

For every 8 base Int,
ATK + 5
Increases the recovery rate of recovery skills by 1%.
Increases the variable casting time of skills by 1%.

If the user's base Int is 108 or higher,
Additional ATK + 50.
Increases the recovery rate of recovery skills by an additional 5%.
Increases the variable casting time of skills by an additional 4%.

If the user's base Int is 120 or higher,
Additional ATK + 125.
Increases the recovery rate of recovery skills by an additional 10%.
Increases the variable casting time of skills by an additional 6%.

Set Bonus
Seraphim Coronet
Seraphim Feather
Increases the recovery rate of recovery skills and recovery items by 5%.
Increases the recovery rate of incoming recovery skills by 5%.
Reduces damage taken from Demi-Human race enemies by 2%.
Reduces the variable casting time of Coluseo Heal by 100%.
Immune to Bleed and Chaos.
Reduces the variable casting time of skills by 1% for every 8 base Int.

If the user's base Int is 108 or higher,
Reduces the variable casting time of skills by an additional 4%.
Increases the recovery rate of recovery skills and recovery items by an additional 10%.
Increases the recovery rate of incoming recovery skills by an additional 10%.
Reduces damage taken from Demi-Human race enemies by an additional 2%.

If the user's base Int is 120 or higher,
Reduces the variable casting time of skills by an additional 6%.
Increases the recovery rate of recovery skills and recovery items by an additional 15%.
Increases the recovery rate of incoming recovery skills by an additional 15%.
Reduces damage taken from Demi-Human race enemies by an additional 4%.

A beautiful coronet decorated with seraphim feathers.
Class: Headgear
Position: Middle
Defense: 0
Weight: 30
Requires Level: 70
Usable By: All Jobs
Str + 2

For every 8 base Int,
Atk + 5
Increases the recovery rate of recovery skills by 1%.
Increases the variable casting time of skills by 1%.

If the user's base Int is 108 or higher,
Additional Atk + 50.
Increases the recovery rate of recovery skills by an additional 5%.
Increases the variable casting time of skills by an additional 4%.

If the user's base Int is 120 or higher,
Additional Atk + 125.
Increases the recovery rate of recovery skills by an additional 10%.
Increases the variable casting time of skills by an additional 6%.

Set Bonus
Seraphim Coronet
Seraphim Feather
Increases the recovery rate of recovery skills and recovery items by 5%.
Increases the recovery rate of incoming recovery skills by 5%.
Reduces damage taken from Demi-Human race enemies by 2%.
Reduces the variable casting time of Coluseo Heal by 100%.
Immune to Bleed and Chaos.
Reduces the variable casting time of skills by 1% for every 8 base Int.

If the user's base Int is 108 or higher,
Reduces the variable casting time of skills by an additional 4%.
Increases the recovery rate of recovery skills and recovery items by an additional 10%.
Increases the recovery rate of incoming recovery skills by an additional 10%.
Reduces damage taken from Demi-Human race enemies by an additional 2%.

If the user's base Int is 120 or higher,
Reduces the variable casting time of skills by an additional 6%.
Increases the recovery rate of recovery skills and recovery items by an additional 15%.
Increases the recovery rate of incoming recovery skills by an additional 15%.
Reduces damage taken from Demi-Human race enemies by an additional 4%.

Все

Не указано

Разрешено в магазине для игроков: Призывает монстра: Привязывается при надевании: Ограничение по стакам в инвентаре:
Ограничение по количеству в телеге: Ограничение на складывание в хранилище: Ограничение по стакам в хранилище гильдии: Можно выронить:
Нельзя обменять: Можно торговать с партнером: Можно продать NPC: Может быть помещен в тележку:
Может быть помещен в хранилище: Может быть помещен в хранилище гильдии: Может быть отправлен по почте: Может быть выставлен на аукцион:
Задержка:
bonus bStr,2;
.@int = readparam(bInt);
bonus bBaseAtk,(.@int/8)*5;
bonus bHealPower,.@int/8;
bonus bVariableCastrate,.@int/8;
if (.@int>=108) {
   bonus bBaseAtk,50;
   bonus bHealPower,5;
   bonus bVariableCastrate,4;
}
if (.@int>=120) {
   bonus bBaseAtk,125;
   bonus bHealPower,10;
   bonus bVariableCastrate,6;
}
Не указано
Не указано

Не указано

Не указано