Item Details

D-Wanderer's Lock [1] ( Dimmension_W_Padlock )

ID 490277 D-Wanderer's Lock [1]
D-Wanderer's Lock [1] Buy Price: zeny Sell Price: 0 zeny Weight: 20 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Accessory Right
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 240 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Not specified

Lock held by a being who crosses dimensions.
I don't know which door is meant to be locked.

[Can be refined]
All trait stat + 3, reduces variable casting time by 10%.

If refine rate is 7 or higher, P.Atk + 3.

If refine rate is 9 or higher, STA + 4 and P.Atk + 2 per 20 base POW.

If refine rate is 12 or higher, reduces fixed casting time by 0.3 seconds.
------------------------
[Grade Bonus]
[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.
------------------------
Class : Accessory(Right)
Defense : 0
Weight : 20
Armor Level : 2
Required Level : 240
Usable by : All Jobs

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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);
         }
      }
   }
}
Not specified
Not specified

Not specified

Not specified