[Not For Sale] Avenger
| Item ID | 1350 | Name | [Not For Sale] Avenger |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Comp_Avenger | ||
| Attack | 270 | 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 | 600 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bUnbreakableWeapon; .@r = getrefine(); bonus bBaseAtk,(.@r/2)*10; bonus2 bSkillAtk,"NC_AXETORNADO",(.@r/3)*10; if (.@r>=9) bonus2 bSkillAtk,"NC_AXEBOOMERANG",40; if (.@r>=11) bonus2 bAddSize,Size_All,15; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
autobonus "{ bonus bStr,20; bonus bAtkRate,15; }",30,7000;
|
||||
|
autobonus "{ bonus bStr,20; bonus bAtkRate,15; }",30,7000;
|
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
if (.@r>=11) {
bonus bDelayrate,-15;
bonus2 bSubSize,Size_All,10;
bonus2 bSkillCooldown,"NC_AXETORNADO",-650;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
if (.@r>=11) {
bonus bDelayrate,-15;
bonus2 bSubSize,Size_All,10;
bonus2 bSkillCooldown,"NC_AXETORNADO",-650;
}
|