Basic Info

Name 1859 Lesser Guild Fist
Item ID 1859 - Lesser_Guild_Fist
Type Weapon - Knuckle
1859
"¡Ø PvP & WoE-area bonuses only"
+25% increase in physical damage against Players.
Ignores 5% of Player DEF.
Per +1 refine, +1% additional increase in physical damage against Players.
If +7 or higher, ignores additional 5% of Player DEF.
If +9 or higher, +15% additional increase in physical damage against Players.
If +10 or higher, [Asura Strike] fixed casting -30%. For 20 seconds after using [Explosion Spirits] ATK +30, with additional ATK increase per weapon refine.
_
Class : Knuckle Attack : 40
Weight : 30
Weapon Level : 3
Required Level : 70
Jobs : Monk and Priest

Details

Weight 30
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 40
Magical Attack 0
Weapon Level 3
Slots 0

Restrictions

Level Range 70 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Priest / Monk
Gender Any

Scripts

Use Script
bonus2(bAddRace, RC_Player, 25 + getrefine()); bonus2(bIgnoreDefRate, RC_Player, 5); if (getrefine() >= 7) bonus2(bIgnoreDefRate, RC_Player, 5); if (getrefine() >= 9) bonus2(bAddRace, RC_Player, 15); if (getrefine() >= 10) { bonus2(bFixedCastrate, MO_EXTREMITYFIST, -30); autobonus3("{ bonus(bBaseAtk, 30 + getrefine()); }", 1000, 20000, MO_EXPLOSIONSPIRITS); }
Equip Script
None
Unequip Script
None