ID #610006
Weapon
Avaritia Metal [2]
Buy Price: N/A
Sell Price: N/A
Automatic robots break down, smash and fall apart.
It was terribly transformed by the magic interference device installed by the Illusionians.
_______________________
Increases damage of Rolling Cutter by 10%.
_______________________
For each 3 Refine Levels:
ATK +12
_______________________
Refine Level +7:
Increases damage of Cross Ripper Slasher by 15%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Rolling Cutter and Cross Ripper Slasher by additional 15%.
_______________________
Type: Katar
Attack: 220
Weight: 180
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Guillotine Cross
It was terribly transformed by the magic interference device installed by the Illusionians.
_______________________
Increases damage of Rolling Cutter by 10%.
_______________________
For each 3 Refine Levels:
ATK +12
_______________________
Refine Level +7:
Increases damage of Cross Ripper Slasher by 15%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Rolling Cutter and Cross Ripper Slasher by additional 15%.
_______________________
Type: Katar
Attack: 220
Weight: 180
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Guillotine Cross
Monster Drops
Normal Drops
S. Broken Gardener Beta
Rate: 2.5%
Sewage Waterfall
Rate: 1.5%
Equipment Reform
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Basic Information
Type
Weapon
Weight
1800
Range
1
Acquisition method
Equipment reform
Job Requirements
Assassin
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"GC_ROLLINGCUTTER",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",10; } if (.@r>=9) { bonus bAspdRate,10; } if (.@r>=11) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",15; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15; }
.@r = getrefine();
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",10;
}
if (.@r>=9) {
bonus bAspdRate,10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",15;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15;
}