Agudo Filo
| Item ID | 28044 | Name | Agudo Filo |
|
Katar with a sharp blade.
_______________________ Increases Critical Damage by 5%. _______________________ For each Refine Level: ATK +4 _______________________ Refine Level +9: Increases Physical Damage against enemies of all size enemies by 15%. _______________________ Refine Level +11: ATK +7% Indestructible in battle _______________________ Type: Katar Attack: 270 Weight: 200 Weapon Level: 4 _______________________ Requirement: Base Level 170 Guillotine Cross |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Agudo_Filo | ||
| Attack | 270 | 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 | Third, Third Upper, Third Baby | ||
| Weight | 200 | Min Equip Level | 170 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bCritAtkRate,5;
bonus bBaseAtk,4*.@r;
if (.@r>=9)
bonus2 bAddSize,Size_All,15;
if (.@r>=11) {
bonus bUnbreakableWeapon;
bonus bAtkRate,7;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r= getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillCooldown,"GC_DARKCROW",-3000*.@r; bonus bAspd,2*.@r; |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"GC_CROSSIMPACT",20; bonus bShortAtkRate,5*.@r_weapon; |