Viewing Item

#30180: Red Driver's Band Kaho

Item ID 30180 For Sale No
Identifier R_Driver_Band_Kaho Credit Price Not For Sale
Name Red Driver's Band Kaho Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 30
Slots 4 Refineable Yes
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description A special hairband which is designed to use the most frequently used tools.
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
Refine Level +5:
Increase the skill damage of Power Swing by 10%
_______________________
Refine Level +7:
Random Chance to automatically cast level 5 Imposito Manus to your self when receiving physical damage.
_______________________
Refine Level +9:
Increase the skill damage of Axe Tornado by 10%
_______________________
Refine Level +10:
Add MaxHP +10%, ATK +5% and MATK +5%
_______________________
Type: Headgear
Defense: 30
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bMdef,10;

3 bonus

4 bStr,5;

5 bonus

6 bAgi,10;

7 bonus

8 bVit,10;

9 bonus

10 bInt,5;

11 bonus

12 bLuk,20;

13 .@r

14 =

15 getrefine();

16 if(.@r

17 4)

18 {

19 bonus2

20 bSkillAtk,"NC_POWERSWING",10;

21 }

22 if(.@r

23 6)

24 {

25 bonus3

26 bAutoSpellWhenHit,"PR_IMPOSITIO",5,50;

27 }

28 if(.@r

29 8)

30 {

31 bonus2

32 bSkillAtk,"NC_AXETORNADO",10;

33 }

34 if(.@r

35 9)

36 {

37 bonus

38 bMaxHPrate,10;

39 bonus

40 bAtkRate,5;

41 bonus

42 bMatkRate,5;

43 }

Equip Script None
Unequip Script None