Envolver o pescoço com essa fofura é o novo ápice da boa moda. Dourado então, fica quase impossível resistir. Não dá pra parcelar, mas pode pagar em novelos de lã. -------------------------- INT +7. -------------------------- Dano mágico contra todos os Tamanhos +10%. -------------------------- A cada 5 níveis de base: Dano de [Lança Gateira] e [Meteoros de Nepeta] +1%. -------------------------- Ao aprender [Invocação da Selva] nv.1: DEF +300. DEFM +50. -------------------------- Ao aprender [Despertar] nv.5: Velocidade de ataque +15%. Ao derrotar monstros com ataques mágicos, regenera 100 de HP e 10 de SP. -------------------------- Ao aprender [Mato de Gato] nv.5: Pós-conjuração -30%. -------------------------- Ao aprender [Balaio de Gato] nv.5: Dano mágico de propriedade Fogo, Fantasma e Neutro +10%. -------------------------- Tipo: Acessório DEF: 0 DEFM: 15 Peso: 10 Nível necessário: 100 Classes: Todas
Magic Damage ke All size monster +7% ------------------------ Per 10 Base Level, Damage dari skill "CN Meteor" +1% Damage dari skill "SV Stem Spear" +1% ------------------------ Jika skill "Spirit of Land" level 1, Magic Damage element Fire, Ghost, dan Neutral +7% ------------------------ Jika skill "Chattering" level 5, ASPD +15% Variable Cast Time -10% ------------------------ Jika skill "Nyang Grass" level 5, After Cast-Delay -10% ------------------------ Jika skill "Meow Meow" level 5, Cooldown dari skill "CN Meteor" -1 detik ------------------------ Jenis : Equipment Posisi : Accessory Def : 0 Berat : 10 Syarat Lv : 100 Job : Summoner
The latest fashion to pay attention to this year, which is a popular brand in the kingdom of Rune Midgard.
INT + 7.
Increase magic damage to all size monsters by 10%. Increase damage of Catnip Meteor and Silvervine Stem Spear by 1% per 5 Baselv. When Spirit of Land lv1, Def + 300 , Mdef + 50. When Chattering lv5, increase attack speed by 15%, recovers HP + 100 , SP + 10 when killing a monster using a magic skill. When Nyang Grass lv5, reduce after cast delay by 30%. When Meow Meow lv5, increase damage of Fire, Ghost, Neutral magic damage by 10%.
When equipped by Summoner with Release of Magic, ignores magical defense of all race by 100%.
Type : Accessory Defense : 0 Weight : 10 Required Level : 100 Class : All
One of the most popular new products in the world of Rune Midgard fashion. ------------- Magic damage inflicted on all size enemies +10%. [For every 7 Base Levels] [SV Stem Spear] and [CN Meteor] damage +1%. [If [Earth Property Spirit] LV is 1] DEF +100, MDEF +50. [If [Chattering] LV is 5] ASPD increases (Attack Delay -15%), restores 20 SP, 100 HP to the user when a monster is killed by a magic attack. [If [Nyang Grass] LV is 5] Cast Delay -10%. [If [Meow Meow] LV is 5] Neutral, Ghost and Fire property magic damage +10%. ------------- Class: Accessory Defense: 0 Weight: 10 Required Level: 100 Jobs: Doram Summoner
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:
|
|
|
|
.@a = (getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_SV_ROOTTWIST")+getskilllv("SU_CN_METEOR")+getskilllv("SU_CN_POWDERING")+getskilllv("SU_CHATTERING")+getskilllv("SU_MEOWMEOW")+getskilllv("SU_NYANGGRASS"));
bonus bMdef,15;
bonus bInt,7;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",BaseLevel/7;
if (getskilllv("SU_SPIRITOFLAND") == 1) {
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",.@a;
bonus bMdef,.@a;
}
if (getskilllv("SU_CHATTERING") == 5) {
bonus bMaxHPrate,15;
bonus bMagicHPGainValue,100;
bonus bMagicSPGainValue,10;
}
if (getskilllv("SU_NYANGGRASS") == 5) {
bonus2 bSkillUseSP,"SU_SV_STEMSPEAR",10;
bonus2 bResEff,Eff_Stun,5000;
}
if (getskilllv("SU_MEOWMEOW") == 5) {
bonus2 bMagicAtkEle,Ele_Fire,10;
bonus2 bMagicAtkEle,Ele_Water,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus2 bMagicAtkEle,Ele_Ghost,10;
}
|