Seyren's Memory

Item ID 29594 Name Seyren's Memory
For each 3 Refine Levels of Volar:
Increases damage of Bowling Bash by 10%.
Increases damage of Ignition Break by 5%.
_______________________
For each 3 Refine Levels of Vernan:
Increases damage of Spiral Pierce by 10%.
Increases damage of Sonic Wave by 5%.
_______________________
For each 3 Refine Levels of Argen Blanco:
Increases damage of Brandish Spear by 10%.
Increases damage of Hundred Spear by 5%.
Weapon Level 0 Identifier Seyren_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
Seyren's Memory
Volar
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"KN_BOWLINGBASH",10*.@r;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",5*.@r;
Seyren's Memory
Vernan
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"LK_SPIRALPIERCE",10*.@r;
bonus2 bSkillAtk,"RK_SONICWAVE",5*.@r;
Seyren's Memory
Argen Blanco
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"KN_BRANDISHSPEAR",10*.@r;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",5*.@r;
Seyren's Memory
Zodiac Boots (Swordsman)
bonus2 bSkillCooldown,"RK_SONICWAVE",-500;
bonus bCritAtkRate,20*(getequiprefinerycnt(EQI_HAND_R)/4);
Seyren's Memory
[Not For Sale] Zodiac Boots (Swordsman)
bonus2 bSkillCooldown,"RK_SONICWAVE",-500;
bonus bCritAtkRate,20*(getequiprefinerycnt(EQI_HAND_R)/4);
Seyren's Memory
Goral Crown
Zodiac Boots (Swordsman)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus bLongAtkRate,30;
   if (.@sum >= 35) {
       bonus2 bIgnoreDefRaceRate,RC_All,40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Seyren's Memory
Goral Crown
[Not For Sale] Zodiac Boots (Swordsman)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus bLongAtkRate,30;
   if (.@sum >= 35) {
       bonus2 bIgnoreDefRaceRate,RC_All,40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Seyren's Memory
[Event] Seyren's Memory
Biolab Cape (Melee)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
autobonus "{ bonus bLongAtkRate,100; }",10+(20*.@r),5000,BF_WEAPON;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",5*.@r;
bonus2 bSkillAtk,"RK_SONICWAVE",5*.@r;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",5*.@r;
Seyren's Memory
[Event] Seyren's Memory
Biolab Cape (Magic)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
autobonus "{ bonus bLongAtkRate,100; }",10+(20*.@r),5000,BF_WEAPON;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",5*.@r;
bonus2 bSkillAtk,"RK_SONICWAVE",5*.@r;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",5*.@r;
Seyren's Memory
[Event] Seyren's Memory
Biolab Cape (Range)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
autobonus "{ bonus bLongAtkRate,100; }",10+(20*.@r),5000,BF_WEAPON;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",5*.@r;
bonus2 bSkillAtk,"RK_SONICWAVE",5*.@r;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",5*.@r;