Por mais turbulenta que seja a tempestade, sempre existe um jeito de superá-la. O segredo está na persistência e na confiança. -------------------------- HP e SP máx. +2%. Dano físico a distância +2%. Resistência as raças Humano e Doram +5%. -------------------------- Refino +5 ou mais: HP e SP máx. +3% adicional. Dano físico a distância +3% adicional. Refino +7 ou mais: HP e SP máx. +5% adicional. Dano físico a distância +5% adicional. -------------------------- Ao aprender [Múrmurio Perene] nv.5: Precisão perfeita +20. Recupera 2 de SP a cada ataque. -------------------------- Ao aprender [Ode a Hela] nv.5: Pós-conjuração -10%. Recarga de [Temporal de Flechas] -2 segundos. -------------------------- A cada nível aprendido de [Canção de Frigga]: Dano físico a distância +4% adicional. Dano de [Temporal de Flechas] +2%. -------------------------- Conjunto [Flecha de Fogo] Resistência a propriedade Fogo +75%. -------------------------- Conjunto [Flecha de Cristal] Resistência a propriedade Água +75%. -------------------------- Conjunto [Flecha de Vento] Resistência a propriedade Vento +75%. -------------------------- Conjunto [Flecha de Pedra] Resistência a propriedade Terra +75%. -------------------------- Conjunto [Arco Élfico] [Saltos da Rainha Scaraba] Saltos com refino +7 ou mais, ao aprender [Ode a Hela] nv.5: Recarga de [Temporal de Flechas] +2 segundos. -------------------------- Tipo: Capa DEF: 12 DEFM: 0 Peso: 30 Nível necessário: 100 Classes: Todas
Mengurangi serangan yang diterima dari Player sebesar 5%, Max HP +2%, Max SP +2%, Menambah range damage +2%. ------------------------ Saat level tempa +7 atau lebih, Bonus menjadi MaxHP MaxSP+ 5% , MaxSP + 5%, Range damage +5%. ------------------------ Saat level tempa +11 atau lebih, Bonus menjadi MaxHP MaxSP + 10%, Range damage +10%. ------------------------ Saat infinite Humming Lv 5, Menambah chance mengaktifkan Guide Attack 20%, restore 2 SP tiap hit. ------------------------ Tiap level Friggs Song, range damage +4%, Severe Rainstorm damage +2%. ------------------------ Saat Gloomy Slyness lv 5, reduce delay after skill 10%, cooldown Severe Rainstorm berkurang 0.5 detik. ------------------------ Saat digunakan dengan Fire arrow, resist elemen api +75%. ------------------------ Saat digunakan dengan Crystal arrow, resist elemen air +75%. ------------------------ Saat digunakan dengan Wind arrow, resist elemen angin +75%. ------------------------ Saat digunakan dengan Stone arrow, menambah resist elemen tanah +75%. ------------------------ Saat digunakan dengan Bow of Storm dan Gloomy Slyness lv 5, mengurangi delay after skill Severe Rainsotrm sebesar 2 detik. ------------------------ Jenis : Garment Def : 12 Berat : 30 Syarat Lv : 100 Job : All Job
MaxHP + 2% MaxSP + 2%, ------------------------ Increase resistance against Human players and Doram Players by 5% ------------------------ Increase ranged attack damage to all enemies by 2%. ------------------------ When refined to +7 or higher MaxHP + 3% MaxSP + 3% Increase ranged attack damage to all enemies by 3% ------------------------ When refined to 11 or higher MaxHP + 5% MaxSP + 5% increase ranged attack damage to all enemies by 5% ------------------------ When Infinite Humming Lv5, increase change to guide attack by 20%, restore 2SP when performing a hit. ------------------------ Increase ranged damage to all enemies by 4% and Severe Rainstorm damage by 2% per each skill level of Frigg's Song learned. ------------------------ When Gloomy Shyness Lv5, reduce delay after skill by 10%, reduce Severe Rainstorm's cooldown by 2 sec. ------------------------ When equipped with fire arrows, increase resistance against fire property damage by 75%. ------------------------ When equipped with crystal arrows, increase resistance against water property damage by 75%. ------------------------ When equipped with wind arrows, increase resistance against wind property damage by 75%. ------------------------ When equipped with stone arrows, increase resistance against earth property damage by 75%. ------------------------ When equipped with Bow of Storm and Gloomy Shyness Lv5, cooldown reduction of Severe Rainstorm is not activated. ------------------------ When equipped with Scaraba +7 and Elven Bow and Gloomy Shyness Lv5, cooldown reduction of Severe Rainstorm is not activated. ------------------------ Class: Garment DEF : 12 Weight: 30 Required Level : 100 Usable By: All Jobs
Allowed in player purchase shop:
|
Summons monster:
|
Bind On Equip:
|
Stacking restriction in inventory:
|
Stacking restriction in cart:
|
Stacking restriction in storage:
|
Stacking restriction in guild storage:
|
Can be dropped:
|
Can be traded:
|
Can be traded with partner:
|
Can be sold to NPC:
|
Can be placed in the cart:
|
Can be placed in the storage:
|
Can be placed in guild storage:
|
Can be put in a mail:
|
Can be put in an auction:
|
Delay:
|
|
|
|
.@r = getrefine();
.@lvl = getskilllv("WM_FRIGG_SONG");
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus bLongAtkRate,2+(4*.@lvl);
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*.@lvl;
if (.@r>=5) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bLongAtkRate,3;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bLongAtkRate,5;
}
if (getskilllv("WM_UNLIMITED_HUMMING_VOICE") == 5) {
bonus bPerfectHitAddRate,20;
bonus bSPDrainValue,2;
}
if (getskilllv("WM_GLOOMYDAY") == 5) {
bonus bDelayrate,-10;
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
}
|