ID #470199
Armor
Crimson Magic Boots-LT [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Weight: 300
Slots: 1
Armor level: 2
Required level: 190
Defense: 10
Weight: 300
Slots: 1
Armor level: 2
Required level: 190
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
300
Defense
10
Requirements
Armor Level
2
Min Level
190
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bMdef,15; bonus bAtkRate,5+(.@r/2); bonus bMatkRate,5+(.@r/2); bonus bPAtk,.@r/3; bonus bSMatk,.@r/3; bonus bLongAtkDef,5; bonus2 bSubEle,Ele_Neutral,5; if (.@r>=11) { bonus2 bSubEle,Ele_All,10; bonus2 bSubEle,Ele_Neutral,-10; if (.@r>=13) { bonus bDelayrate,-6; bonus bFixedCast,-600; } } if (.@g >= ENCHANTGRADE_D) { bonus bRes,30; bonus bMRes,30; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkDef,5; bonus2 bSubEle,Ele_Neutral,5; if (.@g >= ENCHANTGRADE_B) { bonus bDelayrate,-4; bonus bFixedCast,-200; if (.@g >= ENCHANTGRADE_A) { bonus2 bSubEle,Ele_All,5; if (.@r>=13) bonus bFixedCast,-200; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMdef,15;
bonus bAtkRate,5+(.@r/2);
bonus bMatkRate,5+(.@r/2);
bonus bPAtk,.@r/3;
bonus bSMatk,.@r/3;
bonus bLongAtkDef,5;
bonus2 bSubEle,Ele_Neutral,5;
if (.@r>=11) {
bonus2 bSubEle,Ele_All,10;
bonus2 bSubEle,Ele_Neutral,-10;
if (.@r>=13) {
bonus bDelayrate,-6;
bonus bFixedCast,-600;
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bRes,30;
bonus bMRes,30;
if (.@g >= ENCHANTGRADE_C) {
bonus bLongAtkDef,5;
bonus2 bSubEle,Ele_Neutral,5;
if (.@g >= ENCHANTGRADE_B) {
bonus bDelayrate,-4;
bonus bFixedCast,-200;
if (.@g >= ENCHANTGRADE_A) {
bonus2 bSubEle,Ele_All,5;
if (.@r>=13)
bonus bFixedCast,-200;
}
}
}
}