Difference between revisions of "Dart"

From NetHackWiki
Jump to navigation Jump to search
m
m
Line 18: Line 18:
 
{{frac|4}} of [[kobold]]s are [[monster starting inventory|generated with]] {{rn1|12|3}} darts.{{refsrc|src/makemon.c|456|nethack=3.6.6}} {{frac|4}} of [[ninja]] are generated with {{rn1|6|6}} darts.{{refsrc|src/makemon.c|266|nethack=3.6.6}}{{refsrc|src/mkobj.c|803|nethack=3.6.6}}
 
{{frac|4}} of [[kobold]]s are [[monster starting inventory|generated with]] {{rn1|12|3}} darts.{{refsrc|src/makemon.c|456|nethack=3.6.6}} {{frac|4}} of [[ninja]] are generated with {{rn1|6|6}} darts.{{refsrc|src/makemon.c|266|nethack=3.6.6}}{{refsrc|src/mkobj.c|803|nethack=3.6.6}}
  
[[Dart trap]]s will shoot darts when activated, and untrapping them will produce 50–[[rnl]](50) darts.{{refsrc|src/trap.c|4241|nethack=3.6.6}}
+
[[Dart trap]]s will shoot darts when activated, and untrapping them will produce 50−[[rnl]](50) darts.{{refsrc|src/trap.c|4241|nethack=3.6.6}}
  
 
==Dart skill==
 
==Dart skill==
Line 30: Line 30:
  
 
==Strategy==
 
==Strategy==
Because of their initial low damage and high chance of breakage, darts are generally ineffective as thrown weapons in the early game ([[dagger]]s or an [[aklys]] are generally preferable). However, these concerns become negligible with high luck, enchantment, and [[strength]], and darts have many advantages over other projectiles: they are of the lightest possible weight, are the most plentiful of all weapon types, may be poisoned, require no launcher, and gain a damage bonus from strength (which launcher-using projectiles don't get).{{refsrc|src/uhitm.c|1101|nethack=3.6.6|comment=damage bonus from strength}}  
+
Because of their initial low damage and high chance of breakage, darts are generally ineffective as thrown weapons in the early game ([[dagger]]s or an [[aklys]] are generally preferable). However, these concerns become negligible with high Luck, enchantment, and [[strength]], and darts have many advantages over other projectiles: they are of the lightest possible weight, are the most plentiful of all weapon types, may be poisoned, require no launcher, and gain a damage bonus from strength (which launcher-using projectiles don't get).{{refsrc|src/uhitm.c|1101|nethack=3.6.6|comment=damage bonus from strength}}  
  
 
==External links==
 
==External links==

Revision as of 06:51, 19 April 2022

) Dart.png
Name dart
Appearance dart
Damage vs. small 1d3
Damage vs. large 1d2
To-hit bonus +0
Weapon skill dart
Size one-handed
Base price 2 zm
(+10/positive
enchant)
Weight 1
Material iron

Darts are a type of projectile that appear in NetHack. They are the most common type of ranged weapon.

Generation

Tourists start with 21–40 +2 darts.[1][2]

14 of kobolds are generated with 3–14 darts.[3] 14 of ninja are generated with 6–11 darts.[4][5]

Dart traps will shoot darts when activated, and untrapping them will produce 50−rnl(50) darts.[6]

Dart skill

Dart
Max Role
Basic
Expert

Darts are the only weapons to use dart skill, and there are no artifact darts. The skill can only be trained by throwing the darts.

Description

As with most other projectiles, darts are used by throwing or firing them, and are ineffective in melee. They may break after hitting a monster, which is based on their enchantment, beatitude and Luck; depending on role and skill, they may also be multishot. Like other missile weapons, darts that are cursed occasionally slip from your hand and hit the ground or fly in a different direction.

Dipping darts in a potion of sickness will poison them, adding d6 damage and 10% chance of instadeath per dart against non-poison resistant foes.

Strategy

Because of their initial low damage and high chance of breakage, darts are generally ineffective as thrown weapons in the early game (daggers or an aklys are generally preferable). However, these concerns become negligible with high Luck, enchantment, and strength, and darts have many advantages over other projectiles: they are of the lightest possible weight, are the most plentiful of all weapon types, may be poisoned, require no launcher, and gain a damage bonus from strength (which launcher-using projectiles don't get).[7]

External links

References