Maxi Spanner
| Item ID | 28138 | Name | Maxi Spanner |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Maxi_Spanner | ||
| Attack | 340 | Type | Weapon - Two-Handed Axe | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Blacksmith | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 450 | 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 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;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r= getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"NC_AXETORNADO",7*.@r; bonus2 bSubSize,Size_All,5*.@r; |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bAddSize,Size_All,10; bonus2 bSkillAtk,"NC_AXETORNADO",10*.@r_weapon; |