Basic Info

Name 21019 Onimaru[2]
Item ID 21019 - Onimaru
Type Weapon - Two-Handed Sword
21019
One of five famous Sword in the world.
It sharpness and handling increase the force of it user.
Every 1 STR increase ATK +1, however it's limited up to level 120.
When base STR is 95 or higher, add ATK +40.
When base STR is 108 or higher, add ATK +80.
When base STR is 120 or higher, add ATK +120.
Refined to +7 or more, has chance when attacking to curse enemies in 11x11 cells.
Refined to +9 or more, Enables use of Level 1 Berserk.
When level 5 Maximum Power Thrust is activated, consumpt 5000 zeny.
Class: Two-Handed Sword
Attack: 75
Weight: 420
Weapon Level: 4
Level Requirement: 130
Jobs: Rune Knight

Details

Weight 420
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 75
Magical Attack 0
Weapon Level 4
Slots 2

Restrictions

Level Range 130 +
Usage None
Trade None
Job Class Types None
Job Classes Knight
Gender Any

Scripts

Use Script
bonus bAtk,min(readparam(bStr),120); if(readparam(bStr)>=95) { bonus bAtk,40; } if(readparam(bStr)>=108) { bonus bAtk,40; } if(readparam(bStr)>=120) { bonus bAtk,40; } if(getrefine()>=7) { bonus3 bAutoSpell,NPC_WIDECURSE,5,10; } /* Custom - JRO */ if(getrefine()>=9) { skill LK_BERSERK,1; }
Equip Script
None
Unequip Script
None