Renewal
.:Renewal Item Database:.
Weapon - Katar

Melon Katar [1]   [Two Handed]   Item ID# 610032 (Melon_Katar)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
280
Attack
150 / MATK 250
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Guillotine Cross
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

Metal Katar [1]   [Two Handed]   Item ID# 1296 (Metal_Katar)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
0
Attack
75
Weapon Lvl
3
Slot
1
Applicable Jobs
Assassin
Description
Item cannot be traded with other character.
Katar made up of Metal.

Every Refine Level:
ATK +5 and critical damage +1%.

Base Level 20 or higher:
Every 10 Base Level above 20, ATK +5. (Applies up to level 120.)
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(.@r*5); bonus bCritAtkRate,.@r; .@i = min(BaseLevel/10,12); if (.@i>2) bonus bBaseAtk,((.@i-2)*5); },{},{}
Dropped By No Result

Meuchler-OS [2]   [Two Handed]   Item ID# 28038 (Meuchler_OS)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
130
Attack
190
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Assassin
Description
Katar with black blades that engraved with turquoise colored motif.

ATK +3%.
Refine Level +7, reduces after attack delay by 7%.
Refine Level +9, increases damage of Cross Ripper Slasher by 15%.
Refine Level +11, increases physical damage inflicted on Small and Medium size monsters by 20%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,3; if (.@r >= 7) { bonus bAspdRate,7; if (.@r >= 9) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",15; if (.@r >= 11) { bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

Meuchler-OSAD [2]   [Two Handed]   Item ID# 610039 (Meuchler_AD)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
130
Attack
190
Required Lvl
170
Weapon Lvl
5
Slot
2
Applicable Jobs
Assassin
Description
An upgraded version of a katar with black blades that engraved with turquoise colored motif.

ATK +5%

Refine Level +7:
ASPD +7% (Decreases after attack delay by 7%).
Increases ranged physical damage by 10%.

Refine Level +9:
Increases damage of Cross Ripper Slasher by 45%.
Decreases after skill cast delay by 15%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium size by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,10; bonus bAspdRate,7; if (.@r>=9) { bonus bDelayrate,-15; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",45; if (.@r>=11) { bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

Mirage Katar [1]   [Two Handed]   Item ID# 28019 (Mirage_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
280
Attack
150 / MATK 250
Required Lvl
150
Weapon Lvl
4
Slot
1
Range
5
Applicable Jobs
Guillotine Cross
Description
A Diva Katar that has mutated under the influence of the power of the labyrinth.
It is unknown what kind of material is refined, and even similar weapons have different performance.

Attack Range: 5 cells
MATK +250

Refine Level +7: ATK +30, HIT +5.
Refine Level +9: ATK +30, HIT +5.

When compounded with Labyrinth Dracula Card:
Physical attacks have a certain chance to absorb 5% of the inflicted damage as SP.
Item Script
{ .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,30; bonus bHit,5; } if (.@r>=9) { bonus bBaseAtk,30; bonus bHit,5; } },{},{}
Dropped By No Result

Muqaddas Dayats [2]   [Two Handed]   Item ID# 610054 (Mocadas_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
125
Attack
300
Required Lvl
250
Weapon Lvl
5
Slot
2
Applicable Jobs
Shadow Cross
Description
An katar created by combining holy relics and magical powers.

ATK +5%
Increases damage of Savage Impact by 10%.

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

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

Refine Level +11:
Increases damage of Savage Impact by additional 10%.

[Bonus by Grade]
[Grade D]: Physical Damage against enemies of Small size +15%.
[Grade C]: Physical Damage against enemies of Medium size +15%.
[Grade B]: Physical Damage against enemies of Large size +15%.
[Grade A]: P.ATK +5
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10; if (.@r>=7) { bonus bShortAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10; if (.@r>=11) { bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,5; } } } } },{},{}
Dropped By No Result

Neev Katar [1]   [Two Handed]   Item ID# 28026 (Neev_Various_Jur)
Neev Jamadhar
Type
Weapon
Class
Katar
Buy
100000z
Sell
50000z
Weight
280
Attack
150 / MATK 250
Required Lvl
170
Weapon Lvl
4
Slot
1
Applicable Jobs
Guillotine Cross
Description
Jamadhar that has the strength to hold the power of Neve.

MATK +250.
Base Level is at least 175: ATK +5%, MATK +5%.

When equipped with Neev Barrette:
For each 10 base STR: ATK +1%.
For each 10 base AGI: ASPD +1% (After attack delay -1%).
For each 10 base VIT: MaxHP +1%.
For each 10 base INT: MATK +20.
For each 10 base DEX: Variable cast time -1%.
For each 10 base LUK: Critical +1.

For each refine level of Neev Jamadhar:
ATK +20, MATK +20.
Item Script
{ if (BaseLevel>=175) { bonus bAtkRate,5; bonus bMatkRate,5; } },{},{}
Dropped By No Result

Paradise Assassin Chakram [0]   [Two Handed]   Item ID# 610024 (2Para_Katar1_AS)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Assassin
Description
A katar made by the Paradise Group.

Critical +5

Base Level at least 60:
ASPD +10% (Decreases after attack delay by 10%).

Base Level at least 75:
Increases critical damage by 5%.

Base Level at least 90:
Increases critical damage by additional 10%.
Item Script
{ bonus bCritical,5; if (BaseLevel>=60) bonus bAspdRate,10; if (BaseLevel>=75) bonus bCritAtkRate,5; if (BaseLevel>=90) bonus bCritAtkRate,10; },{},{}
Dropped By No Result

Paradise Assassin Katar [0]   [Two Handed]   Item ID# 610025 (2Para_Katar2_AS)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Assassin
Description
A katar made by the Paradise Group.

ATK +3%

Base Level at least 60:
HIT +15

Base Level at least 75:
Increases damage of Sonic Blow by 10%.

Base Level at least 90:
Increases damage of Sonic Blow by additional 15%.
Item Script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus bHit,15; if (BaseLevel>=75) bonus2 bSkillAtk,"AS_SONICBLOW",10; if (BaseLevel>=90) bonus2 bSkillAtk,"AS_SONICBLOW",15; },{},{}
Dropped By No Result

Paradise Guillotine Cross Chakram [0]   [Two Handed]   Item ID# 610026 (3Para_Katar1_GC)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Guillotine Cross
Description
A high-quality katar made by the Paradise Group.

Critical +10

For each Level of Katar Mastery:
Increases melee physical damage by 1%.

Base Level at least 105:
Decreases after skill cast delay by 5%.
Increases damage of Cross Impact and Rolling Cutter by 25%.

Base Level at least 110:
Decreases after skill cast delay by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Cross Impact and Rolling Cutter by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("AS_KATAR"); bonus bCritical,10; bonus bShortAtkRate,1*.@a; if (BaseLevel>=105) { bonus bDelayrate,-5; bonus2 bSkillAtk,"GC_CROSSIMPACT",25; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",25; if (BaseLevel>=110) { bonus bDelayrate,-10; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"GC_CROSSIMPACT",15; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15; } } } },{},{}
Dropped By No Result

Paradise Guillotine Cross Katar [0]   [Two Handed]   Item ID# 610027 (3Para_Katar2_GC)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Guillotine Cross
Description
A high-quality katar made by the Paradise Group.

ATK +5%

For each Level of Katar Mastery:
Decreases after skill cast delay by 1%.

Base Level at least 105:
Increases melee physical damage by 10%.
Increases damage of Counter Slash by 25%.

Base Level at least 110:
Decreases after skill cast delay by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Counter Slash by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("AS_KATAR"); bonus bAtkRate,5; bonus bDelayrate,-1*.@a; if (BaseLevel>=105) { bonus bShortAtkRate,10; bonus2 bSkillAtk,"GC_COUNTERSLASH",25; if (BaseLevel>=110) { bonus bDelayrate,-10; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) bonus2 bSkillAtk,"GC_COUNTERSLASH",15; } } },{},{}
Dropped By No Result

Patent Blade Katar [2]   [Two Handed]   Item ID# 610009 (Up_Blade_Katar)
Awakened Blade Katar
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
140
Attack
275
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Guillotine Cross
Description
Katar with sharp blades.
He recovered his former glory and began to display his natural abilities.
It resonates with Great Hero's Boots.

For each 2 refine levels: ATK +15.

For each 3 refine levels: ASPD +10% (After attack delay -10%).

Refine Level +7:
Increases damage of Rolling Cutter and Cross Ripper Slasher by 25%.

Refine Level +9:
Decreases after skill cast delay of all skills by 12%.

Refine Level +11:
Increases melee and long ranged physical damage by 10%.

When equipped with Great Hero's Boots:
STR +10, ATK +7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bAspdRate,(.@r*2/3); if (.@r>=7) { bonus2 bSkillAtk,"GC_ROLLINGCUTTER",25; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",25; } if (.@r>=9) { bonus bDelayrate,-12; } if (.@r>=11) { bonus bShortAtkRate,10; bonus bLongAtkRate,10; } },{},{}
Dropped By No Result

« First < 2345678910 >
back to top