Entwined Magical Robe

Item ID 450441 Name Entwined Magical Robe
A robe entwined with mysterious roots, offering resistance to alien dimensional magic.
_______________________
MATK +120.
_______________________
For each 2 Refine Levels:
MATK +15.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 5%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
S.MATK +3.
_______________________
Refine Level +10:
MATK +25, DEF +100.
_______________________
When equipped with Entwined Magical Muffler:
Decreases After Skill Delay by 5%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by 5%.
_______________________
When equipped with Glacier Earring and Glacier Necklace:
MATK +7%.
Increases Magical Damage with every element by additional 10%.
Increases Magical Damage against monsters in Destroyed Valkyrie Realm by additional 7%.
_______________________
When equipped with Temple Magic Ring and Temple Rune Ring:
MATK +15%.
Increases Magical Damage with every element by additional by 15%.
Increases Magical Damage against monsters in Destroyed Valkyrie Realm by additional 15%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +3, CON +3, After Skill Delay -5%.
[Grade C]: Magical Damage against monsters in Destroyed Valkyrie Realm +10%.
_______________________
Type: Armor
Defense: 126
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 220
Weapon Level 0 Identifier Entwined_Robe
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 126 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 bMatk,120+15*(.@r/2);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,5;
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus bSMatk,3;
      if (.@r>=10) {
         bonus bMatk,25;
         bonus bDef,100;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bDelayrate,-5;
   bonus bSpl,3;
   bonus bCon,3;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,7;
   }
}

Set Script
Entwined Magical Robe
Entwined Magical Muffler
bonus bDelayrate,-5;
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,5;
Entwined Magical Robe
Temple Rune Ring
Temple Magic Ring
bonus2 bMagicAtkEle,Ele_All,15;
bonus bMatkRate,15;
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,15;
Entwined Magical Robe
Glacier Earring
Glacier Necklace
bonus bMatkRate,7;
bonus2 bMagicAtkEle,Ele_All,10;
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,7;
Entwined Magical Shoes
Entwined Magical Robe
bonus bAspdRate,7;
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,5;