Fortified Dagger

Item ID 510053 Name Fortified Dagger
A weapon enhanced by using Etel's magical power.
New abilities that had not been discovered before began to emerge.
_______________________
MATK +180
_______________________
For each 2 Refine Levels:
Increases damage of Red Flame Cannon and Cold Blooded Cannon by 4%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with every element by 2%.
_______________________
Type: Dagger
Attack: 160
Weight: 110
Weapon Level: 5
_______________________
Requirement:
Base Level 200
Shinkiro, Shiranui
Weapon Level 5 Identifier Fourth_1h_Nindo
Attack 160 Type Weapon - Dagger
MATK 180 Equip Locations Main Hand
Defense 0 Equippable Jobs Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 110 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_SEKIENHOU",4*(.@r/2);
bonus2 bSkillAtk,"SS_REIKETSUHOU",4*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,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);