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 #450243 Armor

Rune Armor of Plain [1]

Buy Price: N/A Sell Price: N/A
Armor engraved with Varmundt's Glade Rune magic.
The imprint is amplified with the essence of the glade.
_______________________
For each 25 base VIT:
STA +1
_______________________
Refine Level +7:
MaxHP +5%, P.ATK +2
_______________________
Refine Level +9:
Increases Physical Damage against enemies of every size by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every element by 15%.
_______________________
[Bonus by Grade]
[Grade D]: MaxHP +5%
[Grade C]: STA +5, MaxHP +5%.
[Grade B]: After Skill Delay -5%.
[Grade A]: After Skill Delay -10%, STA +5.
_______________________
Type: Armor
Defense: 45
Weight: 100
Armor Level: 2
_______________________
Requirement:
Base Level 230

Equipment Slots

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

Basic Information

Armor
1000
45

Requirements

2
230

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bSta,(readparam(bVit)/25); if (.@r>=7) { bonus bPAtk,2; bonus bMaxHPrate,5; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,5; if (.@g>=ENCHANTGRADE_C) { bonus bMaxHPrate,5; bonus bSta,5; if (.@g>=ENCHANTGRADE_B) { bonus bDelayrate,-5; if (.@g>=ENCHANTGRADE_A) { bonus bDelayrate,-10; bonus bSta,5; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bSta,(readparam(bVit)/25);
if (.@r>=7) {
   bonus bPAtk,2;
   bonus bMaxHPrate,5;
   if (.@r>=9) {
      bonus2 bAddSize,Size_All,15;
      if (.@r>=11) {
         bonus2 bAddEle,Ele_All,15;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMaxHPrate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bMaxHPrate,5;
      bonus bSta,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bDelayrate,-5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bDelayrate,-10;
            bonus bSta,5;
         }
      }
   }
}
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.