Rattle

Item ID 580070 Name Rattle
None
Weapon Level 4 Identifier Moonlight_Bell_BR
Attack 170 Type Weapon - Whip
MATK 180 Equip Locations Main Hand
Defense 0 Equippable Jobs Bard / Dancer
Range 2 Equip Gender Female
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 100 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus bDelayrate,-4*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bVariableCastrate,"WM_LULLABY_DEEPSLEEP",-100;
   bonus2 bVariableCastrate,"WA_SWING_DANCE",-100;
   if (.@r>=9) {
       bonus2 bAddSize,Size_All,15;
       bonus2 bMagicAddSize,Size_All,15;
       if (.@r>=11) {
            bonus2 bSkillAtk,"WM_METALICSOUND",20;
            bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20;
       }
   }
}

Set Script
Singing Pere Card
Rattle
bonus bMatkRate,7;
bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;
bonus2 bMagicAtkEle,Ele_Neutral,20;
Playing Pere Card
Rattle
bonus bAtkRate,7;
bonus bLongAtkRate,20;
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
Jitterbug Card
Rattle
bonus bNoCastCancel;
bonus5 bAutoSpell,"NPC_WIDESLEEP",2,50,BF_MAGIC,1;
bonus5 bAutoSpell,"RA_UNLIMIT",3,50,BF_LONG,0;
Awaken Pere Card
Rattle
bonus2 bResEff,Eff_Sleep,10000;
bonus bUnbreakableArmor;
bonus bUnbreakableWeapon;
bonus2 bSkillCooldown,"WM_LULLABY_DEEPSLEEP",-1000*getequiprefinerycnt(EQI_ARMOR);