Meow Meow Foxtail-LT
| Item ID | 550067 | Name | Meow Meow Foxtail-LT |
|
An improved version of the mysterious foxtail that makes a meowmeow sound whenever it is shaken.
Seeing the softer shaking, it began to show its original power. Resonates with Hero's Boots-LT. _______________________ Indestructible in battle _______________________ MATK +350 _______________________ Base Level at least 210: POW +2, SPL +2, P.ATK +1, S.MATK +1 _______________________ For each 2 Refine Levels: ATK +15, MATK +15 _______________________ For each 3 Refine Levels: ATK +2%, MATK +2% _______________________ Refine Level +7: Increases damage of Picky Peck and Silvervine Stem Spear by 15%. _______________________ Refine Level +9: Decreases Variable Casting Time by 15%. Decreases Catnip Meteor skill cooldown by 2 seconds. _______________________ Refine Level +11: Increases damage of Lunatic Carrot Beat and Catnip Meteor by 50%. Increases Physical and Magical Damage against enemies of every size by 15%. _______________________ When equipped with Hero's Boots-LT: ATK +10%, MATK +10% P.ATK +2, S.MATK +2 _______________________ [Bonus by Grade] [Grade D]: ATK +3%, MATK +3% [Grade C]: Ranged Physical Damage and Magical Damage with every Element +15%. P.ATK +1, S.MATK +1 [Grade B]: POW +3, SPL +3, P.ATK +2, S.MATK +2. _______________________ Type: One-Handed Staff Attack: 350 Weight: 120 Weapon Level: 5 _______________________ Requirement: Base Level 190 Summoner (Doram) classes |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | MeawFoxtail_LT | ||
| Attack | 350 | Type | Weapon - Staff | ||
| MATK | 350 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Summoner | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 120 | Min Equip Level | 190 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
if (BaseLevel>=210) {
bonus bPAtk,1;
bonus bSMatk,1;
bonus bPow,2;
bonus bSpl,2;
}
if (.@r>=7) {
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",40;
bonus2 bSkillAtk,"SU_PICKYPECK",40;
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus2 bSkillCooldown,"SU_CN_METEOR",-2000;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",50;
bonus2 bSkillAtk,"SU_CN_METEOR",50;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAtkRate,3;
bonus bMatkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_All,15;
bonus bLongAtkRate,15;
bonus bPAtk,1;
bonus bSMatk,1;
if (.@g >= ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bSMatk,2;
bonus bPow,3;
bonus bSpl,3;
}
}
}
bonus bMatk,15*(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus bAtkRate,2*(.@r/3);
bonus bMatkRate,2*(.@r/3);
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus bLongAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",10;
bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPow,5;
bonus bPAtk,5;
bonus bSpl,5;
bonus bSMatk,5;
bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",10;
bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;
}
|
||||
|
bonus bAtkRate,10; bonus bPAtk,2; bonus bMatkRate,10; bonus bSMatk,2; |