ID #470330
Armor
Santa Claus Boots [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 500
Slots: 1
Armor level: 2
Required level: 130
Defense: 20
Weight: 500
Slots: 1
Armor level: 2
Required level: 130
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
20
Requirements
Armor Level
2
Min Level
130
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bBaseAtk,10*(.@r/2); bonus bMatk,10*(.@r/2); bonus2 bAddRace,RC_All,3*(.@r/3); bonus2 bMagicAddRace,RC_All,3*(.@r/3); if (.@r>=7) { bonus bShortAtkRate,10; bonus bLongAtkRate,10; bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bFixedCast,-500; if (.@r>=13) { autobonus "{ bonus bLuk,200; bonus2 bDropAddRace,RC_All,10; bonus2 bExpAddRace,RC_All,10; }",10,5000,BF_WEAPON|BF_MAGIC,"{ active_transform 1247,5000; }"; } } } if (.@g>=ENCHANTGRADE_D) { bonus bBaseAtk,100; bonus bMatk,100; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus2 bExpAddRace,RC_All,8; if (.@g>=ENCHANTGRADE_A) { bonus2 bDropAddRace,RC_All,8; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus2 bAddRace,RC_All,3*(.@r/3);
bonus2 bMagicAddRace,RC_All,3*(.@r/3);
if (.@r>=7) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus bFixedCast,-500;
if (.@r>=13) {
autobonus "{ bonus bLuk,200; bonus2 bDropAddRace,RC_All,10; bonus2 bExpAddRace,RC_All,10; }",10,5000,BF_WEAPON|BF_MAGIC,"{ active_transform 1247,5000; }";
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bBaseAtk,100;
bonus bMatk,100;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-300;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bExpAddRace,RC_All,8;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bDropAddRace,RC_All,8;
}
}
}
}