Relapse Blade

Item ID 500018 Name Relapse Blade
A weapon that was restored by using ether to restore a weapon eroded by unclean energy.
New abilities that had not been discovered before began to emerge.
_______________________
For each 2 Refine Levels:
Increases damage of Acidified Zone (Fire/Wind) by 5%.
_______________________
For each 4 Refine Levels:
ATK +3%
_______________________
Type: Sword
Attack: 200
Weight: 185
Weapon Level: 5
_______________________
Requirement:
Base Level 200
Biolo
Weapon Level 5 Identifier Fourth_1h_Sword
Attack 200 Type Weapon - One-Handed Sword
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 185 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",5*(.@r/2);
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5*(.@r/2);
bonus bAtkRate,3*(.@r/4);