Meuchler-OSAD
| Item ID | 610039 | Name | Meuchler-OSAD |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Meuchler_AD | ||
| Attack | 190 | Type | Weapon - Katar | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Assassin | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 130 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,70; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",7*(.@r_weapon/2); |