.:Renewal Item Database:.
Weapon - Whip
Barbed Wire [1] [One Hand] Item ID# 1993 (Concertina_Wire) | |
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
120 Attack
80 Required Lvl 105 Weapon Lvl 4 Slot 1 Range 2 Gender Female Only | |
Applicable Jobs | Bard / Dancer |
---|---|
Description | An iron wire with a strong blade. Give more damage on high DEF enemy. Drains 3 SP on each attack. Indestructible |
Item Script | { bonus bDefRatioAtkClass,Class_All; bonus bSPDrainValue,-3; },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
70 Attack
160 / MATK 190 Required Lvl 100 Weapon Lvl 4 Slot 2 Range 2 Gender Female Only | |
Applicable Jobs | Minstrel / Wanderer |
---|---|
Description | A spiny whip made out of wire. It resonates with Ancient Hero's Boots. MATK +190 For each 2 refine levels, MATK +10. For each 3 refine levels, Neutral elemental magic damage +4%. Refine Level +9: Increases Reverberation and Metallic Sound damage by 10%. Refine Level +11: Reduces fixed cast time of Reverberation by 0.5 seconds. When equipped with Ancient Hero's Boots: Random chance to increase INT by 20 and MATK by 15% for 7 seconds when dealing physical or magical damage. |
Item Script |
expand to view script{ .@r = getrefine(); if (.@r>=2) { bonus bMatk,.@r/2*10; } if (.@r>=3) { bonus2 bMagicAtkEle,Ele_Neutral,.@r/3*4; } if (.@r>=9) { bonus2 bSkillAtk,"WM_REVERBERATION",10; bonus2 bSkillAtk,"WM_METALICSOUND",10; } if (.@r>=11) { bonus2 bSkillFixedCast,"WM_REVERBERATION",-5000; } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
100 Attack
160 Required Lvl 190 Weapon Lvl 5 Slot 2 Range 2 Gender Female Only | |
Applicable Jobs | Minstrel / Wanderer |
---|---|
Description | An improved version of a whip with thorns woven from wire. Resonates with Hero's Boots-LT. MATK +230 MATK +5% Base Level at least 210: SPL +2, S.MATK +1. For each 2 Refine Levels: MATK +15 For each 3 Refine Levels: Increases magical damage with every element by 4%. Refine Level +7: Increases damage of Reverberation and Metallic Sound by 20%. Refine Level +9: Decreases fixed cast time of Reverberation by 0.5 seconds. Decreases Metallic Sound skill cooldown by 2 seconds. Refine Level +11: Increases magical damage against enemies of every element by 15%. Increases damage of Reverberation and Metallic Sound by additional 20%. When equipped with Hero's Boots-LT: MATK +10%, S.MATK +2. [Bonus by Grade] [Grade D]: MATK +3% [Grade C]: Magical Damage with every element +15%. S.MATK +1 [Grade B]: SPL +3, S.MATK +2. |
Item Script |
expand to view script{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,5; bonus bMatk,230; if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bSkillAtk,"WM_METALICSOUND",20; bonus2 bSkillAtk,"WM_REVERBERATION",20; if (.@r>=9) { bonus2 bSkillFixedCast,"WM_REVERBERATION",-500; bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; bonus2 bSkillCooldown,"WM_REVERBERATION",-2000; if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; bonus2 bSkillAtk,"WM_METALICSOUND",20; bonus2 bSkillAtk,"WM_REVERBERATION",20; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus2 bMagicAtkEle,Ele_All,4*(.@r/3); },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
120 Attack
140 Required Lvl 30 Weapon Lvl 4 Slot 0 Range 2 Gender Female Only | |
Applicable Jobs | Bard / Dancer |
---|---|
Description | A wire in which blade fragments are interwoven, making this whip as sharp as a sword. Has a 3% chance of inflicting Bleeding effect on enemies when dealing physical attack. |
Item Script | { bonus2 bAddEff,Eff_Bleeding,300; },{},{} |
Dropped By | |
Obtainable From | Old Blue Box, Old Violet Box |
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
0 Attack
150 / MATK 160 Required Lvl 100 Weapon Lvl 4 Slot 2 Range 2 Gender Female Only | |
Applicable Jobs | Minstrel / Wanderer |
---|---|
Description | A special Whip prepared for your rapid growth. MATK +160, ATK +3%. Increases Neutral elemental magic damage by 3%. For each refine level: ATK +2, MATK +2. For each 15 Base Level: ATK +3, MATK +3. (Up to Base Level 180) Refine Level +7: For each Level of Dancing Lesson: Decreases variable cast time of all skills by 1%. Refine Level +9: Increases magical damage against enemies of all sizes by 10%. When equipped with Elemental Booster Robe, Elemental Booster Muffler, Elemental Booster Shoes and Elemental Booster Earring: MATK +20. Decreases after skill cast delay of all skills by 10%. For each 15 Base Level: Increases damage of Reverberation by 1%. (Up to Base Level 180) When using Improve Concentration: Increases damage of Reverberation by additional 20% for 60 seconds. When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch: ATK +20. Decreases Severe Rainstorm skill cooldown by 2 seconds. For each 15 Base Level: Increases damage of Severe Rainstorm by 1%. (Up to Base Level 180) When using Improve Concentration: Increases damage of Severe Rainstorm by additional 20% for 60 seconds. |
Item Script |
expand to view script{ bonus2 bMagicAtkEle,Ele_Neutral,3; bonus bAtkRate,3; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bMatk,.@r*3; .@i = min(BaseLevel,180)/15*3; bonus bBaseAtk,.@i; bonus bMatk,.@i; if (.@r>=7) { bonus bVariableCastrate,getskilllv("DC_DANCINGLESSON")*-1; } if (.@r>=9) { bonus bAtkRate,10; bonus2 bMagicAddClass,Class_All,10; } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
0 Attack
50 Required Lvl 80 Weapon Lvl 3 Slot 0 Range 2 Gender Female Only | |
Applicable Jobs | Bard / Dancer |
---|---|
Description | An especially made whip for battling against Demi-Humans; this whip is strong enough to cut their flesh. DEX +2. Increases physical damage inflicted on DemiHuman monsters by 95%. Increase Arrow Vulcan damage by 20%. Indestructible. |
Item Script | { bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bSkillAtk,"CG_ARROWVULCAN",20; bonus bUnbreakableWeapon; },{},{} |
Dropped By | No Result |
Obtainable From | Battleground |