ID #28044
Weapon
Agudo Filo [2]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Available from boxes
Basic Information
Type
Weapon
Weight
2000
Range
1
Job Requirements
Assassin
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
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; }
.@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;
}