Awakened Eden Group Manteau I

Item ID 20823 Name Awakened Eden Group Manteau I
A cape given to loyal member of Eden Group. It has stylish design.
_______________________
FLEE +12
_______________________
Decreases damage taken from Neutral elemental attacks by 10%.
_______________________
Refine Level +7:
MaxHP +500
Perfect Dodge +2
_______________________
Refine Level +9:
MaxHP +500
Decreases damage taken from all elemental attacks, except Neutral, by 10%.
_______________________
Type: Garment
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Para_Team_Manteau100
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus2 bSubEle,Ele_Neutral,10;
bonus bFlee,12;
.@r = getrefine();
if (.@r >= 7) {
   bonus bMaxHP,500;
   bonus bFlee2,2;
   if (.@r >= 9) {
      bonus bMaxHP,500;
      bonus2 bSubEle,Ele_All,10;
      bonus2 bSubEle,Ele_Neutral,-10;
   }
}