Illusion Pole Axe
| Item ID | 32005 | Name | Illusion Pole Axe |
|
An axe head mounted on a long pole, this weapon was especially made to break through thick armored plates.
_______________________ STR +3 INT +2 DEX +2 _______________________ Refine Level +9: Decreases Hundred Spears skill cooldown by 1 second. _______________________ Refine Level +13: Decreases Hundred Spears skill cooldown by 1 second. _______________________ When equipped with Illusion Shoes: ATK +40 _______________________ Refine Level of Illusion Pole Axe and Illusion Shoes each is +7 or higher: Increases damage of Hundred Spear by 20%. _______________________ Total Refine Level of entire set at least +18: ATK +10% _______________________ Total Refine Level of entire set at least +22: Increases damage of Hundred Spear by 20%. _______________________ Type: One-Handed Spear Attack: 190 Weight: 150 Weapon Level: 4 _______________________ Requirement: Base Level 120 Rune Knight and Royal Guard |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Pole_Axe_IL | ||
| Attack | 190 | Type | Weapon - One-Handed Spear | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Swordman, Knight, Crusader | ||
| Range | 3 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 150 | Min Equip Level | 120 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bStr,3;
bonus bInt,2;
bonus bDex,2;
if (.@r >= 13) {
.@val = -2000;
} else if (.@r >= 9) {
.@val = -1000;
}
bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",.@val;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bBaseAtk,40;
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
if (.@eq >= 7 && .@weapon >= 7) {
.@val = 20;
}
if ((.@eq + .@weapon) >= 18) {
bonus bAtkRate,10;
if ((.@eq + .@weapon) >= 22) {
.@val += 20;
}
}
if (.@val) {
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",.@val;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); skill "CR_SPEARQUICKEN",5; bonus2 bSkillAtk,"KN_BRANDISHSPEAR",8*(.@r/2); bonus2 bSkillAtk,"LK_SPIRALPIERCE",8*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); skill "CR_SPEARQUICKEN",5; bonus2 bSkillAtk,"LK_SPIRALPIERCE",8*(.@r/2); bonus2 bSkillAtk,"KN_BRANDISHSPEAR",8*(.@r/2); |
Illusion Pole Axe Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 3803 | Ominous Heater | 0.025% | YES | 162 | Brute | Level 0 Neutral | tur_d03_i |
| 3804 | Ominous Turtle General | 5% | YES | 165 | Brute | Level 0 Neutral | tur_d03_i |
| 3803 | Ominous Heater | 0.025% | YES | 162 | Brute | Level 0 Neutral | tur_d04_i |
| 3804 | Ominous Turtle General | 5% | YES | 165 | Brute | Level 0 Neutral | tur_d04_i |