Fire horn/zh-CN

From NetHackWiki
< Fire horn(Redirected from 火焰号角)
Jump to navigation Jump to search

NetHack 中文 Wiki 需要您的帮助!
了解如何帮助我们完善Wiki

( Horn.png
名称 火焰号角
外观 号角
基础价 50 zm
重量 18
材料 骨头
怪物使用 怪物会将其用作攻击物品

火焰号角(fire horn)是NetHack中的一种调性乐器工具。它由骨头制成,未鉴定时外观为“号角”。

生成

火焰号角在随机生成工具中占比1500(0.2%)。

火焰号角生成时拥有4~8点充能值。[1][2][3]

描述

使用火焰号角的效果根据玩家是否选择即兴演奏,以及号角是否有充能有关[4][5]

  • 即兴演奏有充能的火焰号角时,游戏会请求玩家选择一个方向,号角会消耗1点充能,向指定的方向发射一道火焰射线,并自动鉴定自身[6][7][8]。和其他类似的攻击一样,号角发出的火焰射线可以被墙壁反弹,或被具有反射特质的实体反弹,其造成的伤害可以使冰面融化、破坏蜘蛛网、使水池喷泉蒸干,并烧焦或烧毁易燃物品[9][10][11]
  • 即兴演奏没有充能的火焰号角时,它会发挥和即兴演奏加工号角相同的效果,即发出噪声唤醒并惊吓附近的怪物[8][28][29][30][31][32]
  • 选择不即兴演奏时,火焰号角会和其他的调性乐器一样演奏出旋律,但没有其他的效果,号角的充能值也不会被消耗[33][34][35]

火焰号角是气鸣乐器,因此玩家若满足以下条件之一便无法演奏它:拥有勒颈特质;变形水生怪物;体型为微小;具有无呼吸特质;无法说话;没有;变形为只能发出嗡嗡声的形态;位于水下[36][37][38]

对火焰号角进行充能时,未诅咒的充能来源会补充1d4充能,受祝福的来源会补充2d4充能,被诅咒的来源则会清空其所有充能[39][40][41][42]。火焰号角最多可储存20点充能,其充能计数在达到7以后不会再增加,但再充能次数没有限制[43]

火焰号角的BUC对其效果没有影响。怪物能够使用火焰号角发出射线攻击玩家。

策略

火焰号角在游戏前期是非常实用的物品,它造成的高伤害能够降低玩家击杀强力怪物的难度,充能耗尽后也能用于吓退怪物。但如果游戏前期生成携带火焰号角的怪物的话,也会造成很大的麻烦,所幸火焰号角的生成概率并不高,玩家极少能遇到携带火焰号角的怪物。

以下内容涉及即将到来的版本(NetHack 3.7.0)之信息。如果该版本已发布,请验证此处信息是否准确,并作出相应修改,以将其并入页面。

根据commit 6e49372d,现在无心智的怪物不会被乐器的声音吓退了。

历史

火焰号角最初于NetHack 3.0.0加入游戏。

Variants

此条目或段落的部分内容需要翻译。
您可以帮助我们翻译此页面,但请勿使用机器翻译

In variants that import the advent calendar patch, a fire horn is among the various tools that may appear as the Christmas present on day 24.

SLASH'EM

In SLASH'EM, upgrading a tooled horn successfully has a 13 chance of producing a fire horn, and upgrading a fire horn successfully will produce a tooled horn. Dipping a fire horn in a potion of amnesia will use up the potion and "downgrade" the item to a tooled horn.

UnNetHack

In UnNetHack, rare instruments shops have a 3100 chance of generating a fire horn on each square. UnNetHack also incorporates the advent calendar patch, and a fire horn may appear as the Christmas present for day 24.

dNetHack

In dNetHack, notdNetHack and notnotdNetHack, Troubadours start the game with knowledge of the frost horn's appearance.

Music instruments shops have a 150 chance of a fire horn being generated on each square.

Dipping a fire horn into a potion of amnesia will use up the potion and "downgrade" the item to a tooled horn, as in SLASH'EM.

Fire horns can be used as substitutes for tooled horns when playing songs via the musicalize spell skill. The Singing Sword can learn a 'fiery song' if the hero applies a charged fire horn with the artifact in their possession, and the fiery song causes the artifact to deal double damage against monsters that lack fire resistance and are not deaf or mindless.

FIQHack

In FIQHack, fire horns deal XLd6 damage with their rays, making them less powerful (but also less dangerous to a hero) in the early game.

SpliceHack

In SpliceHack, a fire horn can be created at a furnace by combining a tooled horn and a wand of fire.

EvilHack

In EvilHack, Infidels start each game with a fire horn.

SlashTHEM

In SlashTHEM, Musicians start each game with a fire horn.

Upgrading functions as it does in SLASH'EM, as does dipping a fire horn into a potion of amnesia.

Rare instruments shops have a 3100 chance of generating a fire horn on each square, as in UnNetHack.

As in dNetHack and its derivatives, Bards start the game with knowledge of the fire horn's appearance, and fire horns can similarly be used as substitutes for tooled horns when playing songs via the musicalize spell skill.

Hack'EM

In Hack'EM, Infidels start each game with a fire horn as in EvilHack.

Rare instruments shops have a 3100 chance of generating a fire horn on each square, as in UnNetHack and SlashTHEM.

Upgrading a fire horn successfully will produce a frost horn, and vice versa.

引用及注释

  1. src/mkobj.c in NetHack 3.6.7, line 961
  2. src/read.c in NetHack 3.6.7, line 694
  3. src/read.c in NetHack 3.6.7, line 699
  4. src/apply.c in NetHack 3.6.7, line 3727
  5. src/music.c in NetHack 3.6.7, line 700
  6. src/music.c in NetHack 3.6.7, line 584
  7. src/music.c in NetHack 3.6.7, line 598
  8. 8.0 8.1 src/music.c in NetHack 3.6.7, line 840
  9. src/zap.c in NetHack 3.6.7, line 4438
  10. src/zap.c in NetHack 3.6.7, line 4629
  11. src/zap.c in NetHack 3.6.7, line 4700
  12. src/music.c in NetHack 3.6.7, line 600
  13. src/zap.c in NetHack 3.6.7, line 3623
  14. src/zap.c in NetHack 3.6.7, line 3781
  15. src/zap.c in NetHack 3.6.7, line 3629
  16. src/zap.c in NetHack 3.6.7, line 3633
  17. src/zap.c in NetHack 3.6.7, line 3790
  18. src/zap.c in NetHack 3.6.7, line 3789
  19. src/zap.c in NetHack 3.6.7, line 3785
  20. src/polyself.c in NetHack 3.6.7, line 1779
  21. 21.0 21.1 src/polyself.c in NetHack 3.6.7, line 1795
  22. src/music.c in NetHack 3.6.7, line 591
  23. src/zap.c in NetHack 3.6.7, line 2316
  24. src/zap.c in NetHack 3.6.7, line 2318
  25. src/zap.c in NetHack 3.6.7, line 2322
  26. src/zap.c in NetHack 3.6.7, line 2327
  27. src/zap.c in NetHack 3.6.7, line 2321
  28. src/music.c in NetHack 3.6.7, line 604
  29. src/music.c in NetHack 3.6.7, line 609
  30. src/music.c in NetHack 3.6.7, line 61
  31. src/music.c in NetHack 3.6.7, line 70
  32. src/music.c in NetHack 3.6.7, line 78
  33. src/music.c in NetHack 3.6.7, line 707
  34. src/music.c in NetHack 3.6.7, line 714
  35. src/music.c in NetHack 3.6.7, line 769
  36. src/music.c in NetHack 3.6.7, line 693
  37. src/mondata.c in NetHack 3.6.7, line 336: 会发出嗡嗡声的怪物包括杀人蜂蜂王电子虫玄蚊
  38. src/music.c in NetHack 3.6.7, line 690
  39. src/read.c in NetHack 3.6.7, line 688
  40. src/read.c in NetHack 3.6.7, line 690
  41. src/read.c in NetHack 3.6.7, line 692
  42. src/read.c in NetHack 3.6.7, line 697
  43. src/read.c in NetHack 3.6.7, line 573