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

Dimensional Wanderer's Lock [1]

Buy Price: N/A Sell Price: N/A
A lock possessed by an existence that crosses dimensions.
It's unclear which door can be locked with it.
_______________________
[Can be refined]
_______________________
All Traits +3
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +7:
P.ATK +3
_______________________
Refine Level +9:
For each 20 base POW:
STA +4, P.ATK +2
_______________________
Refine Level +12:
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
[Bonus by Grade]
[Grade D]: POW +2, ATK +3%.
[Grade C]: P.ATK +2
[Grade B]: P.ATK +3, RES +20.
[Grade A]: POW +2 per 15 base STR.
_______________________
Type: Accessory
Position: Right
Defense: 0
Weight: 20
Armor Level: 2
_______________________
Requirement:
Base Level 240

Equipment Reform

Available through the reform system Dimmen_A_Refine

Basic Information

Armor
200
Equipment reform

Requirements

2
240

Scripts

.@param = (readparam(bPow)/20); .@g = getenchantgrade(); .@r = getrefine(); bonus bAllTraitStats,3; bonus bVariableCastrate,-10; if (.@r>=7) { bonus bPAtk,3; if (.@r>=9) { bonus bPAtk,2*.@param; bonus bSta,4*.@param; if (.@r>=12) { bonus bFixedCast,-300; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,3; bonus bPow,2; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,3; bonus bRes,20; if (.@g>=ENCHANTGRADE_A) { bonus bPow,2*(readparam(bStr)/15); } } } }
.@param = (readparam(bPow)/20);
.@g = getenchantgrade();
.@r = getrefine();
bonus bAllTraitStats,3;
bonus bVariableCastrate,-10;
if (.@r>=7) {
   bonus bPAtk,3;
   if (.@r>=9) {
      bonus bPAtk,2*.@param;
      bonus bSta,4*.@param;
      if (.@r>=12) {
         bonus bFixedCast,-300;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   bonus bPow,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,2;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,3;
         bonus bRes,20;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPow,2*(readparam(bStr)/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.