Viewing Item

#480065: Magic Barrier Manteau

Item ID 480065 For Sale No
Identifier MD_Geffen_Hood Credit Price Not For Sale
Name Magic Barrier Manteau Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 75
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Description An improved manteau 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:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +9:
Increases Melee Physical Damage by 5%.
_______________________
Refine Level +11:
Increases Melee Physical Damage by additional 7%.
_______________________
When equipped with Anti-Conjurer Suit:
ATK +50

Refine Level of Anti-Conjurer Suit is +11 or higher:
Increases Melee Physical Damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Magic Protector Robe:
ATK +50

Refine Level of Magic Protector Robe is +11 or higher:
Increases Melee Physical Damage by 5%.
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 75
Weight: 70
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 bAspdRate,2*(.@r/3);

10 if

11 (.@r

12 =9)

13 {

14 bonus

15 bShortAtkRate,5;

16 if

17 (.@r

18 =11)

19 {

20 bonus

21 bShortAtkRate,7;

22 }

23 }

Equip Script None
Unequip Script None