Draft:Spectre: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
补齐披风与靴总览、十四种单品及别名,修正防护披风炼金并连接相关草稿
新增怪物符号索引与信息卡,补充四篇示例怪物并连接双语首页
Line 1: Line 1:
{{Version box|version=0.90.4}}
{{Version box|version=0.90.4}}
{{Monster infobox
|name=Spectre
|glyph=S
|color=grey
|level=5
|hp=75
|speed=6
|hit=20
|defense=20
|damage=0–19 ordinary, plus life drain
|xp=200, when death is in sight
|attacks=3 spirit touches; no defensive actions
|abilities=Life drain, strength 5; no ranged attack
|immunities=Poison, fear, sleep
|behavior=Hostile; flies; cannot pass through walls
|items=No fixed item or random starting treasure
|remains=Spectre's veil; 50% on normal death
|remains_use=Alchemy: +5 [[Draft:Cloak of negimmunity|cloak of negimmunity]]; not food
|sources={{Source|minit.h|173}}; {{Source|lev.c|373|394}}; {{Source|mon.c|134|203}}; {{Source|mmelee.c|8|20}}; {{Source|item.c|63|139}}
}}


A '''spectre''' is a flying undead creature with life-draining touch attacks, displayed as a grey '''S'''. It is a fixed opponent in the [[Draft:Rampart Coliseum|Coliseum]] and a potential source of remains that can become a [[Draft:Cloak of negimmunity|cloak of negative-energy protection]].<ref name="minit-h-173">{{Source|minit.h|173}}.</ref>
A '''spectre''' is a flying undead creature with life-draining touch attacks, displayed as a grey '''S'''. It is a fixed opponent in the [[Draft:Rampart Coliseum|Coliseum]] and a potential source of remains that can become a [[Draft:Cloak of negimmunity|cloak of negative-energy protection]].<ref name="minit-h-173">{{Source|minit.h|173}}.</ref>


__TOC__
== Generation ==
{| class="wikitable"
{| class="wikitable"
! Encounter !! Level !! HP !! Attack strength !! Armor class !! Base damage !! Kill XP
! Encounter !! Level !! HP !! Hit / defense !! Raw melee roll !! Kill XP
|-
|-
| Ordinary spectre || 5 || 75 || 20 || 20 || 20 || 200
| Ordinary spectre || 5 || 75 || 20 / 20 || 0&ndash;19 || 200
|-
|-
| Fixed arena spectre || 5 || 125 || 40 || 20 || 30 || 200
| Fixed arena spectre || 5 || 125 || 40 / 20 || 0&ndash;29 || 200
|}
|}
__TOC__
== Generation ==
Spectres occur in sufficiently strong random-monster pools, wilderness encounters, the Astral Plane and summons. The Coliseum supplies a named, strengthened spectre after the manticore in its fixed sequence. That arena construction is distinct from ordinary random generation.
Spectres occur in sufficiently strong random-monster pools, wilderness encounters, the Astral Plane and summons. The Coliseum supplies a named, strengthened spectre after the manticore in its fixed sequence. That arena construction is distinct from ordinary random generation.


A '''spectre named ...''' can instead be a deceased [[Draft:Historical adventurer|historical adventurer]] with recorded level 7 through 11. Such a resident combines a spectre's identity with historical combat behavior and does not necessarily retain the ordinary creature's flight or draining melee.
A '''spectre named ...''' can instead be a deceased [[Draft:Historical adventurer|historical adventurer]] with recorded level 7 through 11. Such a resident combines a spectre's identity with historical combat behavior and does not necessarily retain the ordinary creature's flight or draining melee.


An ordinary spectre can carry zero to two random items. It has no fixed starting cloak. The arena's fixed challenger does not receive the ordinary random-inventory allocation, but does receive the arena's disposable garage-door opener.<ref name="lev-c-make_creature">{{Source|lev.c|317}} (<code>make_creature</code>).</ref><ref name="env-c-load_arena">{{Source|env.c|8}} (<code>load_arena</code>).</ref><ref name="mon-c-make_log_npc">{{Source|mon.c|689}} (<code>make_log_npc</code>).</ref>
An ordinary spectre starts with no fixed item and no random treasure. In particular, it does not carry a starting cloak. The arena's fixed challenger receives the arena's disposable garage-door opener.<ref name="lev-c-make_creature">{{Source|lev.c|317}} (<code>make_creature</code>).</ref><ref name="env-c-load_arena">{{Source|env.c|8}} (<code>load_arena</code>).</ref><ref name="mon-c-make_log_npc">{{Source|mon.c|689}} (<code>make_log_npc</code>).</ref>


== Combat ==
== Combat ==
Spectres use spirit movement through obstacles and attack three times in their normal tactical sequence. Each successful touch deals ordinary damage and attempts life drain with strength '''5'''. Without negative-energy immunity, that drain either removes five current Strength and Constitution or removes five character levels with associated HP. Either can be fatal.
Its base action interval is six ticks, compared with a [[Draft:Vampire lord|vampire lord]]'s two. This describes action timing, not six attacks or a promise of six player moves between attacks. Both ordinary and arena spectres use the same three-touch sequence; the arena's higher physical damage does not increase its drain strength.<ref>{{Source|minit.h|173}}; {{Source|minit.h|281}}; {{Source|time.c|47|74}}; {{Source|mmelee.c|24|51}}; {{Source|env.c|8|88}}.</ref>
 
Spectres fly, but cannot pass through walls, statues or portcullises. They do not open ordinary doors intelligently, though they can attempt to break them. They attack three times in their normal tactical sequence. Each successful touch deals ordinary damage and attempts life drain with strength '''5'''. Without negative-energy immunity, that drain either removes five current Strength and Constitution or removes five character levels with associated HP. Either can be fatal.<ref>{{Source|minit.h|173}}; {{Source|mmove.c|129|147}}; {{Source|util.c|93|151}}.</ref>


They are immune to '''poison, fear and sleep''', but not to ordinary physical damage. Unlike a [[Draft:Ghost|ghost]], a spectre is a direct melee threat rather than a source of fear-inducing moans. It has no separate spellcasting or ranged-attack ability.<ref name="mmelee-c-monster_melee">{{Source|mmelee.c|55}} (<code>monster_melee</code>).</ref><ref name="effect3-c-drain_life">{{Source|effect3.c|1167}} (<code>drain_life</code>).</ref><ref name="effect3-c-level_drain">{{Source|effect3.c|323}} (<code>level_drain</code>).</ref>
They are immune to '''poison, fear and sleep''', but not to ordinary physical damage. Unlike a [[Draft:Ghost|ghost]], a spectre is a direct melee threat rather than a source of fear-inducing moans. It has no separate spellcasting or ranged-attack ability.<ref name="mmelee-c-monster_melee">{{Source|mmelee.c|55}} (<code>monster_melee</code>).</ref><ref name="effect3-c-drain_life">{{Source|effect3.c|1167}} (<code>drain_life</code>).</ref><ref name="effect3-c-level_drain">{{Source|effect3.c|323}} (<code>level_drain</code>).</ref>


== Remains and strategy ==
== Remains and strategy ==
Normal death has a 50% chance to produce the ordinary spectre's veil. The fixed arena challenger is marked unique, so normal death always creates its remains. The arena renames the corpse after the challenger, but it retains the spectre's alchemical use.<ref>{{Source|guild1.c|436|446}}; {{Source|mon.c|134|203}}; {{Source|item.c|63|75}}.</ref>
Its '''spectre's veil''' can be transmuted by [[Draft:Ambrosias' Potions et cie|Ambrosias]] into a '''+5 [[Draft:Cloak of negimmunity|cloak of negimmunity]]''' for 400 Au. The veil is a corpse product, not an equippable protective cloak in its original state. Eating it gives no food or immunity benefit.
Its '''spectre's veil''' can be transmuted by [[Draft:Ambrosias' Potions et cie|Ambrosias]] into a '''+5 [[Draft:Cloak of negimmunity|cloak of negimmunity]]''' for 400 Au. The veil is a corpse product, not an equippable protective cloak in its original state. Eating it gives no food or immunity benefit.


Prepare negative-energy protection before the arena match or another deliberate close fight. Ordinary weapons can hurt a spectre, but merely reducing its physical damage leaves the drain intact. Ranged attacks exploit its lack of a ranged response; account for its ability to approach through walls rather than trusting a closed door to hold it.
Prepare negative-energy protection before the arena match or another deliberate close fight. Ordinary weapons can hurt a spectre, but merely reducing its physical damage leaves the drain intact. [[Draft:Cloak of displacement|Displacement]] can avoid the physical damage of a touch that passed the attack check without stopping its subsequent life drain. Ranged attacks exploit its lack of a ranged response. Solid walls block its movement and can help you break contact; an ordinary closed door is less reliable because it can be broken.<ref>{{Source|mmelee.c|8|20}}; {{Source|mmelee.c|124|129}}; {{Source|mmove.c|129|147}}; {{Source|util.c|93|151}}.</ref>


The spectre is less durable than a [[Draft:Vampire lord|vampire lord]] and can yield the same alchemical product, but it is not a safe substitute for an unprotected character. A single successful drain may exceed the levels or attributes a young adventurer can afford to lose.<ref name="item-c-make_corpse">{{Source|item.c|63}} (<code>make_corpse</code>).</ref><ref name="itemf1-c-i_corpse">{{Source|itemf1.c|662}} (<code>i_corpse</code>).</ref><ref name="site1-c-l_alchemist">{{Source|site1.c|805}} (<code>l_alchemist</code>).</ref>
The spectre is less durable than a [[Draft:Vampire lord|vampire lord]] and can yield the same alchemical product, but it is not a safe substitute for an unprotected character. A single successful drain may exceed the levels or attributes a young adventurer can afford to lose.<ref name="item-c-make_corpse">{{Source|item.c|63}} (<code>make_corpse</code>).</ref><ref name="itemf1-c-i_corpse">{{Source|itemf1.c|662}} (<code>i_corpse</code>).</ref><ref name="site1-c-l_alchemist">{{Source|site1.c|805}} (<code>l_alchemist</code>).</ref>


== References ==
== References ==
See also: [[Draft:Monster|Monster overview]] and [[Draft:Defense and protection|Defense and protection]].
<references />
<references />



Revision as of 07:42, 10 September 2026

Omega 0.90.4
S Spectre
FormOrdinary creature
Attacks3 spirit touches; no defensive actions
0–19 ordinary, plus life drain
Special abilitiesLife drain, strength 5; no ranged attack
Base level5
HP75
Hit20
Defense20
Action interval6 ticks; lower is faster
Kill experience200, when death is in sight
Carried itemsNo fixed item or random starting treasure
ImmunitiesPoison, fear, sleep
RemainsSpectre's veil; 50% on normal death
Remains useAlchemy: +5 cloak of negimmunity; not food
Traits
  • Hostile; flies; cannot pass through walls
Referenceminit.h in Omega 0.90.4, line 173; 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–20; item.c in Omega 0.90.4, lines 63–139

A spectre is a flying undead creature with life-draining touch attacks, displayed as a grey S. It is a fixed opponent in the Coliseum and a potential source of remains that can become a cloak of negative-energy protection.[1]

Generation

Encounter Level HP Hit / defense Raw melee roll Kill XP
Ordinary spectre 5 75 20 / 20 0–19 200
Fixed arena spectre 5 125 40 / 20 0–29 200

Spectres occur in sufficiently strong random-monster pools, wilderness encounters, the Astral Plane and summons. The Coliseum supplies a named, strengthened spectre after the manticore in its fixed sequence. That arena construction is distinct from ordinary random generation.

A spectre named ... can instead be a deceased historical adventurer with recorded level 7 through 11. Such a resident combines a spectre's identity with historical combat behavior and does not necessarily retain the ordinary creature's flight or draining melee.

An ordinary spectre starts with no fixed item and no random treasure. In particular, it does not carry a starting cloak. The arena's fixed challenger receives the arena's disposable garage-door opener.[2][3][4]

Combat

Its base action interval is six ticks, compared with a vampire lord's two. This describes action timing, not six attacks or a promise of six player moves between attacks. Both ordinary and arena spectres use the same three-touch sequence; the arena's higher physical damage does not increase its drain strength.[5]

Spectres fly, but cannot pass through walls, statues or portcullises. They do not open ordinary doors intelligently, though they can attempt to break them. They attack three times in their normal tactical sequence. Each successful touch deals ordinary damage and attempts life drain with strength 5. Without negative-energy immunity, that drain either removes five current Strength and Constitution or removes five character levels with associated HP. Either can be fatal.[6]

They are immune to poison, fear and sleep, but not to ordinary physical damage. Unlike a ghost, a spectre is a direct melee threat rather than a source of fear-inducing moans. It has no separate spellcasting or ranged-attack ability.[7][8][9]

Remains and strategy

Normal death has a 50% chance to produce the ordinary spectre's veil. The fixed arena challenger is marked unique, so normal death always creates its remains. The arena renames the corpse after the challenger, but it retains the spectre's alchemical use.[10]

Its spectre's veil can be transmuted by Ambrosias into a +5 cloak of negimmunity for 400 Au. The veil is a corpse product, not an equippable protective cloak in its original state. Eating it gives no food or immunity benefit.

Prepare negative-energy protection before the arena match or another deliberate close fight. Ordinary weapons can hurt a spectre, but merely reducing its physical damage leaves the drain intact. Displacement can avoid the physical damage of a touch that passed the attack check without stopping its subsequent life drain. Ranged attacks exploit its lack of a ranged response. Solid walls block its movement and can help you break contact; an ordinary closed door is less reliable because it can be broken.[11]

The spectre is less durable than a vampire lord and can yield the same alchemical product, but it is not a safe substitute for an unprotected character. A single successful drain may exceed the levels or attributes a young adventurer can afford to lose.[12][13][14]

References

See also: Monster overview and Defense and protection.