Viewing Item

#13346: Grinder Huuma Shuriken

Item ID 13346 For Sale No
Identifier Ein_BHHuuma Credit Price Not For Sale
Name Grinder Huuma Shuriken Type Weapon - Fuuma Shuriken
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 280 Min Equip Level 170
MATK 0 Max Equip Level None
Description Saw blades used in the Einbech mine.
Because of it's portability and cutting power, it is often used for other purposes.
_______________________
ATK +15%
Increases damage of Swirling Petal by 15%.
_______________________
Indestructible in battle
_______________________
Refine Level +7:
ATK +60
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases damage of Swirling Petal by additional 20%.
Physical attacks have the chance to increase physical damage against all size enemies by 20% for 10 seconds.
_______________________
Refine Level +11:
Decreases Swirling Petal skill cooldown by 1 second.
Decreases After Skill Delay by 20%.
_______________________
Type: Huuma Shuriken
Attack: 280
Weight: 18
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Ninja
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Ninja / Kagerou / Oboro
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bAtkRate,15;

6 bonus

7 bUnbreakableWeapon;

8 bonus2

9 bSkillAtk,"KO_HUUMARANKA",15;

10 if

11 (.@r

12 =7)

13 {

14 bonus

15 bVariableCastrate,-15;

16 bonus

17 bBaseAtk,60;

18 }

19 if

20 (.@r

21 =9)

22 {

23 bonus2

24 bSkillAtk,"KO_HUUMARANKA",20;

25 autobonus

26 "{

27 bonus2

28 bAddSize,Size_All,20;

29 }",1,10000,BF_WEAPON;

30 }

31 if

32 (.@r

33 =11)

34 {

35 bonus

36 bDelayrate,-20;

37 bonus2

38 bSkillCooldown,"KO_HUUMARANKA",-1000;

39 }

Equip Script None
Unequip Script None