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

Furious Moon Word [2]

Buy Price: N/A Sell Price: N/A
A book imbued with the power of the wrathful moon.
_______________________
Increases damage of Midnight Kick by 5%.
_______________________
Base Level at least 210:
ATK +4%, ATK +40.
_______________________
Base Level at least 220:
Increases damage of Midnight Kick by additional 5%.
_______________________
Base Level at least 230:
Increases Physical Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Midnight Kick by additional 10%.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Midnight Kick by additional 10%.
_______________________
When equipped with Furious Boots:
Increases damage of Midnight Kick by additional 15%.
Increases damage of Dawn Break by (the sum of refine level x2)%.
_______________________
[Bonus by Grade]
[Grade D]: Melee Physical Damage +10%.
[Grade C]: Damage of Shield Shooting +5%.
[Grade B]: Damage of Shield Shooting +10%.
[Grade A]: ATK +3%, P.ATK +3 per 2 Refine Levels.
_______________________
Type: Book
Attack: 175
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Sky Emperor

Equipment Reform

Available through the reform system Refine_Furious

Equipment Slots

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

Basic Information

Weapon
1200
1
Equipment reform

Requirements

5
205

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5; if (BaseLevel>=210) { bonus bAtkRate,4; bonus bBaseAtk,40; } if (BaseLevel>=220) { bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5; } if (BaseLevel>=230) { bonus2 bAddSize,Size_All,10; } if (.@r>=7) { bonus bShortAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5; if (.@g>=ENCHANTGRADE_B) { bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,3*(.@r/2); bonus bAtkRate,3*(.@r/2); } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5;
if (BaseLevel>=210) {
   bonus bAtkRate,4;
   bonus bBaseAtk,40;
}
if (BaseLevel>=220) {
   bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5;
}
if (BaseLevel>=230) {
   bonus2 bAddSize,Size_All,10;
}
if (.@r>=7) {
   bonus bShortAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10;
      if (.@r>=10) {
         bonus bVariableCastrate,-10;
         if (.@r>=11) {
            bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10;
         }
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPAtk,3*(.@r/2);
            bonus bAtkRate,3*(.@r/2);
         }
      }
   }
}
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.