Varmundt Glade Rune Armor

Item ID 450201 Name Varmundt Glade Rune Armor
Armor engraved with Varmundt's Glade Rune magic.
It is stamped with physical strength.
_______________________
For each 25 base VIT:
STA +1
_______________________
Refine Level +7:
MaxHP +5%
_______________________
Refine Level +9:
Increases Healing received by 10%.
_______________________
Refine Level +11:
MaxHP +10%
_______________________
[Bonus by Grade]
[Grade D]: MaxHP +3%
[Grade C]: STA +3, MaxHP +3%.
[Grade B]: After Skill Delay -5%.
[Grade A]: After Skill Delay -10%.
_______________________
Type: Armor
Defense: 45
Weight: 100
Armor Level: 2
_______________________
Requirement:
Base Level 210
Weapon Level 0 Identifier Barmund_Plain_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 45 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 210
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
.@g = getenchantgrade();
.@r = getrefine();
bonus bSta,(readparam(bVit)/25);
if (.@r>=7) {
   bonus bMaxHPrate,5;
   if (.@r>=9) {
      bonus bHealPower2,10;
      if (.@r>=11) {
         bonus bMaxHPrate,10;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMaxHPrate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bMaxHPrate,3;
      bonus bSta,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bDelayrate,-5;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bDelayrate,-10;
         }
      }
   }
}

Set Script
Varmundt Glade Rune Manteau
Varmundt Glade Rune Armor
Varmundt Glade Rune Boots
bonus bMaxHPrate,10;
bonus2 bSubEle,Ele_Earth,10;