Viewing Item

#490276: Dimensional Wanderer's Key

Item ID 490276 For Sale No
Identifier Dimmension_W_Key Credit Price Not For Sale
Name Dimensional Wanderer's Key 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(bSpl)/20);

2 .@g = getenchantgrade();

3 .@r = getrefine();

4 bonus bAllTraitStats,3;

5 bonus bVariableCastrate,-10;

6 if (.@r>=7) {

7 bonus bSMatk,3;

8 if (.@r>=9) {

9 bonus bSMatk,2*.@param;

10 bonus bWis,4*.@param;

11 if (.@r>=12) {

12 bonus bFixedCast,-300;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bMatkRate,3;

18 bonus bSpl,2;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus bSMatk,2;

21 if (.@g>=ENCHANTGRADE_B) {

22 bonus bSMatk,3;

23 bonus bRes,20;

24 if (.@g>=ENCHANTGRADE_A) {

25 bonus bSpl,2*(readparam(bInt)/15);

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None