Entwined Magical Manteau

Item ID 480545 Name Entwined Magical Manteau
An manteau of entangled roots imbued with mystical power, offering resistance to alien dimensional magic.
_______________________
MaxHP +4500, MaxSP +150.
HIT +25, Critical +5.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
POW +3.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 5%.
_______________________
When equipped with Entwined Magical Boots:
Decreases Variable Casting Time by additional 5%.
Decreases damage taken from monsters in Destroyed Valkyrie Realm by 25%.
_______________________
[Bonus by Grade]
[Grade D]: Physical Damage +10%.
[Grade C]: Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Garment
Defense: 92
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 220
Weapon Level 0 Identifier Entwined_Manteau
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 92 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 120 Min Equip Level 220
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,4500;
bonus bMaxSP,150;
bonus bCritical,5;
bonus bHit,25;
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus bPow,3;
      if (.@r>=10) {
         bonus bVariableCastrate,-5;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,10;
   bonus bShortAtkRate,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,15;
   }
}

Set Script
Entwined Magical Armor
Entwined Magical Manteau
bonus bDelayrate,-5;
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,10;
Entwined Magical Manteau
Entwined Magical Boots
bonus bVariableCastrate,-5;
bonus2 bSubRace2,RC2_Destroyed_Valkyrie_Realm,25;