Viewing Item

#480174: Pirate Captain's Coat

Item ID 480174 For Sale No
Identifier Pirate_Captain_Coat Credit Price Not For Sale
Name Pirate Captain's Coat Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 15
Slots 1 Refineable Yes
Attack 0 Min Equip Level 200
MATK 0 Max Equip Level None
Equip Locations Garment
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 bCRate,5;

4 bonus bCritical,3;

5 bonus bCritAtkRate,3*(.@r/2);

6 bonus bBaseAtk,15*(.@r/2);

7 bonus2 bAddSize,Size_All,5*(.@r/3);

8 if (.@r>=7) {

9 bonus bPAtk,7;

10 bonus bAtkRate,5;

11 if (.@r>=9) {

12 bonus bDelayrate,-10;

13 if (.@r>=11) {

14 bonus bDelayrate,-5;

15 bonus bDef,150;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bCritical,3;

21 bonus bCrt,3;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bCritAtkRate,15;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bPow,3;

26 bonus bCon,3;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bPAtk,7;

29 }

30 }

31 }

32 }

Equip Script None
Unequip Script None