Viewing Item

#480066: Magic Barrier Muffler

Item ID 480066 For Sale No
Identifier MD_Geffen_Hood2 Credit Price Not For Sale
Name Magic Barrier Muffler Type Armor
NPC Buy 0 Weight 65
NPC Sell 0 Weapon Level 0
Range 0 Defense 70
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Description An improved muffler that was one of the prizes of the Geffen Magic Tournament.
Although it is not an officially approved improvement, there is a phrase that says that the safety is excellent.
_______________________
MaxHP +1500
_______________________
For each 2 Refine Levels:
MaxHP +1%
_______________________
For each 3 Refine Levels:
Decreases Variable Casting Time by 2%.
_______________________
Refine Level +9:
MATK +7%
Increases Healing skills effectiveness by 15%.
_______________________
Refine Level +11:
Increases Magical Damage with every element by 7%.
_______________________
When equipped with Magic Protector Robe:
MATK +50

Refine Level of Magic Protector Robe is +11 or higher:
Increases all elemental magical damage by 5%.
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Anti-Conjurer Suit:
MATK +50

Refine Level of Anti-Conjurer Suit is +11 or higher:
Increases all elemental magical damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Type: Garment
Defense: 70
Weight: 65
Armor Level: 2
_______________________
Requirement:
Base Level 230
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMaxHP,1500;

6 bonus

7 bMaxHPrate,(.@r/2);

8 bonus

9 bVariableCastrate,-2*(.@r/3);

10 if

11 (.@r

12 =9)

13 {

14 bonus

15 bMatkRate,7;

16 bonus

17 bHealPower,15;

18 if

19 (.@r

20 =11)

21 {

22 bonus2

23 bMagicAtkEle,Ele_All,7;

24 }

25 }

Equip Script None
Unequip Script None