Pile Bunker
| Item ID | 1549 | Name | Pile Bunker |
|
A huge iron skewer pops up and stabs out and retracts after attacking with this weapon.
_______________________ Type: Mace Attack: 450 Weight: 300 Weapon Level: 3 _______________________ Requirement: Base Level 99 Mechanic |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Pilebuncker | ||
| Attack | 450 | Type | Weapon - Mace | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Blacksmith | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 350 | Min Equip Level | 99 | ||
| NPC Buy | 10,000 | Max Equip Level | None | ||
| NPC Sell | 5,000 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None |
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
if (.@r >= 7) {
.@aspd += 10;
.@bonus1 += 30;
.@bonus2 += 50;
if (.@r >= 9) {
.@aspd += 10;
.@bonus1 += 30;
.@bonus2 += 50;
if (.@r >= 10) {
bonus2 bSkillCooldown,"NC_PILEBUNKER",-1000;
}
}
bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",.@bonus1;
bonus2 bSkillAtk,"NC_VULCANARM",.@bonus2;
bonus bAspdRate,.@aspd;
}
|