Entwined Magical Armor

Item ID 450440 Name Entwined Magical Armor
An armor entwined with mysterious roots, it provides resistance to alien dimensional magic.
_______________________
ATK +120.
_______________________
For each 2 Refine Levels:
ATK +15.
_______________________
Refine Level +7:
Increases Physical Damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
P.ATK +3.
_______________________
Refine Level +10:
ATK +25, DEF +100.
_______________________
When equipped with Entwined Magical Manteau:
Decreases After Skill Delay by 5%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by 10%.
_______________________
When equipped with Glacier Ring and Glacier Pendant:
ATK +10%.
Increases Physical Damage by additional 10%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by additional 10%.
_______________________
When equipped with Venom Magic Ring and Venom Rune Ring:
ATK +20%.
Increases Melee Physical Damage by 15%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by additional 20%.
_______________________
When equipped with Soul Magic Ring and Soul Rune Ring:
ATK +20%.
Increases Ranged Physical Damage by 15%.
Increases Physical Damage against monsters in Destroyed Valkyrie Realm by additional 20%.
_______________________
[Bonus by Grade]
[Grade D]: POW +3, CON +3, After Skill Delay -5%.
[Grade C]: Physical Damage against monsters in Destroyed Valkyrie Realm +15%.
_______________________
Type: Armor
Defense: 158
Weight: 200
Armor Level: 2
_______________________
Requirement:
Base Level 220
Weapon Level 0 Identifier Entwined_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 158 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 200 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 bBaseAtk,120+15*(.@r/2);
if (.@r>=7) {
   bonus bLongAtkRate,5;
   bonus bShortAtkRate,5;
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus bPAtk,3;
      if (.@r>=10) {
         bonus bBaseAtk,25;
         bonus bDef,100;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bDelayrate,-5;
   bonus bPow,3;
   bonus bCon,3;
   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 Armor
Soul Rune Ring
Soul Magic Ring
bonus bLongAtkRate,15;
bonus bAtkRate,20;
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,20;
Entwined Magical Armor
Venom Rune Ring
Venom Magic Ring
bonus bShortAtkRate,15;
bonus bAtkRate,20;
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,20;
Entwined Magical Armor
Glacier Ring
Glacier Pendant
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
bonus bAtkRate,10;
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,10;
Entwined Magical Boots
Entwined Magical Armor
bonus bVariableCastrate,-7;
bonus2 bAddRace2,RC2_Destroyed_Valkyrie_Realm,10;