Gertie's Memory

Item ID 29603 Name Gertie's Memory
For each 3 Refine Levels of Jack the Knife:
Increases damage of Back Stab by 10%.
Increases damage of Fatal Menace by 5%.
_______________________
For each 3 Refine Levels of Platinum Dagger:
Increases Fire, Water, Magical Damage with Wind and Earth element by 5%.
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
For each 3 Refine Levels of Rapid Fire:
Increases damage of Triangle Shot by 7%.
Increases Ranged Physical Damage by 2%.
Weapon Level 0 Identifier Gertie_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
Gertie's Memory
Rapid Fire
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",7*.@r;
bonus bLongAtkRate,2*.@r;
Gertie's Memory
Jack The Knife
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"RG_BACKSTAP",10*.@r;
bonus2 bSkillAtk,"SC_FATALMENACE",5*.@r;
Gertie's Memory
Platinum Dagger
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bMagicAtkEle,Ele_Fire,5*.@r;
bonus2 bMagicAtkEle,Ele_Wind,5*.@r;
bonus2 bMagicAtkEle,Ele_Water,5*.@r;
bonus2 bMagicAtkEle,Ele_Earth,5*.@r;
Gertie's Memory
Zodiac Boots (Thief)
bonus bDelayrate,-15;
bonus bLongAtkRate,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Gertie's Memory
[Not For Sale] Zodiac Boots (Thief)
bonus bDelayrate,-15;
bonus bLongAtkRate,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Gertie's Memory
Goat Crown
Zodiac Boots (Thief)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   skill "WM_SEVERE_RAINSTORM",5;
   bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-6000;
   bonus2 bSkillCooldown,"SC_FEINTBOMB",-1800;
   autobonus "{ bonus bDex,200; }",30,10000,BF_WEAPON;
   if (.@sum >= 35) {
       bonus2 bIgnoreDefRaceRate,RC_All,40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Gertie's Memory
Goat Crown
[Not For Sale] Zodiac Boots (Thief)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   skill "WM_SEVERE_RAINSTORM",5;
   bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-6000;
   bonus2 bSkillCooldown,"SC_FEINTBOMB",-1800;
   autobonus "{ bonus bDex,200; }",30,10000,BF_WEAPON;
   if (.@sum >= 35) {
       bonus2 bIgnoreDefRaceRate,RC_All,40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Gertie's Memory
[Event] Flamel's Memory
Biolab Cape (Melee)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",5,10+(60*.@r);
bonus2 bMagicAtkEle,Ele_Neutral,5*.@r;
bonus2 bSkillAtk,"SC_FATALMENACE",5*.@r;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",5*.@r;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",5*.@r;
Gertie's Memory
[Event] Flamel's Memory
Biolab Cape (Magic)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",5,10+(60*.@r);
bonus2 bMagicAtkEle,Ele_Neutral,5*.@r;
bonus2 bSkillAtk,"SC_FATALMENACE",5*.@r;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",5*.@r;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",5*.@r;
Gertie's Memory
[Event] Flamel's Memory
Biolab Cape (Range)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",5,10+(60*.@r);
bonus2 bMagicAtkEle,Ele_Neutral,5*.@r;
bonus2 bSkillAtk,"SC_FATALMENACE",5*.@r;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",5*.@r;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",5*.@r;