Brute Cleaver
| Item ID | 1328 | Name | Brute Cleaver |
|
A one-handed axe owned by the suspicious weapon dealer Brute.
_______________________ Increases Physical Damage against Players by 60%. _______________________ For each Refine Level: Ignores physical defense of all enemies by 5%. _______________________ Refine Level +8: Increases Physical Damage against Players by additional 35%. _______________________ Refine Level +9: Increases Physical Damage against Players by additional 20%. _______________________ Refine Level +9: MaxHP +15% MaxSP +15% _______________________ Indestructible in battle _______________________ This item can only be sold to NPCs and moved to storage. _______________________ Type: One-Handed Axe Attack: 150 Weight: 0 Weapon Level: 4 _______________________ Requirement: Base Level 100 3rd Swordsman classes and 3rd Merchant classes |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Blut_Axe | ||
| Attack | 150 | Type | Weapon - One-Handed Axe | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Swordman, Knight, Blacksmith, Crusader | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bAddRace,RC_Player_Human,60;
bonus2 bAddRace,RC_Player_Doram,60;
bonus2 bIgnoreDefRaceRate,RC_All,5*.@r;
if (.@r>=8) {
bonus2 bAddRace,RC_Player_Human,35;
bonus2 bAddRace,RC_Player_Doram,35;
}
if (.@r>=9) {
bonus2 bAddRace,RC_Player_Human,20;
bonus2 bAddRace,RC_Player_Doram,20;
}
if (.@r>=10) {
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
}
|
||||