Trentini's Memory

Item ID 29606 Name Trentini's Memory
For each 3 Refine Levels of Wind Gale:
Decreases Severe Rainstorm SP Consumption by 3%.
Increases Ranged Physical Damage 2%.
_______________________
For each 3 Refine Levels of Heart Whip:
Increases Magical Damage with Neutral element by 5%.
Increases damage of Metallic Sound by 5%.
_______________________
For each 3 Refine Levels of Scarlet Ribbon:
Increases damage of Severe Rainstorm by 5%.
Increases Ranged Physical Damage by 2%.
Weapon Level 0 Identifier Tren_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
Trentini's Memory
Wind Gale
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillUseSPrate,"WM_SEVERE_RAINSTORM",2*.@r;
bonus bLongAtkRate,2*.@r;
Trentini's Memory
Heart Whip
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bMagicAtkEle,Ele_Neutral,5*.@r;
bonus2 bSkillAtk,"WM_METALICSOUND",5*.@r;
Trentini's Memory
Scarlet Ribbon
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*.@r;
bonus bLongAtkRate,2*.@r;
Trentini's Memory
Zodiac Boots (Archer)
bonus2 bSkillCooldown,"WM_METALICSOUND",-500;
bonus2 bMagicAtkEle,Ele_Neutral,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Trentini's Memory
[Not For Sale] Zodiac Boots (Archer)
bonus2 bSkillCooldown,"WM_METALICSOUND",-500;
bonus2 bMagicAtkEle,Ele_Neutral,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Trentini's Memory
Libra Crown
Zodiac Boots (Archer)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus4 bAutoSpellOnSkill,"WM_METALICSOUND","WM_METALICSOUND",10,350;
   if (.@sum >= 35) {
        bonus2 bIgnoreDefRaceRate,RC_All,40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Trentini's Memory
Libra Crown
[Not For Sale] Zodiac Boots (Archer)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus4 bAutoSpellOnSkill,"WM_METALICSOUND","WM_METALICSOUND",10,350;
   if (.@sum >= 35) {
        bonus2 bIgnoreDefRaceRate,RC_All,40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Trentini's Memory
[Event] Trentini's Memory
Biolab Cape (Melee)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-10*.@r;
bonus2 bMagicAtkEle,Ele_Neutral,5*.@r;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*.@r;
bonus2 bSkillAtk,"WM_METALICSOUND",5*.@r;
bonus2 bSkillAtk,"WM_REVERBERATION",5*.@r;
Trentini's Memory
[Event] Trentini's Memory
Biolab Cape (Magic)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-10*.@r;
bonus2 bMagicAtkEle,Ele_Neutral,5*.@r;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*.@r;
bonus2 bSkillAtk,"WM_METALICSOUND",5*.@r;
bonus2 bSkillAtk,"WM_REVERBERATION",5*.@r;
Trentini's Memory
[Event] Trentini's Memory
Biolab Cape (Range)
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bVariableCastrate,-10*.@r;
bonus2 bMagicAtkEle,Ele_Neutral,5*.@r;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5*.@r;
bonus2 bSkillAtk,"WM_METALICSOUND",5*.@r;
bonus2 bSkillAtk,"WM_REVERBERATION",5*.@r;