Andou na prancha .... cuidado que os dorams podem te pegar com esse pijaminha lindo ! Desse jeito, fica fácil amar os tubarões (ou os dorams). -------------------------- Indestrutível em batalha. -------------------------- Efetividade de cura +10%. Refino +5 ou mais: Esquiva perfeita +5. Efetividade de cura +10% adicional. Refino +7 ou mais: Esquiva perfeita +5 adicional. Efetividade de cura +10% adicional. -------------------------- Ao aprender [Invocação das Marés]: Ao receber dano físico ou mágico, 1,5% de chance de autoconjurar [Proteção da Orla] no nível aprendido. -------------------------- A cada nível de [Festa do Camarão]: Conjuração variável de [Chuva de Mariscos] e [Festa do Camarão] -10%. -------------------------- A cada nível de [Lambida]: HP máx. +6%. -------------------------- Ao aprender [Banho de Lambidas] nv.5: Resistência a monstros Chefes +5%. -------------------------- Tipo: Armadura DEF: 100 DEFM: 15 Peso: 10 Nível necessário: 100 Classes: Todas
Heal Recovery Rate (Potion) +10% MDEF +15 ------------------------ Jika skill "Spirit Of Sea" mencapai Lv 1, Saat menerima serangan jarak-dekat atau serangan magic, terdapat peluang auto-cast skill "Tuna Party" ------------------------ Variable cast-time dari semua jenis "Seafood skill" -10% per 1 Lv skill "Tasty Shrimp Party". ------------------------ MaxHP +10% per 1 Lv skill "Grooming" ------------------------ Jika skill "Purring" mencapai Lv 5, Damage dari Boss monster -5% ------------------------ Jika tingkat tempa +5 atau lebih, Recovery effect +10% Perfect Dodge +5 ------------------------ Jika tingkat tempa +7 atau lebih, Recovery effect +10% Perfect Dodge +5 ------------------------ Jenis : Equipment Posisi : Armor Def : 100 Berat : 10 Lv Min. : 100 Job: Semua Job
A soft shark pajama, popular brand in Rune Midgards Kingdom. It is super stretchy that even adults can wear it.
Increase healing by 10%. When Spirit of Sea skill level 1, adds chance to autocast Tuna Party when hit by melee physical or magical attack. Reduce variable casting time of Seafood type skills by 10% per 1 skill level of Tasty Shrimp Party learned. MaxHP + 10% per 1 skill level of Grooming learned. When Purring skill level 5, reduce incoming damage from boss type monsters by 5%.
When refined to +5 or higher, increase healing by 10%, perfect dodge + 5. When refined to +7 or higher, increase healing by additional 10%, perfect dodge additional + 5.
Type : Armor Defense : 100 Weight : 10 Required level : 100 Class : All
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();
bonus bUnbreakableArmor;
bonus bHealPower2,10;
if (getskilllv("SU_SPIRITOFSEA")>=1) {
bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_WEAPON,0;
bonus5 bAutoSpellWhenHit,"SU_TUNAPARTY",1,100,BF_MAGIC,0;
}
bonus2 bVariableCastrate,"SU_FRESHSHRIMP",-10*getskilllv("SU_SHRIMPARTY");
bonus2 bVariableCastrate,"SU_BUNCHOFSHRIMP",-10*getskilllv("SU_SHRIMPARTY");
bonus2 bVariableCastrate,"SU_TUNABELLY",-10*getskilllv("SU_SHRIMPARTY");
bonus2 bVariableCastrate,"SU_TUNAPARTY",-10*getskilllv("SU_SHRIMPARTY");
bonus bMaxHPrate,10*getskilllv("SU_GROOMING");
if (getskilllv("SU_PURRING")>=5)
bonus2 bSubClass,Class_Boss,5;
if (.@r>=5) {
bonus bHealPower2,10;
bonus bFlee2,5;
}
if (.@r>=7) {
bonus bHealPower2,10;
bonus bFlee2,5;
}
if (.@r>=10) {
bonus bDef,300;
bonus2 bSubRace,RC_DemiHuman,7;
}
|