ID #16092
Weapon
Engine Pilebuncker [2]
Buy Price: N/A
Sell Price: N/A
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
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
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
3200
Range
1
Job Requirements
Blacksmith
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
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;
.@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;