ID #28138
Weapon
Maxi Spanner [2]
Buy Price: N/A
Sell Price: N/A
A large, large spanner, which looks more like an axe with daunting size.
_______________________
Indestructible in battle
_______________________
Decreases Physical and Magical Damage taken from Small and Medium size by 10%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Decreases Axe Tornado and Magma Eruption skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases damage of Axe Tornado by 15%.
_______________________
Type: Two-Handed Axe
Attack: 340
Weight: 450
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Mechanic
_______________________
Indestructible in battle
_______________________
Decreases Physical and Magical Damage taken from Small and Medium size by 10%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Decreases Axe Tornado and Magma Eruption skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases damage of Axe Tornado by 15%.
_______________________
Type: Two-Handed Axe
Attack: 340
Weight: 450
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Mechanic
Available from boxes
Basic Information
Type
Weapon
Weight
4500
Range
1
Job Requirements
Blacksmith
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bBaseAtk,4*.@r; bonus bUnbreakableWeapon; bonus2 bSubSize,Size_Small,10; bonus2 bSubSize,Size_Medium,10; if (.@r>=9) { bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; bonus2 bSkillCooldown,"NC_MAGMA_ERUPTION",-1000; } if (.@r>=11) bonus2 bSkillAtk,"NC_AXETORNADO",15;
.@r = getrefine();
bonus bBaseAtk,4*.@r;
bonus bUnbreakableWeapon;
bonus2 bSubSize,Size_Small,10;
bonus2 bSubSize,Size_Medium,10;
if (.@r>=9) {
bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
bonus2 bSkillCooldown,"NC_MAGMA_ERUPTION",-1000;
}
if (.@r>=11)
bonus2 bSkillAtk,"NC_AXETORNADO",15;