Viewing Item

#450413: Yorscalp Robe

Item ID 450413 For Sale No
Identifier Yorscalp_Robe Credit Price Not For Sale
Name Yorscalp Robe Type Armor
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 0
Range 0 Defense 130
Slots 1 Refineable Yes
Attack 0 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMatk,130+20*(.@r/2);

4 bonus bDef,20*(.@r/2);

5 if (.@r>=7) {

6 bonus2 bMagicAtkEle,Ele_All,5;

7 if (.@r>=9) {

8 bonus bVariableCastrate,-10;

9 bonus bSMatk,5;

10 if (.@r>=10) {

11 bonus2 bMagicAtkEle,Ele_All,10;

12 if (.@r>=12) {

13 bonus bDelayrate,-5;

14 }

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bDelayrate,-5;

20 bonus bSpl,5;

21 bonus bCon,5;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bSMatk,3;

24 bonus bMatkRate,5;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bSMatk,3;

27 bonus bSpl,5;

28 bonus bCon,5;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bSMatk,5;

31 bonus bMatkRate,5;

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None