Basic Info

Name 28772 Jewel Detector Mk47[1]
Item ID 28772 - Ein_1HMAGGER
Type Weapon - Dagger
28772
MATK + 130
If [Exploding Dragon] is Level 5, MATK + 25.
For every 10 Base Level, increases [Exploding Dragon] damage by 2%.
If +7 or higher, MATK + 5%, Variable Cast Time - 10%.
If +9 or higher, Fire property magical damage + 7%.
Class: Dagger Attack: 70
Weight: 80
Weapon Level: 4
Required Level: 100
Usable Jobs: Ninja

Details

Weight 80
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 70
Magical Attack 130
Weapon Level 4
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Normal
Job Classes Ninja / Kagerou/Oboro
Gender Any

Scripts

Use Script
if (getskilllv(NJ_BAKUENRYU) >= 5) bonus(bMatk, 25); bonus2(bSkillAtk, NJ_BAKUENRYU, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bMatkRate, 5); bonus(bVariableCastrate, -10); } if (getrefine()>= 9) bonus2(bMagicAtkEle, Ele_Fire, 7);
Equip Script
None
Unequip Script
None