ID #610039
Weapon
Meuchler-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded version of a katar with black blades that engraved with turquoise colored motif.
_______________________
ATK +5%
_______________________
Refine Level +7:
Increases Attack Speed (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 Delay by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium size by 20%.
_______________________
Type: Katar
Attack: 190
Weight: 130
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Guillotine Cross
_______________________
ATK +5%
_______________________
Refine Level +7:
Increases Attack Speed (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 Delay by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium size by 20%.
_______________________
Type: Katar
Attack: 190
Weight: 130
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Guillotine Cross
Equipment Reform
Available through the reform system Plus7_Refine_NPC
Basic Information
Type
Weapon
Weight
1300
Range
1
Acquisition method
Equipment reform
Job Requirements
Assassin
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
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; } } }
.@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;
}
}
}