Knight's Helm
| Item ID | 400619 | Name | Knight's Helm |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Khalitz_Helm_BR | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 3 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bBaseAtk,50;
if (.@r>=7) {
bonus3 bAutoSpell,"LK_CONCENTRATION",5,70;
if (.@r>=9) {
bonus bWeaponAtkRate,5;
bonus bAtkRate,15;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
skill "LK_AURABLADE",5;
bonus2 bHPDrainRate,50,8;
bonus2 bHPDrainRate,20,4;
autobonus3 "{ bonus2 bAddEle,Ele_All,30; }",1000,30000,"LK_CONCENTRATION";
|