Artwork unavailable
RENEWAL / ITEMS
Sniping Shoes [1]
#470007Armor
Sniping_Shoes_J_
TypeArmor
Equipment positionFootgear
GenderBoth
Weight20
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bUnbreakableShoes;
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
skill "PR_GLORIA",1;
bonus bDelayrate,-8*getskilllv("RA_UNLIMIT");
bonus2 bAddSize,Size_All,5*getskilllv("RA_WUGRIDER");
if (getskilllv("RA_AIMEDBOLT") == 10) {
bonus bCritAtkRate,25;
bonus bNoSizeFix;
}
if (getskilllv("RA_ELECTRICSHOCKER") == 5) {
bonus bAllStats,10;
bonus2 bSkillUseSP,"RA_CAMOUFLAGE",20;
}
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bLongAtkRate,5;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkRate,5;
}