Viewing Item

#490277: Dimensional Wanderer's Lock

Item ID 490277 For Sale No
Identifier Dimmension_W_Padlock Credit Price Not For Sale
Name Dimensional Wanderer's Lock Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 240
MATK 0 Max Equip Level None
Equip Locations Accessory Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@param = (readparam(bPow)/20);

2 .@g = getenchantgrade();

3 .@r = getrefine();

4 bonus bAllTraitStats,3;

5 bonus bVariableCastrate,-10;

6 if (.@r>=7) {

7 bonus bPAtk,3;

8 if (.@r>=9) {

9 bonus bPAtk,2*.@param;

10 bonus bSta,4*.@param;

11 if (.@r>=12) {

12 bonus bFixedCast,-300;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bAtkRate,3;

18 bonus bPow,2;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus bPAtk,2;

21 if (.@g>=ENCHANTGRADE_B) {

22 bonus bPAtk,3;

23 bonus bRes,20;

24 if (.@g>=ENCHANTGRADE_A) {

25 bonus bPow,2*(readparam(bStr)/15);

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None