Renewal
.:Renewal Item Database:.
Weapon - Katar

Sealed Katar of Shiver [2]   [Two Handed]   Item ID# 28040 (Evt_Shiver_Katar_K)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
185
Required Lvl
99
Weapon Lvl
4
Slot
2
Applicable Jobs
Guillotine Cross
Description
Katar specially made to inflict lethal damage, it was once used by famous assassin in the past.

For each 2 refine levels, ATK +10.
For each 3 refine levels, increases critical damage by 4%.

Refine Level +7:
Increases physical damage inflicted on Demihuman and Brute monsters by 15%.

Refine Level +9:
Reduces after attack delay by 10%.

Refine Level +11:
Increases physical damage inflicted on Demihuman and Brute monsters by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bCritAtkRate,4*(.@r/3); if (.@r>=9) { bonus2 bAddRace,RC_Brute,35; bonus2 bAddRace,RC_DemiHuman,35; bonus bAspdRate,10; } else if (.@r>=7) { bonus2 bAddRace,RC_Brute,15; bonus2 bAddRace,RC_DemiHuman,15; } },{},{}
Dropped By No Result

Sharpened Legbone of Ghoul [0]   [Two Handed]   Item ID# 1260 (Ghoul_Leg)
Sharpened Ghoul Leg Bone
Type
Weapon
Class
Katar
Buy
52500z
Sell
26250z
Weight
170
Attack
150
Required Lvl
65
Weapon Lvl
3
Slot
0
Property
Immortality / Undead
Applicable Jobs
Assassin
Description
A katar crafted from a ghoul's femur that still radiates a dark, deathly aura.
Item Script
{ bonus bAtkEle,Ele_Undead; },{},{}
Dropped By

Shining Light Katar [2]   [Two Handed]   Item ID# 610045 (Shining_Light_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
100
Attack
290
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Shadow Cross
Description
A katar infused with the power of radiant light to fight the devil.

ATK +5%, POW +2.
Increases damage of Eternal Slash by 5%.

Refine Level +5:
Increases damage of Eternal Slash by additional 10%.

Refine Level +7:
Increases melee physical damage by 5%.

Refine Level +9:
Increases damage of Eternal Slash by additional 10%.

Refine Level +10:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +11:
Increases damage of Eternal Slash by additional 5%.
Increases damage of Savage Impact by 15%.

[Bonus by Grade]
[Grade D]: melee physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bPow,2; bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",5; if (.@r>=5) { bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",10; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",10; if (.@r>=10) { bonus bAspdRate,10; if (.@r>=11) { bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",15; bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Shiver Katar [2]   [Two Handed]   Item ID# 1298 (Shiver_Katar)
Katar Of Horror
Type
Weapon
Class
Katar
Buy
60000z
Sell
30000z
Weight
270
Attack
110
Required Lvl
105
Weapon Lvl
4
Slot
2
Applicable Jobs
Assassin
Description
Katar that has killed many victims, its shape make enemy shivering.
Every refine level]
Crit +1
[+Mobster Card]
Increase critical damage by 5%.
[+Sedora Card]
Increase critical damage by 5%.
Item Script
{ bonus bCritical,getrefine(); },{},{}
Dropped By No Result

Shiver Katar-LT [2]   [Two Handed]   Item ID# 610033 (Shiver_Katar_K_LT)
Katar of Shiver-LT
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
140
Attack
255
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Guillotine Cross
Description
An improved version of Katar that maximized the lethal power said to have been used by a famous assassin in the past.
Resonates with Hero's Boots-LT.

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases critical damage by 5%.

Refine Level +7:
Increases damage of Cross Impact by 20%.
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Increases damage of Cross Impact by additional 25%.
Increases physical damage against monsters of DemiHuman, Brute and Dragon race by 25%.

Refine Level +11:
Critical +15
Decreases Dark Claw skill cooldown by 10 seconds.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: melee physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus bAspdRate,10; bonus2 bSkillAtk,"GC_CROSSIMPACT",20; if (.@r>=9) { bonus2 bAddRace,RC_Brute,25; bonus2 bAddRace,RC_Dragon,25; bonus2 bAddRace,RC_DemiHuman,25; bonus2 bSkillAtk,"GC_CROSSIMPACT",25; if (.@r>=11) { bonus bCritical,15; bonus2 bSkillCooldown,"GC_DARKCROW",-10000; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bShortAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bCritAtkRate,5*(.@r/3); },{},{}
Dropped By No Result

Specialty Jur [4]   [Two Handed]   Item ID# 1264 (Various_Jur)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
80
Attack
90
Weapon Lvl
1
Slot
4
Applicable Jobs
Assassin
Description
Although this katar has an increased number of slots, it is hard to handle and is known to cause injury to those who wield it.
Has a 0.1% chance to inflict Bleeding status on the user when dealing physical attack.
Item Script
{ bonus2 bAddEff2,Eff_Bleeding,10; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

TE Woe Katar [0]   [Two Handed]   Item ID# 1299 (TE_Woe_Katar)
WoE TE Katar
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
120
Required Lvl
40
Weapon Lvl
3
Slot
0
Applicable Jobs
Assassin
Description
Item cannot be traded with other characters..
Rental Item
** Extra option available in WoE TE area
+40% Physical Damage to Players.
Has a high chance of inflicting the Bleeding status on enemies when dealing physical attack.
Item Script
{ bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bAddEff,Eff_Bleeding,1000; },{},{}
Dropped By No Result

Thanatos Katar-AD [2]   [Two Handed]   Item ID# 610019 (Thanos_Katar_AD)
Thanos Katar-AD
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
200
Attack
250
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Guillotine Cross
Description
Thanos' katar remodeled with the addition of Tim Artnard's technology.

Physical attacks have a random chance to recover 2500 HP and 50 SP every second for 4 seconds.

For each 2 Refine Levels:
ATK +10

For each 3 Refine Levels:
Increases damage of Counter Slash by 7%.

Refine Level +7:
Decreases after skill cast delay by 12%.
Increases damage of Counter Slash by additional 15%.

Refine Level +9:
ATK +5%
Increases damage of Rolling Cutter by 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.
Increases melee physical damage by 15%.

[Bonus by Grade]
[Grade D]: ATK +3%, Damage of Impact Crater +10%.
[Grade C]: After skill cast delay of all skills -5%, P.ATK +1.
[Grade B]: Damage of Impact Crater +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON; bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"GC_COUNTERSLASH",7*(.@r/3); if (.@r>=7) { bonus bDelayrate,-10; bonus2 bSkillAtk,"GC_COUNTERSLASH",15; if (.@r>=9) { bonus bAtkRate,5; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bShortAtkRate,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; bonus2 bSkillAtk,"SHC_IMPACT_CRATER",10; if (.@g >= ENCHANTGRADE_C) { bonus bDelayrate,-5; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SHC_IMPACT_CRATER",10; } } } },{},{}
Dropped By No Result

Thanos Katar [1]   [Two Handed]   Item ID# 28000 (Thanos_Katar)
Thanatos Katar
Type
Weapon
Class
Katar
Buy
10z
Sell
5z
Weight
180
Attack
220 / MATK 80
Required Lvl
120
Weapon Lvl
4
Slot
1
Applicable Jobs
Guillotine Cross
Description
A Katar with magical powers sculpted from Shard of Gray to counter the Tartanos.
It offers incredible power and magic at a great cost.
INT +6, VIT +6, LUK -6, MATK +80.
When dealing physical attack, has a low chance of regaining 5% of your damage as HP and SP.
Drains 100 HP every 10 seconds.
Consumes 1,000 HP when unequipped.
Item Script
{ bonus bInt,6; bonus bVit,6; bonus bLuk,-6; bonus2 bHPDrainRate,50,5; bonus2 bSPDrainRate,10,5; bonus2 bHPLossRate,100,10000; },{},{ heal -1000,0; }
Dropped By No Result
Obtainable FromGhost Palace

The Ripper [2]   [Two Handed]   Item ID# 610044 (The_Reaper)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
110
Attack
290
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Shadow Cross
Description
A katar with a sharp blade used by a person called a Shinigami.

ATK +5%, POW +2
Increases damage of Impact Crater by 5%.

Refine Level +5:
Increases damage of Impact Crater by additional 10%.

Refine Level +7:
Increases melee physical damage by 5%.

Refine Level +9:
Increases damage of Impact Crater by additional 10%.

Refine Level +10:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +11:
Increases damage of Impact Crater by additional 5%.
Increases melee physical damage by additional 15%.

[Bonus by Grade]
[Grade D]: melee physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bPow,2; bonus2 bSkillAtk,"SHC_IMPACT_CRATER",5; if (.@r>=5) { bonus2 bSkillAtk,"SHC_IMPACT_CRATER",10; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"SHC_IMPACT_CRATER",10; if (.@r>=10) { bonus bAspdRate,10; if (.@r>=11) { bonus bShortAtkRate,15; bonus2 bSkillAtk,"SHC_IMPACT_CRATER",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Trial Guillotine Cross's Katar [1]   [Two Handed]   Item ID# 28024 (Probation_Katar)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
0
Attack
180
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Guillotine Cross
Description
Katar for Guillotine crosses who are somewhat used to dealing with Katar.
When equipped with Enhanced Time Keeper Armor, will makes wearer's body more agile.

Increases damage of Rolling Cutter by 20%.

For every 10 Base Level:
ATK +6 (Up to Base Level 160).

Refine Level +7:
For each Level of Katar Mastery:
Increases Attack Speed (Decreases after attack delay by 1%).

When equipped with Enhanced Time Keeper Hat, Enhanced Time Keeper Robe, nhanced Time Keeper Manteau, Enhanced Time Keeper Boots:
ASPD +2, MaxHP and MaxSP +10%.

For every 10 Base VIT:
Decreases damage taken from Neutral elemental attacks by 3%. (up to Base VIT 100)

For every 10 Base AGI:
Decreases after attack delay by 2%. (up to Base AGI 100)

For every 10 Base DEX:
HIT +3. (up to Base DEX 100)

For every 10 Base LUK:
Critical +3. (up to Base LUK 100)
Item Script
{ bonus2 bSkillAtk,"GC_ROLLINGCUTTER",20; bonus bBaseAtk,6*(min(BaseLevel,160)/10); if (getrefine()>=7) { bonus bAspdRate,getskilllv("AS_KATAR"); } },{},{}
Dropped By No Result

Unholy Touch [0]   [Two Handed]   Item ID# 1263 (Unholy_Touch)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
125
Attack
151
Required Lvl
70
Weapon Lvl
4
Slot
0
Property
Darkness / Shadow
Applicable Jobs
Assassin
Description
A katar made by a leech, by combining many of the anger and curse left by the dead.
Has a 2% chance to inflict Curse status on an enemy when dealing physical attack.
Critical Rate -1.
Indestructible (except in upgrade attempts).
Item Script
{ bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,200; bonus bCritical,-1; bonus bUnbreakableWeapon; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

« First < 45678910 >
back to top