Viewing Item

#470007: Sniping Shoes

Item ID 470007 For Sale No
Identifier Sniping_Shoes_J_ Credit Price Not For Sale
Name Sniping Shoes 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 100
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableShoes;

3 bonus bMdef,10;

4 bonus bMaxHPrate,3;

5 bonus bMaxSPrate,3;

6 skill "PR_GLORIA",1;

7 bonus bDelayrate,-8*getskilllv("RA_UNLIMIT");

8 bonus2 bAddSize,Size_All,5*getskilllv("RA_WUGRIDER");

9 if (getskilllv("RA_AIMEDBOLT") == 10) {

10 bonus bCritAtkRate,25;

11 bonus bNoSizeFix;

12 }

13 if (getskilllv("RA_ELECTRICSHOCKER") == 5) {

14 bonus bAllStats,10;

15 bonus2 bSkillUseSP,"RA_CAMOUFLAGE",20;

16 }

17 if (.@r>=5) {

18 bonus bMaxHPrate,7;

19 bonus bMaxSPrate,7;

20 bonus bLongAtkRate,5;

21 }

22 if (.@r>=7) {

23 bonus bMaxHPrate,10;

24 bonus bMaxSPrate,10;

25 bonus bLongAtkRate,5;

26 }

Equip Script None
Unequip Script None