Eremes's Memory

Item ID 29596 Name Eremes's Memory
For each 5 Refine Levels of the total Refine Level of Judgement Slasher +Repent Slasher:
Increases damage of Meteor Assault and Soul Destroyer by 10%
Increases damage of Cross Impact and Counter Slash by 5%.
_______________________
For each 3 Refine Levels of Agudo Filo:
Decreases Dark Claw skill cooldown by 3 seconds.
Increases Attack Speed (decreases After Attack Delay b 2%).
_______________________
For each 3 Refine Levels of Reaper Cross:
Increases damage of Rolling Cutter by 7%.
Increases damage of Cross Ripper Slasher by 5%.
Weapon Level 0 Identifier Eremes_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
Eremes's Memory
Ripper Cross
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",7*.@r;
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",5*.@r;
Eremes's Memory
Agudo Filo
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillCooldown,"GC_DARKCROW",-3000*.@r;
bonus bAspd,2*.@r;
Eremes's Memory
Judgement Slasher
Repent Slasher
.@a = (getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HAND_L))/5;
bonus2 bSkillAtk,"ASC_BREAKER",10*.@a;
bonus2 bSkillAtk,"ASC_METEORASSAULT",10*.@a;
bonus2 bSkillAtk,"GC_CROSSIMPACT",5*.@a;
bonus2 bSkillAtk,"GC_COUNTERSLASH",5*.@a;
Eremes's Memory
Zodiac Boots (Thief)
bonus2 bSkillCooldown,"ASC_BREAKER",-100;
bonus bCritical,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Eremes's Memory
[Not For Sale] Zodiac Boots (Thief)
bonus2 bSkillCooldown,"ASC_BREAKER",-100;
bonus bCritical,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Eremes's Memory
Twin Crown
Zodiac Boots (Thief)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus bDelayrate,-10;
   bonus2 bSkillAtk,"ASC_BREAKER",20;
   if (.@sum >= 35) {
       bonus bNoSizeFix;
   }
}
Eremes's Memory
Twin Crown
[Not For Sale] Zodiac Boots (Thief)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus bDelayrate,-10;
   bonus2 bSkillAtk,"ASC_BREAKER",20;
   if (.@sum >= 35) {
       bonus bNoSizeFix;
   }
}
Eremes's Memory
[Event] Eremes's Memory
Biolab Cape (Melee)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bCritical,7*.@r;
bonus bDelayrate,-3*.@r;
bonus2 bSkillAtk,"GC_CROSSIMPACT",5*.@r;
bonus2 bSkillAtk,"ASC_BREAKER",5*.@r;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",5*.@r;
Eremes's Memory
[Event] Eremes's Memory
Biolab Cape (Magic)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bCritical,7*.@r;
bonus bDelayrate,-3*.@r;
bonus2 bSkillAtk,"GC_CROSSIMPACT",5*.@r;
bonus2 bSkillAtk,"ASC_BREAKER",5*.@r;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",5*.@r;
Eremes's Memory
[Event] Eremes's Memory
Biolab Cape (Range)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bCritical,7*.@r;
bonus bDelayrate,-3*.@r;
bonus2 bSkillAtk,"GC_CROSSIMPACT",5*.@r;
bonus2 bSkillAtk,"ASC_BREAKER",5*.@r;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",5*.@r;