ID #470007
Armor
Sniping Shoes [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}