0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #450440 Armor

Entwined Magical Armor [1]

Buy Price: N/A Sell Price: N/A
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:
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
2000
158

Requirements

2
220

Scripts

.@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; } }
.@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;
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.