Metal Detector Mk47

Item ID 28771 Name Metal Detector Mk47
Hand held detector for metal detection in mines.
Lightweight and durable, it is also popular for self-defense.
_______________________
ATK +10%
_______________________
Increases damage of Cross Impact by 10%.
_______________________
Refine Level +7:
ATK +40
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Cross Impact by additional 15%.
Physical attacks have a chance to increase physical damage against all size enemies by 15% for 10 seconds.
_______________________
Refine Level +11:
Decreases After Skill Delay by 20%.
_______________________
Type: Dagger
Attack: 200
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Guillotine Cross
Weapon Level 4 Identifier Ein_1HDAGGER
Attack 200 Type Weapon - Dagger
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Assassin
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 100 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"GC_CROSSIMPACT",10;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bBaseAtk,40;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"GC_CROSSIMPACT",15;
   autobonus "{ bonus2 bAddSize,Size_All,15; }",1,10000,BF_WEAPON;
}
if (.@r>=11) {
   bonus bDelayrate,-20;
}

Set Script
Metal Detector Mk47
Safety Pendant R
Safety Epaulet R
bonus bFixedCast,-300;
bonus bDelayrate,-7;
bonus2 bWeaponSubSize,Size_All,3;
Metal Detector Mk47
Safety Pendant R
Safety Epaulet B
bonus bFixedCast,-300;
bonus bDelayrate,-7;
bonus2 bWeaponSubSize,Size_All,3;
Metal Detector Mk47
Safety Pendant B
Safety Epaulet R
bonus bFixedCast,-300;
bonus bDelayrate,-7;
bonus2 bWeaponSubSize,Size_All,3;
Metal Detector Mk47
Safety Pendant B
Safety Epaulet B
bonus bFixedCast,-300;
bonus bDelayrate,-7;
bonus2 bWeaponSubSize,Size_All,3;