ID #22221
Armor
Devil Worshipper Shoes [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 bMaxHPrate,3; bonus bMaxSPrate,3; bonus bMatkRate,2; bonus2 bMagicAtkEle,Ele_Neutral,2; bonus2 bMagicAtkEle,Ele_Fire,2; .@r = getrefine(); if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Neutral,3; bonus2 bMagicAtkEle,Ele_Fire,3; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bMatkRate,5; bonus2 bMagicAtkEle,Ele_Neutral,5; bonus2 bMagicAtkEle,Ele_Fire,5; }
bonus bMdef,15;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bMatkRate,2;
bonus2 bMagicAtkEle,Ele_Neutral,2;
bonus2 bMagicAtkEle,Ele_Fire,2;
.@r = getrefine();
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bMatkRate,3;
bonus2 bMagicAtkEle,Ele_Neutral,3;
bonus2 bMagicAtkEle,Ele_Fire,3;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bMatkRate,5;
bonus2 bMagicAtkEle,Ele_Neutral,5;
bonus2 bMagicAtkEle,Ele_Fire,5;
}