Arcanite Hammer
| Item ID | 1340 | Name | Arcanite Hammer |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Arcanite_Hammer_EXE | ||
| Attack | 110 | Type | Weapon - Mace | ||
| MATK | 120 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Super novice, Priest | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 120 | Min Equip Level | 70 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bInt,3;
if (.@r>=5) {
bonus bMatkRate,2;
bonus bAspd,1;
}
if (.@r>=7) {
bonus bMatk,10;
bonus3 bAutoSpell,"AL_HOLYLIGHT",1,100;
bonus2 bSkillAtk,"AL_HOLYLIGHT",10;
}
if (.@r>=9) {
bonus bMatk,20;
bonus3 bAutoSpell,"BS_ADRENALINE",1,70;
bonus2 bSkillAtk,"AL_HOLYLIGHT",20;
}
if (.@r>=10) {
bonus bMatkRate,3;
bonus bMaxHP,500;
bonus2 bMagicAtkEle,Ele_Holy,4;
}
if (.@r>=12) {
bonus bDelayrate,-5;
bonus2 bMagicAtkEle,Ele_Holy,6;
}
|
||||