Viewing Item

#590062: Muqaddas Daablunta

Item ID 590062 For Sale No
Identifier Mocadas_Judgement Credit Price Not For Sale
Name Muqaddas Daablunta Type Weapon - Mace
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 220 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Alchemist
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus bAtkRate,5;

5 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",10;

6 if (.@r>=7) {

7 bonus bShortAtkRate,10;

8 if (.@r>=9) {

9 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",10;

10 if (.@r>=11) {

11 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",10;

12 }

13 }

14 }

15 if (.@g>=ENCHANTGRADE_D) {

16 bonus2 bAddSize,Size_Small,15;

17 if (.@g>=ENCHANTGRADE_C) {

18 bonus2 bAddSize,Size_Medium,15;

19 if (.@g>=ENCHANTGRADE_B) {

20 bonus2 bAddSize,Size_Large,15;

21 if (.@g>=ENCHANTGRADE_A) {

22 bonus bPAtk,5;

23 }

24 }

25 }

26 }

Equip Script None
Unequip Script None