Basic Info

Name 16099 Rubber Hammer[1]
Item ID 16099 - Ein_1HHAMMER
Type Weapon - Mace
16099
Indestructible.
MATK + 160.
If [Meditatio] is Level 10, MATK + 5%.
For every 10 Base Level, Heal Power + 2%.
If +7 or higher, reduces physical/magical damage taken from enemies of all sizes by 5%.
If +9 or higher, Variable Cast Time - 10%, Heal Power + 15%.
Class: Mace Attack: 140
Weight: 80
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Acolyte

Details

Weight 80
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 140
Magical Attack 160
Weapon Level 4
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Upper
Job Classes Acolyte / Priest / Monk
Gender Any

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); if (getskilllv(HP_MEDITATIO) >= 10) bonus(bMatkRate, 5); bonus(bHealPower, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus2(bSubSize, Size_Small, 5); bonus2(bSubSize, Size_Medium, 5); bonus2(bSubSize, Size_Large, 5); } if (getrefine() >= 9){ bonus(bVariableCastrate, -10); bonus(bHealPower, 15); }
Equip Script
None
Unequip Script
None