Thunder Hammer
| Item ID | 16049 | Name | Thunder Hammer |
|
Hammer imbued with the power of lightning.
It is said that the original performance can be demonstrated by regaining the power of the gale. _______________________ Refine Level +7: Increases Physical Damage against enemies of Fish race by 10%. Increases Physical Damage against enemies of Water element by 10%. _______________________ Refine Level +9: Increases Physical Damage against enemies of Fish race by additional 15%. Increases Physical Damage against enemies of Water element by additional 15%. _______________________ Type: Mace Attack: 130 Weight: 200 Weapon Level: 3 _______________________ Requirement: Base Level 50 Novice, Swordsman, Merchant and Acolyte |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Mace_of_Trust | ||
| Attack | 130 | Type | Weapon - Mace | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Novice, Super novice, Swordman, Acolyte, Merchant, Knight, Priest, Blacksmith, Crusader, Monk, Alchemist | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 3 | Equip Upper | None | ||
| Weight | 200 | Min Equip Level | 50 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAtkEle,Ele_Wind;
bonus bUnbreakableWeapon;
if (.@r>=7) {
.@val = 10;
if (.@r>=9)
.@val += 15;
bonus2 bAddEle,Ele_Water,.@val;
bonus2 bAddRace,RC_Fish,.@val;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddRace,RC_Fish,20; bonus2 bAddEle,Ele_Water,20; bonus2 bMagicAddRace,RC_Fish,20; bonus2 bMagicAddEle,Ele_Water,20; |