0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #490149 Armor

Glittering Cat Choker [1]

Buy Price: N/A Sell Price: N/A
A popular brand in the Kingdom of Rune-Midgard, this year's latest trend-setting fashion.
_______________________
MDEF +15
_______________________
INT +7
_______________________
Increases Magical Damage against monsters of every size by 10%.
_______________________
For each 7 Base Level:
Increases damage of Silvervine Stem Spear by 1%.
_______________________
When Level 1 Spirit of Earth is learned:
For each level of Plant-type skills:
MDEF +1
Increases damage of Silvervine Stem Spear by 1%.
_______________________
When Level 5 Chattering is learned:
MaxHP +15%
Restores 100 HP and 10 SP when defeating monsters with magical attacks.
_______________________
When Level 5 Nyang Grass is learned:
Decreases SP Consumption of Silvervine Stem Spear by 10.
Increases resistance to Stun status by 50%.
_______________________
When Level 5 Meow Meow is learned:
Increases Magical Damage with Fire, Water, Wind, Earth and Ghost element by 10%.
_______________________
When equipped by Summoner:
When equipped with Runaway Magic:
Enables the use of Level 10 Fire Wall.
Prevents knock-back effect.
_______________________
Type: Accessory
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100

Basic Information

Armor
100

Requirements

1
100

Scripts

.@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; }
.@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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.