Viewing Item

#560030: Precision Fist

Item ID 560030 For Sale No
Identifier Precision_Fist Credit Price Not For Sale
Name Precision Fist Type Weapon - Knuckle
NPC Buy 0 Weight 140
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 230 Min Equip Level 220
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Monk
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus2 bSkillAtk,"IQ_SECOND_FAITH",7*(.@r/2);

4 bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",7*(.@r/2);

5 bonus bShortAtkRate,4*(.@r/4);

6 if (.@g >= ENCHANTGRADE_D) {

7 bonus bPow,2;

8 if (.@g >= ENCHANTGRADE_C) {

9 bonus2 bSkillAtk,"IQ_SECOND_FAITH",10;

10 bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",10;

11 if (.@g >= ENCHANTGRADE_B) {

12 bonus bPAtk,2;

13 }

14 }

15 }

Equip Script None
Unequip Script None