Viewing Item

#310137: Automatic Orb(Crazy Mandragora)

Item ID 310137 For Sale No
Identifier Automatic_Orb56 Credit Price Not For Sale
Name Automatic Orb(Crazy Mandragora) Type Card - Enchant
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description Increases damage of Crazy Weed by 15%.
Decreases Howling of Mandragora skill cooldown by 0.3 seconds.
_______________________
Refine Level +9:
Increases damage of Crazy Weed by additional 3%.
Decreases Howling of Mandragora skill cooldown by additional 0.3 seconds.
_______________________
Refine Level +11:
Increases damage of Crazy Weed by additional 7%.
Decreases Howling of Mandragora skill cooldown by additional 0.4 seconds.
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus2

5 bSkillCooldown,"GN_MANDRAGORA",-300;

6 bonus2

7 bSkillAtk,"GN_CRAZYWEED_ATK",15;

8 if

9 (.@r

10 =9)

11 {

12 bonus2

13 bSkillCooldown,"GN_MANDRAGORA",-300;

14 bonus2

15 bSkillAtk,"GN_CRAZYWEED_ATK",3;

16 if

17 (.@r

18 =11)

19 {

20 bonus2

21 bSkillCooldown,"GN_MANDRAGORA",-400;

22 bonus2

23 bSkillAtk,"GN_CRAZYWEED_ATK",7;

24 }

25 }

Equip Script None
Unequip Script None