ID #400750
Armor
Khalitzburg Knight Blue Helm [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 3
Weight: 300
Slots: 1
Armor level: 1
Required level: 70
Defense: 3
Weight: 300
Slots: 1
Armor level: 1
Required level: 70
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
3
Requirements
Armor Level
1
Min Level
70
Scripts
Script .@r = getrefine(); skill "LK_AURABLADE",5; bonus bBaseAtk,25; bonus2 bHPDrainRate,50,8; bonus2 bHPDrainRate,20,4; if (.@r>=7) { bonus bAtkRate,2; bonus2 bSkillAtk,"KN_BRANDISHSPEAR",30; if (.@r>=9) { bonus3 bAutoSpell,"LK_CONCENTRATION",5,10; autobonus3 "{ bonus2 bAddEle,Ele_All,20; }",1000,10000,"LK_CONCENTRATION"; if (.@r>=11) { bonus2 bAddClass,Class_All,5; bonus2 bAddRace,RC_All,15; } } }
.@r = getrefine();
skill "LK_AURABLADE",5;
bonus bBaseAtk,25;
bonus2 bHPDrainRate,50,8;
bonus2 bHPDrainRate,20,4;
if (.@r>=7) {
bonus bAtkRate,2;
bonus2 bSkillAtk,"KN_BRANDISHSPEAR",30;
if (.@r>=9) {
bonus3 bAutoSpell,"LK_CONCENTRATION",5,10;
autobonus3 "{ bonus2 bAddEle,Ele_All,20; }",1000,10000,"LK_CONCENTRATION";
if (.@r>=11) {
bonus2 bAddClass,Class_All,5;
bonus2 bAddRace,RC_All,15;
}
}
}