Gene Rod

Item ID 16094 Name Gene Rod
A rod decorated with crystals called the essence of genetics.
_______________________
Indestructible in battle
_______________________
Increases damage of Crazy Weed by 20%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Crazy Weed by additional 30%.
_______________________
Refine Level +11:
Decreases Crazy Weed skill cooldown by 2 seconds.
_______________________
Type: Mace
Attack: 195
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Genetic
Weapon Level 4 Identifier Gene_Rod
Attack 195 Type Weapon - Mace
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 140 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,4*.@r;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20;
if (.@r>=9)
   bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",30;
if (.@r>=11)
   bonus2 bSkillCooldown,"GN_CRAZYWEED",-2000;

Set Script
Flamel's Memory
Gene Rod
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",7*.@r;
bonus2 bSkillCooldown,"GN_CRAZYWEED",-200*.@r;
Taurus Diadem
Gene Rod
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",10*.@r_weapon;
Gene Rod
Phantom Boots
.@r = getequiprefinerycnt(EQI_SHOES);
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus2 bAddRace,RC_All,15;
bonus2 bSkillAtk,"GN_HELLS_PLANT",3*.@r;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",3*.@r;
if (.@sum>=18) {
   bonus2 bVariableCastrate,"GN_CRAZYWEED",-100;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"GN_CRAZYWEED",-1000;
   }
}
Gene Rod
Phantom Boots
.@r = getequiprefinerycnt(EQI_SHOES);
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus2 bAddRace,RC_All,15;
bonus2 bSkillAtk,"GN_HELLS_PLANT",3*.@r;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",3*.@r;
if (.@sum>=18) {
   bonus2 bVariableCastrate,"GN_CRAZYWEED",-100;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"GN_CRAZYWEED",-1000;
   }
}