ID #470291
Armor
Astrologer's Dawn Boots [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 800
Slots: 1
Armor level: 2
Required level: 190
Defense: 20
Weight: 800
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
800
Defense
20
Requirements
Armor Level
2
Min Level
190
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bAllTraitStats,10; bonus bBaseAtk,10*(.@r/2); bonus bMatk,10*(.@r/2); bonus bPow,2*(.@r/3); bonus bSpl,2*(.@r/3); bonus bCon,2*(.@r/3); if (.@r>=7) { bonus bShortAtkRate,12; bonus bLongAtkRate,12; bonus2 bMagicAtkEle,Ele_All,12; if (.@r>=9) { bonus bDelayrate,-8; if (.@r>=11) { bonus bFixedCast,-700; if (.@r>=13) { bonus2 bAddRace,RC_All,12; bonus2 bMagicAddRace,RC_All,12; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; if (.@g>=ENCHANTGRADE_C) { bonus bAtkRate,7; bonus bMatkRate,7; if (.@g>=ENCHANTGRADE_B) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddClass,Class_All,10; bonus2 bMagicAddClass,Class_All,10; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bAllTraitStats,10;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus bPow,2*(.@r/3);
bonus bSpl,2*(.@r/3);
bonus bCon,2*(.@r/3);
if (.@r>=7) {
bonus bShortAtkRate,12;
bonus bLongAtkRate,12;
bonus2 bMagicAtkEle,Ele_All,12;
if (.@r>=9) {
bonus bDelayrate,-8;
if (.@r>=11) {
bonus bFixedCast,-700;
if (.@r>=13) {
bonus2 bAddRace,RC_All,12;
bonus2 bMagicAddRace,RC_All,12;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bAtkRate,7;
bonus bMatkRate,7;
if (.@g>=ENCHANTGRADE_B) {
bonus bFixedCast,-300;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddClass,Class_All,10;
bonus2 bMagicAddClass,Class_All,10;
}
}
}
}