Viewing Item

#550119: Muqaddas Kharawasu

Item ID 550119 For Sale No
Identifier Mocadas_Wand Credit Price Not For Sale
Name Muqaddas Kharawasu Type Weapon - Staff
NPC Buy 0 Weight 110
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 90 Min Equip Level 250
MATK 230 Max Equip Level None
Description 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
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Soul Linker
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bUnbreakableWeapon;

9 bonus

10 bMatkRate,5;

11 bonus2

12 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10;

13 bonus2

14 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;

15 if

16 (.@r

17 =7)

18 {

19 bonus2

20 bMagicAtkEle,Ele_All,10;

21 if

22 (.@r

23 =9)

24 {

25 bonus2

26 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10;

27 bonus2

28 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;

29 if

30 (.@r

31 =11)

32 {

33 bonus2

34 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10;

35 bonus2

36 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;

37 }

38 }

39 }

40 if

41 (.@g

42 =ENCHANTGRADE_D)

43 {

44 bonus2

45 bMagicAddSize,Size_Small,15;

46 if

47 (.@g

48 =ENCHANTGRADE_C)

49 {

50 bonus2

51 bMagicAddSize,Size_Medium,15;

52 if

53 (.@g

54 =ENCHANTGRADE_B)

55 {

56 bonus2

57 bMagicAddSize,Size_Large,15;

58 if

59 (.@g

60 =ENCHANTGRADE_A)

61 {

62 bonus

63 bSMatk,5;

64 }

65 }

66 }

67 }

Equip Script None
Unequip Script None