Flamel's Memory

Item ID 29602 Name Flamel's Memory
For each 3 Refine Levels of Estal:
Increases damage of Spore Explosion by 7%.
Decreases Spore Explosion skill cooldown by 0.2 seconds.
_______________________
For each 3 Refine Levels of Coolant Injection:
Increases damage of Cart Cannon by 7%.
Increases Ranged Physical Damage by 2%.
_______________________
For each 3 Refine Levels of Gene Rod:
Increases damage of Crazy Weed 7%.
Decreases Crazy Weed skill cooldown by 0.2 seconds.
Weapon Level 0 Identifier Flamel_Memory
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None

Set Script
Flamel's Memory
Coolant Injection
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"GN_CARTCANNON",7*.@r;
bonus bLongAtkRate,2*.@r;
Flamel's Memory
Gene Rod
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",7*.@r;
bonus2 bSkillCooldown,"GN_CRAZYWEED",-200*.@r;
Flamel's Memory
Estal
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",7*.@r;
bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-200*.@r;
Flamel's Memory
Zodiac Boots (Merchant)
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"GN_CARTCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Flamel's Memory
[Not For Sale] Zodiac Boots (Merchant)
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"GN_CARTCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Flamel's Memory
Taurus Diadem
Zodiac Boots (Merchant)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33)
   bonus bLongAtkRate,30;
if (.@sum >= 35)
   bonus2 bVariableCastrate,"GN_CARTCANNON",-100;
Flamel's Memory
Taurus Diadem
[Not For Sale] Zodiac Boots (Merchant)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33)
   bonus bLongAtkRate,30;
if (.@sum >= 35)
   bonus2 bVariableCastrate,"GN_CARTCANNON",-100;
Flamel's Memory
[Event] Flamel's Memory
Biolab Cape (Melee)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-10*.@r;
bonus bLongAtkRate,5*.@r;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",5*.@r;
bonus2 bSkillAtk,"GN_CARTCANNON",5*.@r;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",5*.@r;
Flamel's Memory
[Event] Flamel's Memory
Biolab Cape (Magic)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-10*.@r;
bonus bLongAtkRate,5*.@r;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",5*.@r;
bonus2 bSkillAtk,"GN_CARTCANNON",5*.@r;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",5*.@r;
Flamel's Memory
[Event] Flamel's Memory
Biolab Cape (Range)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-10*.@r;
bonus bLongAtkRate,5*.@r;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",5*.@r;
bonus2 bSkillAtk,"GN_CARTCANNON",5*.@r;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",5*.@r;