Meuchler-OS
| Item ID | 28038 | Name | Meuchler-OS |
|
Katar with black blades that engraved with turquoise colored motif.
_______________________ ATK +3% _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 7%). _______________________ Refine Level +9: Increases damage of Cross Ripper Slasher 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: 4 _______________________ Requirement: Base Level 130 Guillotine Cross |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Meuchler_OS | ||
| 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 | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| 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;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",4*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",4*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |