Viewing Item (Metal Detector Mk47) Ragnarok: Project Zero Control Panel
Basic Info
Name | Metal Detector Mk47[1] |
---|---|
Item ID |
28771
-
Ein_1HDAGGER
|
Type | Weapon - Dagger |
If [Full Strip] is Level 5, ATK + 25.
For every 10 Base Level, increases [Raid] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, HIT + 10, STR + 3.
Class: Dagger Attack: 130
Weight: 80
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Thief
For every 10 Base Level, increases [Raid] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, HIT + 10, STR + 3.
Class: Dagger Attack: 130
Weight: 80
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Thief
Details
Weight | 80 |
---|---|
NPC Buy | 0 z |
NPC Sell | 0 z |
Refineable | Yes |
Equip Locations | Main Hand |
Stats
Range | 1 |
---|---|
Defense | 0 |
Attack | 130 |
Magical Attack | 0 |
Weapon Level | 4 |
Slots | 1 |
Restrictions
Level Range | 100 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Upper |
Job Classes | Thief / Assassin / Rogue |
Gender | Any |
Scripts
Use Script |
---|
if (getskilllv(ST_FULLSTRIP) >= 5) bonus(bBaseAtk, 25); bonus2(bSkillAtk, RG_RAID, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bAtkRate, 5); bonus(bAspdRate, 10); } if (getrefine()>= 9){ bonus(bHit, 10); bonus(bStr, 3); } |
Equip Script |
None |
Unequip Script |
None |