Draft:Haunt: Difference between revisions
OmegaAdmin (talk | contribs) 为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态 |
OmegaAdmin (talk | contribs) 按已批准的Purple worm规范统一现有怪物信息卡并复核形态与战斗数据 |
||
| Line 1: | Line 1: | ||
{{Version box|version=0.90.4}} | {{Version box|version=0.90.4}} | ||
{{Monster infobox | |||
|name=Haunt | |||
|glyph=h | |||
|color=grey | |||
|level=4 | |||
|hp=50 | |||
|hit=15 | |||
|defense=5 | |||
|speed=7 | |||
|xp=150, when death is in sight | |||
|attacks=2 center attacks: 0–19 physical each before absorption; each landed hit has a 40% chance of +20 poison strength | |||
|abilities=[[#Attacks and remains|Invisible surprise]] | |||
|generation=[[#Generation|Random pools; peaceful cemetery specimens]] | |||
|items=No fixed item or random starting treasure | |||
|immunities=Poison, fear, sleep | |||
|remains=Dessicated corpse; 50% on normal death | |||
|remains_use=Poisonous food; no alchemy | |||
|traits=<li>Normally hostile</li><li>Initially invisible</li><li>Moves; cannot pass through walls</li> | |||
|sources={{Source|minit.h|137}}<ref name="card-rules">{{Source|lev.c|373|394}}; {{Source|mon.c|134|203}}; {{Source|mmelee.c|8|51}}; {{Source|mmelee.c|109|117}}; {{Source|time.c|47|74}}; {{Source|item.c|63|139}}. Ordinary construction, attacks, timing and poisonous remains.</ref> | |||
}} | |||
A '''haunt''' is an initially invisible undead creature whose melee attacks can poison you. Its visible symbol is a grey '''h'''. Unlike a [[Draft:Ghost|ghost]], it is vulnerable to ordinary physical damage and fights directly in melee.<ref name="minit-h-137">{{Source|minit.h|137}}.</ref> | A '''haunt''' is an initially invisible undead creature whose melee attacks can poison you. Its visible symbol is a grey '''h'''. Unlike a [[Draft:Ghost|ghost]], it is vulnerable to ordinary physical damage and fights directly in melee.<ref name="minit-h-137">{{Source|minit.h|137}}.</ref> | ||
__TOC__ | __TOC__ | ||
| Line 14: | Line 28: | ||
Each of the four lesser-undead sites in [[Draft:Rampart City Cemetery|Rampart's cemetery]] chooses equally between a haunt and a ghost. Cemetery haunts begin asleep and nonhostile despite their invisibility. Elsewhere, haunts are normally hostile and occur in sufficiently strong random-monster pools, wilderness encounters, the Astral Plane and summons. | Each of the four lesser-undead sites in [[Draft:Rampart City Cemetery|Rampart's cemetery]] chooses equally between a haunt and a ghost. Cemetery haunts begin asleep and nonhostile despite their invisibility. Elsewhere, haunts are normally hostile and occur in sufficiently strong random-monster pools, wilderness encounters, the Astral Plane and summons. | ||
A '''haunt named ...''' can be a deceased [[Draft:Historical adventurer|historical adventurer]] whose recorded level was 3 through 6. That construction replaces several ordinary haunt properties, including its status flags and melee style; do not use | A '''haunt named ...''' can be a deceased [[Draft:Historical adventurer|historical adventurer]] whose recorded level was 3 through 6. That construction replaces several ordinary haunt properties, including its status flags and melee style; do not use the ordinary information card as its full description.<ref name="city-c-make_minor_undead">{{Source|city.c|584}} (<code>make_minor_undead</code>).</ref><ref name="lev-c-m_create">{{Source|lev.c|280}} (<code>m_create</code>).</ref><ref name="mon-c-make_log_npc">{{Source|mon.c|689}} (<code>make_log_npc</code>).</ref> | ||
== Attacks and remains == | == Attacks and remains == | ||
Latest revision as of 09:43, 10 September 2026
| h Haunt | |
|---|---|
| Form | Ordinary creature |
| Attacks | 2 center attacks: 0–19 physical each before absorption; each landed hit has a 40% chance of +20 poison strength |
| Special abilities | Invisible surprise |
| Base level | 4 |
| HP | 50 |
| Hit | 15 |
| Defense | 5 |
| Action interval | 7 ticks; lower is faster |
| Kill experience | 150, when death is in sight |
| Generation | Random pools; peaceful cemetery specimens |
| Carried items | No fixed item or random starting treasure |
| Immunities | Poison, fear, sleep |
| Remains | Dessicated corpse; 50% on normal death |
| Remains use | Poisonous food; no alchemy |
Traits
| |
| Reference | minit.h in Omega 0.90.4, line 137[1] |
A haunt is an initially invisible undead creature whose melee attacks can poison you. Its visible symbol is a grey h. Unlike a ghost, it is vulnerable to ordinary physical damage and fights directly in melee.[2]
Generation
Each of the four lesser-undead sites in Rampart's cemetery chooses equally between a haunt and a ghost. Cemetery haunts begin asleep and nonhostile despite their invisibility. Elsewhere, haunts are normally hostile and occur in sufficiently strong random-monster pools, wilderness encounters, the Astral Plane and summons.
A haunt named ... can be a deceased historical adventurer whose recorded level was 3 through 6. That construction replaces several ordinary haunt properties, including its status flags and melee style; do not use the ordinary information card as its full description.[3][4][5]
Attacks and remains
An ordinary haunt has two center attacks in its tactical sequence. Each successful hit inflicts ordinary damage and has a 40% chance to add 20 poison strength. Poison immunity stops the poison but does not stop the preceding physical damage.
Its surprise ability can reveal it after attacking and cause a victim without Alertness or Truesight to lose an action. This is an ability checked during monster activity, not an automatic penalty every time you approach an unseen haunt.
Haunts are immune to poison, fear and sleep. Their conversation is threatening rather than a healing or hint service. The dessicated corpse is poisonous food and has no alchemical transformation; its appearance does not make it safe to eat after winning the fight.[6][7][8][9]
Strategy
Keep a cemetery haunt peaceful when possible. An apparently vacant corridor may contain one, and walking into its position can begin a confrontation. Truesight helps distinguish empty space from a creature you would otherwise miss.
Ordinary physical attacks work against a haunt's innate defenses. If you must fight, poison protection and enough room to retreat are more useful than fear or sleep effects. The city's healers do not cure poison, so their proximity is not a complete recovery plan.
Do not rely on surrender to a hostile haunt: the generic surrender process can take your cash and best item, strengthen it, and still leave an evil-speaking opponent attacking. Avoid provoking a peaceful one merely to test whether it will accept a bargain.
References
- ↑ lev.c in Omega 0.90.4, lines 373–394; mon.c in Omega 0.90.4, lines 134–203; mmelee.c in Omega 0.90.4, lines 8–51; mmelee.c in Omega 0.90.4, lines 109–117; time.c in Omega 0.90.4, lines 47–74; item.c in Omega 0.90.4, lines 63–139. Ordinary construction, attacks, timing and poisonous remains.
- ↑ minit.h in Omega 0.90.4, line 137.
- ↑ city.c in Omega 0.90.4, line 584 (
make_minor_undead). - ↑ lev.c in Omega 0.90.4, line 280 (
m_create). - ↑ mon.c in Omega 0.90.4, line 689 (
make_log_npc). - ↑ mspec.c in Omega 0.90.4, line 220 (
m_sp_surprise). - ↑ mmelee.c in Omega 0.90.4, line 55 (
monster_melee). - ↑ item.c in Omega 0.90.4, line 63 (
make_corpse). - ↑ itemf1.c in Omega 0.90.4, line 662 (
i_corpse).