Catherine's Memory

Item ID 29598 Name Catherine's Memory
For each 3 Refine Levels of Crimson Rose Stick:
Increases damage of Hell Inferno by 7%.
Increases damage of Crimson Rock by 5%.
_______________________
For each 3 Refine Levels of Staff of Miracle:
Increases damage of Soul Strike by 10%.
Increases damage of Napalm Vulcan 5%.
_______________________
For each 3 Refine Levels of Gravitation Staff:
Increases damage of Gravitational Field by 10%.
Increases damage of Drain Life by 5%.
Weapon Level 0 Identifier Katrinn_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
Catherine's Memory
Staff of Miracle
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"MG_SOULSTRIKE",10*.@r;
bonus2 bSkillAtk,"HW_NAPALMVULCAN",10*.@r;
bonus2 bSkillAtk,"WL_SOULEXPANSION",5*.@r;
Catherine's Memory
Gravitation Staff
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"HW_GRAVITATION",10*.@r;
bonus2 bSkillAtk,"WL_DRAINLIFE",5*.@r;
Catherine's Memory
Crimson Rose Stick
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"WL_HELLINFERNO",7*.@r;
bonus2 bSkillAtk,"WL_CRIMSONROCK",5*.@r;
Catherine's Memory
Zodiac Boots (Mage)
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"WL_CRIMSONROCK",-3000;
bonus2 bMagicAtkEle,Ele_Fire,15*(.@r/4);
bonus bVariableCastrate,-10*(.@r/4);
Catherine's Memory
[Not For Sale] Zodiac Boots (Mage)
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"WL_CRIMSONROCK",-3000;
bonus2 bMagicAtkEle,Ele_Fire,15*(.@r/4);
bonus bVariableCastrate,-10*(.@r/4);
Catherine's Memory
Jade Crown
Zodiac Boots (Mage)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus2 bMagicAddRace,RC_All,20;
   autobonus "{ bonus bMatkRate,30; }",30,10000,BF_MAGIC;
   if (.@sum >= 35) {
       bonus2 bIgnoreMdefRaceRate,RC_All,40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
   }
}
Catherine's Memory
Jade Crown
[Not For Sale] Zodiac Boots (Mage)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus2 bMagicAddRace,RC_All,20;
   autobonus "{ bonus bMatkRate,30; }",30,10000,BF_MAGIC;
   if (.@sum >= 35) {
       bonus2 bIgnoreMdefRaceRate,RC_All,40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
   }
}
Catherine's Memory
[Event] Kathryne's Memory
Biolab Cape (Melee)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-5*.@r;
bonus bDelayrate,-3*.@r;
bonus2 bSkillAtk,"WL_CRIMSONROCK",5*.@r;
bonus2 bSkillAtk,"WL_SOULEXPANSION",5*.@r;
bonus2 bSkillAtk,"WL_COMET",5*.@r;
Catherine's Memory
[Event] Kathryne's Memory
Biolab Cape (Magic)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-5*.@r;
bonus bDelayrate,-3*.@r;
bonus2 bSkillAtk,"WL_CRIMSONROCK",5*.@r;
bonus2 bSkillAtk,"WL_SOULEXPANSION",5*.@r;
bonus2 bSkillAtk,"WL_COMET",5*.@r;
Catherine's Memory
[Event] Kathryne's Memory
Biolab Cape (Range)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-5*.@r;
bonus bDelayrate,-3*.@r;
bonus2 bSkillAtk,"WL_CRIMSONROCK",5*.@r;
bonus2 bSkillAtk,"WL_SOULEXPANSION",5*.@r;
bonus2 bSkillAtk,"WL_COMET",5*.@r;