Item Details

Precision Fist [2] ( Precision_Fist )

ID 560030 Precision Fist [2]
Precision Fist [2] Buy Price: zeny Sell Price: 0 zeny Weight: 140 Slots: 2
Type: Weapon item. Sub Type: Knuckle Gender: Both Locations: Weapon
Attack: 230 Magic Attack: Not specified Range: 1 Defense: Not specified
Weapon Level: 5 Armor Level: Not specified Min. Equip Level: 220 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Fourth classes.

A Knuckle elaborately improved using clock tower parts.
The operation method has changed significantly from the existing Scrap Fist.
------------------------
Increases Second Judge and Second Faith damage by 7% per 2 refine rate.

Increases Third Consecration and Third Punish damage by 8% per 3 refine rate.

Increases melee physical damage by 4% per 4 refine rate.
------------------------
[Bonus By Grade]

[Grade D] POW + 2.
[Grade C] Increases Second Judge and Second Faith damage by additional 10%.
[Grade B] P.ATK +2.
------------------------
Class: Knuckle
Attack: 230
Weight: 140
Weapon Lv: 5
Required Lv: 220
Class: Inquisitor

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bSkillAtk,"IQ_SECOND_FAITH",7*(.@r/2);
bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",7*(.@r/2);
bonus2 bSkillAtk,"IQ_THIRD_PUNISH",8*(.@r/3);
bonus2 bSkillAtk,"IQ_THIRD_CONSECRATION",8*(.@r/3);
bonus bShortAtkRate,4*(.@r/4);
if (.@g >= ENCHANTGRADE_D) {
   bonus bPow,2;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"IQ_SECOND_FAITH",10;
      bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",10;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPAtk,2;
      }
   }
}
Not specified
Not specified

Not specified