Sapatos extremamente confortáveis. Perfeitos para longas caminhadas. -------------------------- HP e SP máx. +3%. Refino +5 ou mais: HP e SP máx. +7% adicional. Pós-conjuração -10%. Refino +7 ou mais: HP e SP máx. +10% adicional. Pós-conjuração -10% adicional. -------------------------- Ao aprender [Lambida] nv.5: Conjuração fixa -50%. O usuário não pode ser empurrado. -------------------------- A cada nível aprendido de [Festa do Camarão]: Conjuração variável de [Festa do Camarão] e [Chuva de Mariscos] -10%. -------------------------- A cada nível aprendido de [Banho de Lambidas]: Efetividade de cura +10%. -------------------------- Ao aprender [Invocação das Marés] nv.1: Ao usar [Lambida], ativa um [Efeito] por 30 segundos. -------------------------- [Efeito]: Tolerância a Sono, Petrificação e Atordoamento +100%. -------------------------- Tipo: Calçado DEF: 12 DEFM: 10 Peso: 10 Nível necessário: 100 Classes: Todas
A popular brand in the Kingdom of Rune Midgard, with a fluffy fish print on the shoe. Class: Shoes Defense: 12 Weight: 10 Requires Level: 100 Usable By: All Jobs Max HP + 3% Max SP + 3% Mdef + 10
If Spirit Of Sea is known, Immune to Sleep, Stun and Stone for 30 seconds when using Grooming.
If Grooming is level 5, Reduces fixed casting time of skills by 50%. Prevents the user from being knocked back.
Reduces the variable casting time of Seafood-based Skills by 10% per level of Tasty Shrimp Party known. Seafood-Based Skills: Bunch of Shrimp, Tuna Belly, Grooming, Purring, Tasty Shrimp Party, Fresh Shrimp, Tuna Party.
Increases the recovery rate of recovery skills by 10% per level of Purring known.
If upgrade level is +5 or higher, Additional Max HP + 7% Additional Max SP + 7% Reduces the global delay of skills by 10%.
If upgrade level is +7 or higher, Additional Max HP + 10% Additional Max SP + 10% Reduces the global delay of skills by an additional 10%.
A popular brand in the Kingdom of Rune Midgard, with a fluffy fish print on the shoe. Class: Shoes Defense: 12 Weight: 10 Requires Level: 100 Usable By: All Jobs Max HP + 3% Max SP + 3% Mdef + 10 If Spirit Of Sea is known, Immune to Sleep, Stun and Stone for 30 seconds when using Grooming. If Grooming is level 5, Reduces fixed casting time of skills by 50%. Prevents the user from being knocked back. Reduces the variable casting time of Seafood-based Skills by 10% per level of Tasty Shrimp Party known. Seafood-Based Skills: Bunch of Shrimp, Tuna Belly, Grooming, Purring, Tasty Shrimp Party, Fresh Shrimp, Tuna Party. Increases the recovery rate of recovery skills by 10% per level of Purring known. If upgrade level is +5 or higher, Additional Max HP + 7% Additional Max SP + 7% Reduces the global delay of skills by 10%. If upgrade level is +7 or higher, Additional Max HP + 10% Additional Max SP + 10% Reduces the global delay of skills by an additional 10%.
Diizinkan di toko pembelian pemain:
|
Memanggil monster:
|
Terikat Saat Dipakai:
|
Pembatasan penumpukan di inventaris:
|
Pembatasan penumpukan di gerobak:
|
Batasan penumpukan di penyimpanan:
|
Pembatasan penumpukan di penyimpanan guild:
|
Bisa dijatuhkan:
|
Bisa ditransaksikan:
|
Bisa diperdagangkan dengan partner:
|
Bisa dijual ke NPC:
|
Bisa ditempatkan di keranjang:
|
Bisa ditempatkan di penyimpanan:
|
Bisa ditempatkan di penyimpanan guild:
|
Bisa dimasukkan ke surat:
|
Bisa dimasukkan ke lelang:
|
Penundaan:
|
|
|
|
.@r = getrefine();
.@hpsp = 3;
.@val = -10 * getskilllv("SU_SHRIMPARTY");
if (.@r>=5) {
.@hpsp += 7;
.@delay = -10;
if (.@r>=7) {
.@hpsp += 10;
.@delay -= 10;
}
bonus bDelayrate,.@delay;
}
if (getskilllv("SU_SPIRITOFSEA") == 1) {
autobonus3 "{ bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,Eff_Stone,10000; }",1000,30000,"SU_GROOMING","{ specialeffect2 777; specialeffect2 826; }";
}
if (getskilllv("SU_GROOMING") == 5) {
bonus bFixedCastrate,-50;
bonus bNoKnockback;
}
bonus bMaxHPrate,.@hpsp;
bonus bMaxSPrate,.@hpsp;
bonus bMdef,10;
bonus2 bVariableCastrate,"SU_FRESHSHRIMP",.@val;
bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",.@val;
bonus2 bVariableCastrate,"SU_TUNABELLY",.@val;
bonus2 bVariableCastrate,"SU_TUNAPARTY",.@val;
bonus2 bVariableCastrate,"SU_SHRIMPARTY",.@val;
bonus bHealPower,10*getskilllv("SU_PURRING");
|