Draft:Haunt: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态
按已批准的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>
{| class="wikitable"
! Level !! HP !! Attack strength !! Armor class !! Base damage !! Kill XP
|-
| 4 || 50 || 15 || 5 || 20 || 150
|}


__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 this table 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>
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

Omega 0.90.4
h Haunt
FormOrdinary creature
Attacks2 center attacks: 0–19 physical each before absorption; each landed hit has a 40% chance of +20 poison strength
Special abilitiesInvisible surprise
Base level4
HP50
Hit15
Defense5
Action interval7 ticks; lower is faster
Kill experience150, when death is in sight
GenerationRandom pools; peaceful cemetery specimens
Carried itemsNo fixed item or random starting treasure
ImmunitiesPoison, fear, sleep
RemainsDessicated corpse; 50% on normal death
Remains usePoisonous food; no alchemy
Traits
  • Normally hostile
  • Initially invisible
  • Moves; cannot pass through walls
Referenceminit.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