Viewing Item

#19125: Cylinder Hairband

Item ID 19125 For Sale No
Identifier Cylinder_Hairband Credit Price Not For Sale
Name Cylinder Hairband Type Armor
NPC Buy 20 Weight 30
NPC Sell 10 Weapon Level 0
Range 0 Defense 12
Slots 1 Refineable Yes
Attack 0 Min Equip Level 90
MATK 0 Max Equip Level None
Description Developed to hold the chemicals when fixing carts. The cylinders are made out of reinforced material but you still have to handle it with care.
_______________________
STR +5
INT +5
_______________________
Decreases Variable Casting Time of Cart Cannon by 100%.
_______________________
Decreases SP Consumption of Cart Cannon by 30.
Decreases SP Consumption of Cart Tornado by 5.
_______________________
Increases damage of Cart Cannon by 10%.
Increases damage of Cart Tornado by 5%.
_______________________
Refine Level +5:
Increases damage of Cart Cannon by 20%.
Increases damage of Cart Tornado by 10%.
_______________________
Refine Level +8:
Increases damage of Cart Cannon by 30%.
Increases damage of Cart Tornado by 20%.
_______________________
Type: Headgear
Defense: 12
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 90
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 bStr,5;

3 bonus

4 bInt,5;

5 bonus2

6 bVariableCastrate,"GN_CARTCANNON",-100;

7 bonus2

8 bSkillUseSP,"GN_CARTCANNON",30;

9 bonus2

10 bSkillUseSP,"GN_CART_TORNADO",5;

11 bonus2

12 bSkillAtk,"GN_CARTCANNON",10;

13 bonus2

14 bSkillAtk,"GN_CART_TORNADO",5;

15 if

16 (getrefine()

17 =5)

18 {

19 bonus2

20 bSkillAtk,"GN_CARTCANNON",20;

21 bonus2

22 bSkillAtk,"GN_CART_TORNADO",10;

23 }

24 if

25 (getrefine()

26 =8)

27 {

28 bonus2

29 bSkillAtk,"GN_CARTCANNON",30;

30 bonus2

31 bSkillAtk,"GN_CART_TORNADO",20;

32 }

Equip Script None
Unequip Script None