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

Muqaddas Kharawasu [2]

Buy Price: N/A Sell Price: N/A
A staff created by combining holy relics and magical powers.
_______________________
Indestructible in battle
_______________________
MATK +230
MATK +5%
Increases damage of Talisman of Red Phoenix and Talisman of Black Tortoise by 10%.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 10%.
_______________________
Refine Level +9:
Increases damage of Talisman of Red Phoenix and Talisman of Black Tortoise by additional 10%.
_______________________
Refine Level +11:
Increases damage of Talisman of Red Phoenix and Talisman of Black Tortoise by additional 10%.
_______________________
[Bonus by Grade]
[Grade D]: Magical Damage against enemies of Small size +15%.
[Grade C]: Magical Damage against enemies of Medium size +15%.
[Grade B]: Magical Damage against enemies of Large size +15%.
[Grade A]: S.MATK +5
_______________________
Type: One-Handed Staff
Attack: 90
Weight: 110
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Soul Ascetic

Equipment Reform

Available through the reform system Mocadas_Refine_Box

Equipment Slots

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

Basic Information

Weapon
1100
1
Equipment reform

Job Requirements

Yes

Requirements

5
250

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10; bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=9) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10; bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10; if (.@r>=11) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10; bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { bonus bSMatk,5; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10;
      bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;
      if (.@r>=11) {
         bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10;
         bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bMagicAddSize,Size_Small,15;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAddSize,Size_Medium,15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bMagicAddSize,Size_Large,15;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bSMatk,5;
         }
      }
   }
}
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.