ID #400699
Armor
Asteria's Helm-LT [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 200
Slots: 1
Armor level: 2
Required level: 150
Defense: 20
Weight: 200
Slots: 1
Armor level: 2
Required level: 150
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
200
Defense
20
Requirements
Armor Level
2
Min Level
150
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bMaxHPrate,5; bonus bBaseAtk,15*(.@r/2); bonus bMatk,15*(.@r/2); bonus2 bSubClass,Class_All,2*(.@r/4); bonus2 bSubRace,RC_All,2*(.@r/4); bonus2 bSubEle,Ele_All,2*(.@r/4); bonus2 bSubSize,Size_All,2*(.@r/4); if (.@r>=7) { bonus bMaxHPrate,7; if (.@r>=9) { bonus bVariableCastrate,-15; if (.@r>=11) { bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; if (.@r>=13) { bonus bFixedCast,-300; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bRes,30; bonus bMRes,30; if (.@g>=ENCHANTGRADE_C) { bonus bPow,5; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddRace,RC_All,15; bonus2 bMagicAddRace,RC_All,15; if (.@g>=ENCHANTGRADE_A) { bonus bDelayrate,-15; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,5;
bonus bBaseAtk,15*(.@r/2);
bonus bMatk,15*(.@r/2);
bonus2 bSubClass,Class_All,2*(.@r/4);
bonus2 bSubRace,RC_All,2*(.@r/4);
bonus2 bSubEle,Ele_All,2*(.@r/4);
bonus2 bSubSize,Size_All,2*(.@r/4);
if (.@r>=7) {
bonus bMaxHPrate,7;
if (.@r>=9) {
bonus bVariableCastrate,-15;
if (.@r>=11) {
bonus2 bAddSize,Size_All,10;
bonus2 bMagicAddSize,Size_All,10;
if (.@r>=13) {
bonus bFixedCast,-300;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bRes,30;
bonus bMRes,30;
if (.@g>=ENCHANTGRADE_C) {
bonus bPow,5;
bonus bSpl,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_All,15;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-15;
}
}
}
}