Item Details

Seraphim Coronet ( SeraphimCoronet )

ID 19138 Seraphim Coronet
Seraphim Coronet Kaufpreis: 20 zeny Verkaufspreis: 10 zeny Gewicht: 30 Slots: Nicht angegeben
Typ: Rüstung/Umhang/Schuhe/Kopfbedeckung/Accessoire-Gegenstand. Untertyp: Nicht angegeben Geschlecht: Beide Orte: Mittleres Kopfbedeckung
Angriff: Nicht angegeben Magie Angriff: Nicht angegeben Reichweite: Nicht angegeben Verteidigung: Nicht angegeben
Waffenlevel: Nicht angegeben Rüstungslevel: 1 Min. Ausrüstungslevel: 70 Max. Ausrüstungslevel: Nicht angegeben
Veredelbar: Nicht angegeben Gradierbar: Nicht angegeben Element: Neutral Klassen: Nicht angegeben

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%.

Alle

Nicht angegeben

Im Spieler-Kaufshop erlaubt: Beschwört Monster: Gebunden beim Anlegen: Stapelbeschränkung im Inventar:
Stapelbeschränkung im Karren: Stapelbeschränkung in der Lagerung: Stapelbeschränkung im Gildenlager: Kann fallen gelassen werden:
Kann gehandelt werden: Kann mit Partner gehandelt werden: Kann an NPCs verkauft werden: Kann in den Warenkorb gelegt werden:
Kann im Lager platziert werden: Kann im Gildenlager platziert werden: Kann in eine Mail gelegt werden: Kann in einer Auktion platziert werden:
Verzögerung:
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;
}
Nicht angegeben
Nicht angegeben

Nicht angegeben

Nicht angegeben