ID #470317
Armor
Ghost Galoshes
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 200
Armor level: 1
Required level: 170
Weight: 200
Armor level: 1
Required level: 170
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
170
Scripts
Script .@r = getrefine(); bonus bMatkRate,5; bonus bMaxHPrate,7; bonus bMaxSPrate,7; if (.@r>=8) { bonus2 bMagicAddRace,RC_All,15; if (.@r>=10) { bonus bFixedCast,-500; if (.@r>=12) { bonus bInt,10; bonus bDex,10; bonus2 bMagicAddEle,Ele_All,15; } } }
.@r = getrefine();
bonus bMatkRate,5;
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
if (.@r>=8) {
bonus2 bMagicAddRace,RC_All,15;
if (.@r>=10) {
bonus bFixedCast,-500;
if (.@r>=12) {
bonus bInt,10;
bonus bDex,10;
bonus2 bMagicAddEle,Ele_All,15;
}
}
}