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 #510077 Weapon

Flush Jewel Detector Mk47 [2]

Buy Price: N/A Sell Price: N/A
A Jewel Detector Mk47 enhanced with Mjolnir's energy.
The stronger the power, the greater the consumption of mana.
_______________________
MATK +200
MATK +10%
_______________________
Increases Magical Damage with Fire and Neutral element by 20%.
Increases damage of Abyss Square by 20%.
_______________________
Refine Level +7:
MATK +70
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Magical Damage with Fire and Neutral element by additional 15%.
Increases damage of Abyss Square by additional 10%.
Increases Magical Damage against enemies of every size by 15%.
Increases SP Consumption of Abyss Square by 25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 15%.
Increases Magical Damage with Fire and Neutral element by additional 10%.
Increases damage of Abyss Square by additional 10%.
Increases SP Consumption of Abyss Square by additional 25.
_______________________
[Bonus by Grade]
[Grade D]: S.MATK +10
[Grade C]: Magical Damage with Fire and Neutral element +10%, Damage of Abyss Square +10%.
[Grade B]: Magical Damage against enemies of every element +10%.
[Grade A]: Magical Damage with Fire and Neutral element +10%, Damage of Abyss Square +10%.
_______________________
Type: Dagger
Attack: 200
Weight: 125
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Shadow Chaser

Equipment Reform

Available through the reform system F_Ein_Weapon_Hammer

Available through the reform system Plus7_Refine_NPC

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Weapon
1250
1
Equipment reform

Job Requirements

Yes

Requirements

5
250

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,10; bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Fire,20; bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",20; if (.@r>=7) { bonus bAspdRate,10; bonus bMatk,70; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; bonus2 bMagicAddSize,Size_All,15; bonus2 bSkillUseSP,"ABC_ABYSS_SQUARE",-25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus bDelayrate,-15; bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; bonus2 bSkillUseSP,"ABC_ABYSS_SQUARE",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bSMatk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,10;
bonus2 bMagicAtkEle,Ele_Neutral,20;
bonus2 bMagicAtkEle,Ele_Fire,20;
bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",20;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bMatk,70;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      bonus2 bMagicAtkEle,Ele_Fire,15;
      bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10;
      bonus2 bMagicAddSize,Size_All,15;
      bonus2 bSkillUseSP,"ABC_ABYSS_SQUARE",-25;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_Neutral,10;
         bonus2 bMagicAtkEle,Ele_Fire,10;
         bonus bDelayrate,-15;
         bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10;
         bonus2 bSkillUseSP,"ABC_ABYSS_SQUARE",-25;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bSMatk,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Neutral,10;
      bonus2 bMagicAtkEle,Ele_Fire,10;
      bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bMagicAddEle,Ele_All,10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bMagicAtkEle,Ele_Neutral,10;
            bonus2 bMagicAtkEle,Ele_Fire,10;
            bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",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.