Opened Illusion War Axe
| Item ID | 520033 | Name | Opened Illusion War Axe |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | aegis_520033 | ||
| Attack | 255 | Type | Weapon - One-Handed Axe | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Blacksmith | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 150 | Min Equip Level | 150 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bUnbreakableWeapon; bonus bLuk,3; bonus bHit,3*(.@r/2); bonus bCritical,3*(.@r/2); if (BaseLevel>=150) bonus bBaseAtk,(min(BaseLevel,170)*3); if (.@r>=7) bonus bAspdRate,5; if (.@r>=9) bonus bAtkRate,5; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,30;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"WS_CARTTERMINATION",20;
bonus bCritAtkRate,20;
if (.@r>=18) {
bonus bBaseAtk,15;
bonus2 bAddSize,Size_All,5;
}
if (.@r>=21) {
bonus2 bSkillAtk,"WS_CARTTERMINATION",10;
bonus bCritAtkRate,10;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,30;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"WS_CARTTERMINATION",20;
bonus bCritAtkRate,20;
if (.@r>=18) {
bonus bBaseAtk,15;
bonus2 bAddSize,Size_All,5;
}
if (.@r>=21) {
bonus2 bSkillAtk,"WS_CARTTERMINATION",10;
bonus bCritAtkRate,10;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,30;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"WS_CARTTERMINATION",20;
bonus bCritAtkRate,20;
if (.@r>=18) {
bonus bBaseAtk,15;
bonus2 bAddSize,Size_All,5;
}
if (.@r>=21) {
bonus2 bSkillAtk,"WS_CARTTERMINATION",10;
bonus bCritAtkRate,10;
}
|