Viewing Item

#21019: Onimaru

Item ID 21019 For Sale No
Identifier Onimaru Credit Price Not For Sale
Name Onimaru Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 420
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 75 Min Equip Level 130
MATK 0 Max Equip Level None
Description One of five famous swords in eastern country.
Its sharpness and handling increases the force of its user.
_______________________
Every 1 STR Increases ATK by 1, however it's limited up to 120 stat point.
_______________________
Base STR at least 95:
ATK +40
_______________________
Base STR at least 108:
ATK +80
_______________________
Base STR at least 120:
ATK +120
_______________________
Refine Level +7:
Random chance to inflict Curse status on the targets within 11x11 cells when dealing physical damage
_______________________
Refine Level +9:
Random chance to auto-cast Level 5 Maximum Power Thrust When using Berserk skill.
When Maximum Power Thrust is activated, it will consume 5,000 zeny.
_______________________
Type: Two-Handed Sword
Attack: 75
Weight: 420
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Rune Knight
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Knight
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@bStr

2 =

3 readparam(bStr);

4 .@r

5 =

6 getrefine();

7 bonus

8 bBaseAtk,(min(120,.@bStr));

9 if

10 (.@bStr

11 119)

12 bonus

13 bBaseAtk,160;

14 else

15 if

16 (.@bStr

17 107)

18 bonus

19 bBaseAtk,80;

20 else

21 if

22 (.@bStr

23 94)

24 bonus

25 bBaseAtk,40;

26 if

27 (.@r

28 6)

29 bonus

30 bUnbreakableWeapon;

31 bonus4

32 bAutoSpell,"NPC_WIDECURSE",4,100,0;

33 if

34 (.@r

35 8)

36 bonus4

37 bAutoSpellOnSkill,"LK_BERSERK","BS_OVERTHRUST",5,100;

Equip Script None
Unequip Script None