Viewing Item (Safety Knuckle) Ragnarok: Project Zero Control Panel
Basic Info
Name | Safety Knuckle[1] |
---|---|
Item ID |
1867
-
Ein_1HKNUCK
|
Type | Weapon - Knuckle |
If [Tiger Fist] is Level 5, ATK + 25
For every 10 Base Level, increases [Tiger Fist] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, HIT + 10, STR + 3
Class: Knuckle Attack: 150
Weight: 90
Weapon Level: 4
Required Level: 100
Usable Jobs: Champion
For every 10 Base Level, increases [Tiger Fist] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, HIT + 10, STR + 3
Class: Knuckle Attack: 150
Weight: 90
Weapon Level: 4
Required Level: 100
Usable Jobs: Champion
Details
Weight | 90 |
---|---|
NPC Buy | 0 z |
NPC Sell | 0 z |
Refineable | Yes |
Equip Locations | Main Hand |
Stats
Range | 1 |
---|---|
Defense | 0 |
Attack | 150 |
Magical Attack | 0 |
Weapon Level | 4 |
Slots | 1 |
Restrictions
Level Range | 100 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Upper |
Job Classes | Monk |
Gender | Any |
Scripts
Use Script |
---|
if (getskilllv(CH_TIGERFIST) >= 5) bonus(bBaseAtk, 25); bonus2(bSkillAtk, CH_TIGERFIST, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bAtkRate, 5); bonus(bAspdRate, 10); } if (getrefine() >= 9){ bonus(bHit, 10); bonus(bStr, 3); } |
Equip Script |
None |
Unequip Script |
None |