Veteran Hammer [2]
ID: 1548
Type |
Weapon |
Subtype |
Mace |
Attack |
160 |
Defense |
0 |
Weight |
180.0 |
Weapon Level |
3 |
Buy |
10,000z |
Sell |
5,000z |
Required Level |
80 |
Slots |
2 |
Applicable Jobs:
job_acolyte,
job_monk,
job_priest
Description:
A hard hammer made out of the pieces of a meteorite from space.
Ancient clerics said it to be blessed by the Gods.
Heal amount increases by 1% for every 1 level of 'Divine Protection' learned.
Critical +2% for every level of 'Mace Mastery'.
Int +1, Luk +1
Class: Mace
Attack: 160
Weight: 180
Weapon Level: 3
Level Requirement: 80
Jobs: Acolyte
Item Script:
bonus bHealPower,getskilllv('AL_DP');
bonus bCritical,getskilllv('PR_MACEMASTERY')*2;
bonus bInt,1;
bonus bLuk,1;