Viewing Item

#610009: Patent Blade Katar

Item ID 610009 For Sale No
Identifier Up_Blade_Katar Credit Price Not For Sale
Name Patent Blade Katar Type Weapon - Katar
NPC Buy 0 Weight 140
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 275 Min Equip Level 150
MATK 0 Max Equip Level None
Description Katar with sharp blades.
He recovered his former glory and began to display his natural abilities.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 4%).
_______________________
Refine Level +7:
Increases damage of Rolling Cutter and Cross Ripper Slasher by 25%.
_______________________
Refine Level +9:
Decreases After Skill Delay by 12%.
_______________________
Refine Level +11:
Increases melee and long Ranged Physical Damage by 10%.
_______________________
When equipped with Great Hero's Boots:
STR +10, ATK +7%.
_______________________
Type: Katar
Attack: 275
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Guillotine Cross
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Assassin
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bBaseAtk,.@r/2*15;

6 bonus

7 bAspdRate,(.@r*2/3);

8 if

9 (.@r

10 =7)

11 {

12 bonus2

13 bSkillAtk,"GC_ROLLINGCUTTER",25;

14 bonus2

15 bSkillAtk,"GC_CROSSRIPPERSLASHER",25;

16 }

17 if

18 (.@r

19 =9)

20 {

21 bonus

22 bDelayrate,-12;

23 }

24 if

25 (.@r

26 =11)

27 {

28 bonus

29 bShortAtkRate,10;

30 bonus

31 bLongAtkRate,10;

32 }

Equip Script None
Unequip Script None