Relapse Edge

Item ID 510055 Name Relapse Edge
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 Shadow Dance by 4%.
_______________________
For each 4 Refine Levels:
Increases Melee Physical Damage by 2%.
_______________________
Type: Dagger
Attack: 180
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 200
Shinkiro, Shiranui
Weapon Level 5 Identifier Fourth_1h_Nindo2
Attack 180 Type Weapon - Dagger
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 120 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,"SS_KAGENOMAI",4*(.@r/2);
bonus bShortAtkRate,2*(.@r/4);

Set Script
Fortified Dagger
Relapse Edge
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"SS_SEKIENHOU",5*(.@r/2);
bonus2 bSkillAtk,"SS_REIKETSUHOU",5*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,3*(.@r/4);