ID #22225
Armor
Shoes of Punishment [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 15
Weight: 500
Slots: 1
Armor level: 1
Required level: 100
Defense: 15
Weight: 500
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
500
Defense
15
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus bMdef,15; bonus bMatkRate,2; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus2 bSkillAtk,"AB_JUDEX",30; bonus2 bMagicAtkEle,Ele_Holy,2; .@r = getrefine(); if (.@r>=5) { bonus bMatkRate,3; bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus2 bMagicAtkEle,Ele_Holy,3; } if (.@r>=7) { bonus bMatkRate,5; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bMagicAtkEle,Ele_Holy,5; }
bonus bMdef,15;
bonus bMatkRate,2;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSkillAtk,"AB_JUDEX",30;
bonus2 bMagicAtkEle,Ele_Holy,2;
.@r = getrefine();
if (.@r>=5) {
bonus bMatkRate,3;
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus2 bMagicAtkEle,Ele_Holy,3;
}
if (.@r>=7) {
bonus bMatkRate,5;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bMagicAtkEle,Ele_Holy,5;
}