Viewing Item

#450412: Yorscalp Armor

Item ID 450412 For Sale No
Identifier Yorscalp_Armor Credit Price Not For Sale
Name Yorscalp Armor Type Armor
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 0
Range 0 Defense 198
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 bBaseAtk,130+20*(.@r/2);

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

5 if (.@r>=7) {

6 bonus bLongAtkRate,5;

7 bonus bShortAtkRate,5;

8 if (.@r>=9) {

9 bonus bVariableCastrate,-10;

10 bonus bPAtk,5;

11 if (.@r>=10) {

12 bonus bLongAtkRate,10;

13 bonus bShortAtkRate,10;

14 if (.@r>=12) {

15 bonus bDelayrate,-5;

16 }

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bDelayrate,-5;

22 bonus bPow,5;

23 bonus bCon,5;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bPAtk,3;

26 bonus bAtkRate,5;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bPAtk,3;

29 bonus bPow,5;

30 bonus bCon,5;

31 if (.@g>=ENCHANTGRADE_A) {

32 bonus bPAtk,5;

33 bonus bAtkRate,5;

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None