Engine Pilebuncker

Item ID 16092 Name Engine Pilebuncker
Pile bunker with an engine attached.
More powerful than other pile bunkers.
_______________________
Indestructible in battle
_______________________
Increases damage of Vulcan Arm by 10%.
_______________________
For each Refine Level:
Increases Attack Speed (decreases After Attack Delay by 1).
_______________________
Refine Level +9:
Increases damage of Arm Cannon and Knuckle Boost by 15%.
_______________________
Refine Level +11:
Increases damage of Vulcan Arm by additional 15%.
_______________________
Type: Mace
Attack: 450
Weight: 320
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Mechanic
Weapon Level 4 Identifier Engine_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 2 Equip Upper Third, Third Upper, Third Baby
Weight 320 Min Equip Level 170
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 bAspdRate,.@r;
bonus2 bSkillAtk,"NC_VULCANARM",10;
if (.@r>=9) {
   bonus2 bSkillAtk,"NC_ARMSCANNON",15;
   bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15;
}
if (.@r>=11)
   bonus2 bSkillAtk,"NC_VULCANARM",15;

Set Script
Howard's Memory
Engine Pilebuncker
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",7*.@r;
bonus2 bSkillAtk,"NC_ARMSCANNON",5*.@r;
Bull Crown
Engine Pilebuncker
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"NC_ARMSCANNON",10*.@r_weapon;