Difference between revisions of "Partial invisibility"

From DoomWiki.org

[checked revision][checked revision]
(Data: whoops, missed one redundancy there)
(fmtg and avoid redirects)
 
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
[[Image:InvisibilityE1M3.png|thumb|A blur artifact sits in the tower behind the yellow door in [[E1M3: Toxin Refinery (Doom)|E1M3: Toxin Refinery]].]]
 
[[Image:InvisibilityE1M3.png|thumb|A blur artifact sits in the tower behind the yellow door in [[E1M3: Toxin Refinery (Doom)|E1M3: Toxin Refinery]].]]
 
[[Image:PartInvisPlayerE1M3.png|thumb|A partially invisible player as seen by another player (in [[multiplayer]] mode) on E1M3: Toxin Refinery.]]
 
[[Image:PartInvisPlayerE1M3.png|thumb|A partially invisible player as seen by another player (in [[multiplayer]] mode) on E1M3: Toxin Refinery.]]
 
+
{{Item versions|disambig={{thisisabout|power-up|doom1}}|doom3=Invisibility (Doom 3)|doom4=Invisibility (Doom 2016)}}
A '''partial invisibility''' powerup (called ''blur sphere'' in the manuals) is an [[item]] that appears as a floating red and blue orb with a pulsing eye-like pattern.  
+
A '''partial invisibility''' powerup (called ''blur sphere'' in the manuals) is a [[item#Powerups|powerup]] that is first introduced in [[E1M3: Toxin Refinery (Doom)|E1M3: Toxin Refinery]] from the [[Knee-Deep in the Dead]] episode of [[Doom]]. In that game and in [[Doom II]] it appears as a floating red and blue orb with a pulsing eye-like pattern, whereas in [[Doom 64]] it is purely red with a fast-moving electric pattern.
  
 
Picking up this powerup will grant the [[player]] [[partial invisibility effect|partial invisibility]] for 60 seconds. The player's [[sprite]] (in [[multiplayer]] mode) will appear similar to that of the [[spectre]], while the affected player will see their own weapons and hands as partially invisible. When five seconds remain, the weapon will begin blinking, signaling the end of the artifact's effects; the player sprite however remains fully blurred until all 60 seconds elapse. Picking up another partial invisibility item while a previously collected one is still active resets the duration to 60 seconds; any surplus time is lost. For this reason it is best to not collect another sphere until the current one is about to expire.
 
Picking up this powerup will grant the [[player]] [[partial invisibility effect|partial invisibility]] for 60 seconds. The player's [[sprite]] (in [[multiplayer]] mode) will appear similar to that of the [[spectre]], while the affected player will see their own weapons and hands as partially invisible. When five seconds remain, the weapon will begin blinking, signaling the end of the artifact's effects; the player sprite however remains fully blurred until all 60 seconds elapse. Picking up another partial invisibility item while a previously collected one is still active resets the duration to 60 seconds; any surplus time is lost. For this reason it is best to not collect another sphere until the current one is about to expire.
  
Monsters firing upon an affected player will have their accuracy reduced, in that their aim is offset by a random angle, causing them to miss more often. This however may cause more experienced players to inadvertently dodge ''toward'' incoming [[projectile]]s, being accustomed to monsters firing directly forward. Nevertheless, a blur sphere confers a definite advantage against long-range [[hitscan]] attacks such as those of [[zombies]] or [[spiderdemon]]s. The partial invisibility is unable to disrupt monster [[melee attack]]s, [[Revenant|homing missiles]], or the [[arch-vile]]'s flame attack.
+
Monsters firing upon an affected player will have their accuracy reduced, in that their aim is horizontally offset by a random angle, causing them to miss more often. Missile attacks receive a random offset of ±22.5°, while the random offset received by hitscan attacks is ±45°. Note than the hitscan attacks of monsters already have a built-in spread of ±22.5°, which means that those attacks aimed at partially invisible player get scattered up to ±67.5° in a random direction on the horizontal plane. This however may cause more experienced players to inadvertently dodge ''toward'' incoming [[projectile]]s, being accustomed to monsters firing directly forward. Nevertheless, a blur sphere confers a definite advantage against long-range [[hitscan]] attacks such as those of [[zombie]]s or [[spiderdemon]]s. The partial invisibility is unable to disrupt monster [[melee attack]]s, [[Revenant|homing missiles]], or the [[arch-vile]]'s flame attack.
  
Partial invisibility can also be invoked with the [[Doom cheat codes|cheat code]] <tt>idbeholdi</tt>.
+
Partial invisibility can also be invoked with the [[Doom cheat codes|cheat code]] {{c|idbeholdi}}.
  
 
In [[Parameter#-altdeath|-altdeath]] mode, partial invisibility and [[invulnerability]] spheres do not [[Multiplayer|respawn]]. Some [[source port]]s allow flags to be set to cause them to respawn.
 
In [[Parameter#-altdeath|-altdeath]] mode, partial invisibility and [[invulnerability]] spheres do not [[Multiplayer|respawn]]. Some [[source port]]s allow flags to be set to cause them to respawn.
Line 15: Line 15:
  
 
== Data ==
 
== Data ==
 +
[[File:Doom 64 partial invisibility MAP03.png|thumb|A partial invisibility found in a secret in [[Doom 64]] [[MAP03: Main Engineering (Doom 64)|MAP03: Main Engineering]].]]
  
{| {{Prettytable}}
+
{| {{prettytable}}
!colspan="2"|Thing attributes
+
!colspan="2"|Partial invisibility data
 +
|-
 +
| [[Thing types|Thing type]]||2024 (decimal), 7E8 (hex)
 
|-
 
|-
| Thing type||2024 (decimal), 7E8 (hex)
+
| [[Mobj|Enum]]||MT_INS (58) - Doom<br>MT_ITEM_INVISSPHERE (65) - Doom 64
 
|-
 
|-
| Appears in||Shareware Doom<br>Registered Doom<br>Ultimate Doom<br>Doom II/Final Doom
+
| Appears in||[[Shareware]] Doom<br>[[Doom]]/[[Ultimate Doom]]<br>[[Doom II]]/[[Final Doom]]<br>[[Doom 64]]/[[The Lost Levels|Lost Levels]]
 
|-
 
|-
 
| Radius||20
 
| Radius||20
 +
|-
 +
| Height||16
 
|-
 
|-
 
| [[Sprite]]||PINS
 
| [[Sprite]]||PINS
 
|-
 
|-
| [[Thing types|Class]]|||Artifact<br>Pickup
+
| Frames||4 [ABCD] - Doom<br>6 [ABCDBC] - Doom 64
 +
|-
 +
| [[Thing types|Class]]||[[Item]]<br>Pickup
 +
|-
 +
| Flags||{{c|8388609}} (decimal) - Doom<br>{{c|00800001}} (hex) - Doom<br>{{c|1082130433}} (decimal) - Doom 64<br>{{c|40800001}} (hex) - Doom 64
 
|-
 
|-
 +
| Flags list|| 0: Can be picked up (all)<br>23: Affects item % (all)<br>30: Partial translucency (Doom 64)
 
|}
 
|}
  
In [[classic Doom]], partial invisibilities are first encountered on these levels:
+
== Appearance statistics ==
 +
In the [[IWAD]]s the partial invisibility is first encountered on these maps per [[Skill level#Doom and Doom II skill levels|skill level]]:
  
 +
{{col-begin}}
 +
{{col-break|width=50%}}
 
{| {{prettytable}}
 
{| {{prettytable}}
!Game||[[I'm Too Young To Die|ITYTD]] and [[Hey, Not Too Rough|HNTR]]||[[Hurt Me Plenty|HMP]]||[[Ultra-Violence|UV]] and [[Nightmare!|NM]]
+
!colspan="4"|Single-player
 +
|-
 +
!Game / ''Episode''!!1-2!!3!!4-5
 +
|-
 +
|''[[Knee-Deep in the Dead]]''||[[E1M3: Toxin Refinery]]||E1M3: Toxin Refinery||E1M3: Toxin Refinery
 +
|-
 +
|''[[The Shores of Hell]]''||[[E2M3: Refinery]]||E2M3: Refinery||E2M3: Refinery
 +
|-
 +
|''[[Inferno]]''||[[E3M4: House of Pain]]||E3M4: House of Pain||E3M4: House of Pain
 
|-
 
|-
|[[Ultimate Doom]]||[[E1M3: Toxin Refinery]]||[[E1M3: Toxin Refinery]]||[[E1M3: Toxin Refinery]]
+
|''[[Thy Flesh Consumed]]''||[[E4M3: Sever the Wicked]]||E4M3: Sever the Wicked||E4M3: Sever the Wicked
 
|-
 
|-
|[[Doom II]]||[[MAP03: The Gantlet]]||[[MAP03: The Gantlet]]||[[MAP03: The Gantlet]]
+
|[[Doom II]]||[[MAP03: The Gantlet]]||MAP03: The Gantlet||MAP03: The Gantlet
 
|-
 
|-
|[[TNT: Evilution]]||[[MAP03: Power Control]]||[[MAP03: Power Control]]||[[MAP03: Power Control]]
+
|[[TNT: Evilution]]||[[MAP03: Power Control]]||MAP03: Power Control||MAP03: Power Control
 
|-
 
|-
|[[The Plutonia Experiment|Plutonia]]||[[MAP09: Abattoire]]||[[MAP09: Abattoire]]||[[MAP09: Abattoire]]
+
|[[Plutonia Experiment]]||[[MAP09: Abattoire]]||MAP09: Abattoire||MAP09: Abattoire
 +
|-
 +
|[[Doom 64]]||[[MAP03: Main Engineering]]||MAP03: Main Engineering||MAP03: Main Engineering
 +
|-
 +
|[[The Lost Levels]]||[[MAP35: Evil Sacrifice]]||MAP35: Evil Sacrifice||MAP35: Evil Sacrifice
 
|}
 
|}
 +
{{col-break}}
 +
{| {{prettytable}}
 +
!colspan="4"|Multiplayer
 +
|-
 +
!Game / ''Episode''!!1-2!!3!!4-5
 +
|-
 +
|''Knee-Deep in the Dead''||E1M3: Toxin Refinery||E1M3: Toxin Refinery||E1M3: Toxin Refinery
 +
|-
 +
|''The Shores of Hell''||E2M3: Refinery||E2M3: Refinery||E2M3: Refinery
 +
|-
 +
|''Inferno''||E3M4: House of Pain||E3M4: House of Pain||E3M4: House of Pain
 +
|-
 +
|''Thy Flesh Consumed''||[[E4M1: Hell Beneath]]||E4M1: Hell Beneath||E4M1: Hell Beneath
 +
|-
 +
|Doom II||MAP03: The Gantlet||MAP03: The Gantlet||MAP03: The Gantlet
 +
|-
 +
|TNT: Evilution||MAP03: Power Control||MAP03: Power Control||MAP03: Power Control
 +
|-
 +
|Plutonia Experiment||MAP09: Abattoire||MAP09: Abattoire||MAP09: Abattoire
 +
|}
 +
{{col-end}}
  
The [[IWAD]]s contain the following numbers of partial invisibilities:
+
The IWADs contain the following numbers of partial invisibilities per skill level:
  
{| {{prettytable}}
+
{{col-begin}}
!Game||ITYTD and HNTR||HMP||UV and NM
+
{{col-break|width=50%}}
 +
{| {{prettytable|style=text-align: center;}}
 +
!colspan="4"|Single-player
 +
|-
 +
!Game / ''Episode''!!1-2!!3!!4-5
 +
|-
 +
|style="text-align: left;"|''[[Knee-Deep in the Dead]]''||''6''||''6''||''6''
 +
|-
 +
|style="text-align: left;"|''[[The Shores of Hell]]''||''9''||''9''||''9''
 +
|-
 +
|style="text-align: left;"|''[[Inferno]]''||''3''||''3''||''3''
 +
|-
 +
|style="text-align: left;"|[[Doom|Doom (registered)]]||18||18||18
 +
|-
 +
|style="text-align: left;"|''[[Thy Flesh Consumed]]''||''5''||''6''||''6''
 +
|-
 +
|style="text-align: left;"|[[Ultimate Doom]]||23||24||24
 +
|-
 +
|style="text-align: left;"|[[Doom II]]||26||26||26
 +
|-
 +
|style="text-align: left;"|[[TNT: Evilution]]||23||22||22
 +
|-
 +
|style="text-align: left;"|[[Plutonia Experiment]]||11||11||11
 +
|-
 +
|style="text-align: left;"|[[Doom 64]]||11||11||11
 +
|-
 +
|style="text-align: left;"|[[The Lost Levels]]||2||2||2
 +
|}
 +
{{col-break}}
 +
{| {{prettytable|style=text-align: center;}}
 +
!colspan="4"|Multiplayer
 +
|-
 +
!Game / ''Episode''!!1-2!!3!!4-5
 +
|-
 +
|style="text-align: left;"|''Knee-Deep in the Dead''||''7''||''7''||''7''
 +
|-
 +
|style="text-align: left;"|''The Shores of Hell''||''9''||''9''||''9''
 +
|-
 +
|style="text-align: left;"|''Inferno''||''3''||''3''||''3''
 +
|-
 +
|style="text-align: left;"|Doom (registered)||19||19||19
 +
|-
 +
|style="text-align: left;"|''Thy Flesh Consumed''||''7''||''8''||''8''
 
|-
 
|-
|Ultimate Doom||23||23||23
+
|style="text-align: left;"|Ultimate Doom||26||27||27
 
|-
 
|-
|Doom II||26||26||26
+
|style="text-align: left;"|Doom II||28||28||28
 
|-
 
|-
|TNT: Evilution||23||22||22
+
|style="text-align: left;"|TNT: Evilution||24||24||24
 
|-
 
|-
|The Plutonia Experiment|Plutonia||11||11||11
+
|style="text-align: left;"|Plutonia Experiment||11||11||11
 
|}
 
|}
 +
{{col-end}}
  
 
== Other games and ports ==
 
== Other games and ports ==
 +
Due to difficulty in rendering the effect, all partial invisibility spheres were removed from the [[Atari Jaguar]] map set, and all other ports using its map set do not contain any instances of this powerup in those maps. Most were replaced with [[Supercharge|soul sphere]]s.
  
[[Image:Doom3 invisibility.png|right|thumb|Invisibility powerup in [[D3DM3: Frag Chamber]].]]
+
The [[Sony PlayStation]] version restored the powerup to its [[vanilla]] appearance but, as with spectres, it applies [[translucency]] to the player's sprite and weapons. However, it was not added back to maps which were adapted from the Jaguar version. In the [[Ultimate Doom]] episode, the powerup only occurs in levels beginning with [[E4M3: Sever the Wicked (Doom)|MAP26: Sever the Wicked]]. It appears as normal throughout the [[Doom II]] episode. It can also be found as usual in all episodes of the PlayStation [[Final Doom (PlayStation)|Final Doom]].
  
Due to difficulty in rendering the effect, all partial invisibility spheres were removed from the [[Atari Jaguar]] map set, and all other ports using its map set do not contain any of this powerup in those maps. Most were replaced with [[soul sphere]]s.
+
The [[Sega Saturn]] version retains the powerup and effect from the PlayStation version, but re-implements it using a {{wp|stipple}} pattern due to the system's lack of hardware blending support. When displayed on a typical 1997-era {{wp|Cathode-ray tube|CRT}} television set with an analog input signal, this effect was largely indistinguishable from actual translucency.
  
The [[Sony PlayStation]] version restored the powerup to its [[vanilla]] appearance but, as with spectres, applies [[translucency]] to the player's sprite and weapons. The powerup only occurs in original maps made for the port and in [[Doom II]] levels &ndash; it was not added back to maps adapted from the Jaguar version.
+
The [[Super NES]] version of Doom retains the powerup for players, but like the PlayStation version applies translucency using the Super Nintendo PPU's hardware layer blending capability. At the same time however, it does not retain spectres as enemies, since they cannot be drawn on a separate layer in the same way as a player's weapon, and the {{wp|Super FX}} blitter's capabilities do not include the ability to blend individual elements of the screen against an existing background within the same layer. The Super Nintendo version makes the powerup more powerful: unawakened enemies will not see the player at all unless approached at melee range or if they take damage from an attack.
  
 
[[Doom 64]]'s partial invisibility item has the appearance of a dark red sphere with a central core emitting multiple electric arcs. Like the PlayStation version, the marine will appear slightly translucent.
 
[[Doom 64]]'s partial invisibility item has the appearance of a dark red sphere with a central core emitting multiple electric arcs. Like the PlayStation version, the marine will appear slightly translucent.
  
There is an ''invisibility'' powerup in [[Doom 3]], appearing chiefly in multiplayer. It has no effect on monsters, only rendering the player translucent.
+
There is an [[Invisibility (Doom 3)|invisibility]] powerup in [[Doom 3]], appearing chiefly in multiplayer. It has no effect on monsters, only rendering the player translucent.
 +
 
 +
== Gallery ==
 +
<gallery mode=nolines widths="200px" heights="150px">
 +
Psx-deadsimple-04.png|[[Translucency]] effect on chaingun after picking the powerup in the [[Sony PlayStation|PlayStation]] port of Doom and the derived [[Final Doom (PlayStation)|Final Doom]].
 +
Doom3 invisibility.png|[[Invisibility (Doom 3)|Invisibility powerup]] in Doom 3 in [[D3DM3 - Frag Chamber]].
 +
Betainvis.png|thumb|The partial invisibilty powerup, as seen in the [[Doom press release beta]].
 +
Map30-Saturn-blueGateAndTeleportToEndArea.png|Reworked effect seen on the player's weapon sprite in [[Sega Saturn]] port.
 +
SNES Doom Partial Invis FX.png|Partial invisibility affecting the player in the Super NES version of Doom.
 +
</gallery>
  
 
== Notes ==
 
== Notes ==
 
+
* [[Demon]]s and spectres appear to direct some attacks away from an invisible player, but only the sprite frames have been changed; the melee attack is aimed normally. In [[Versions of Doom and Doom II|versions]] of Doom prior to v1.5, the attack angle was also offset, and consequently these monsters could initiate [[Monster infighting|infighting]].
[[Image:Betainvis.png|thumb|The partial invisibilty powerup, as seen in the [[Doom press release beta]].]]
+
* When an invisible player is killed, his corpse sprite will retain its blurry appearance, as a spectre's corpse does.
*[[Demon]]s and spectres appear to direct some attacks away from an invisible player, but only the sprite frames have been changed; the melee attack is aimed normally. In [[Versions of Doom and Doom II|versions]] of Doom prior to v1.5, the attack angle was also offset, and consequently these monsters could initiate [[infighting]].
+
* [[Deathmatch]] players should note that weapons with visible projectiles, particularly the [[plasma gun]], can give away a blurred player's position, as the opponent may target the shots' point of origin.
*When an invisible player is killed, his corpse sprite will retain its blurry appearance, as a spectre's corpse does.
+
* [[ZDoom]]-based source ports enhance the powerup's effect so that, in addition to the above, [[Monster behavior|idle]] monsters are not alerted when the partially invisible player is within their sight, as with the similar [[Shadowsphere]] powerup in [[Heretic]].
*[[Deathmatch]] players should note that weapons with visible projectiles, particularly the [[plasma gun]], can give away a blurred player's position, as the opponent may target the shots' point of origin.
 
*[[ZDoom]]-based source ports enhance the powerup's effect so that, in addition to the above, [[Monster behavior|idle]] monsters are not alerted when the partially invisible player is within their sight, as with the similar [[Shadowsphere]] powerup in [[Heretic]].
 
  
 
== See also ==
 
== See also ==
 
+
* [[Doom95#Compatibility issues|Partial invisibility issue in Doom95]]
*[[Doom95#Compatibility issues|Partial invisibility issue in Doom95]]
+
* [[Shadowsphere]]
 +
* [[Shadow armor]]
  
 
{{Doom items}}
 
{{Doom items}}
 
[[Category:Doom 3 items]]
 

Latest revision as of 13:50, 16 June 2023

A blur artifact sits in the tower behind the yellow door in E1M3: Toxin Refinery.
A partially invisible player as seen by another player (in multiplayer mode) on E1M3: Toxin Refinery.
This article is about the power-up in the classic Doom series. For other versions of this item, see:

A partial invisibility powerup (called blur sphere in the manuals) is a powerup that is first introduced in E1M3: Toxin Refinery from the Knee-Deep in the Dead episode of Doom. In that game and in Doom II it appears as a floating red and blue orb with a pulsing eye-like pattern, whereas in Doom 64 it is purely red with a fast-moving electric pattern.

Picking up this powerup will grant the player partial invisibility for 60 seconds. The player's sprite (in multiplayer mode) will appear similar to that of the spectre, while the affected player will see their own weapons and hands as partially invisible. When five seconds remain, the weapon will begin blinking, signaling the end of the artifact's effects; the player sprite however remains fully blurred until all 60 seconds elapse. Picking up another partial invisibility item while a previously collected one is still active resets the duration to 60 seconds; any surplus time is lost. For this reason it is best to not collect another sphere until the current one is about to expire.

Monsters firing upon an affected player will have their accuracy reduced, in that their aim is horizontally offset by a random angle, causing them to miss more often. Missile attacks receive a random offset of ±22.5°, while the random offset received by hitscan attacks is ±45°. Note than the hitscan attacks of monsters already have a built-in spread of ±22.5°, which means that those attacks aimed at partially invisible player get scattered up to ±67.5° in a random direction on the horizontal plane. This however may cause more experienced players to inadvertently dodge toward incoming projectiles, being accustomed to monsters firing directly forward. Nevertheless, a blur sphere confers a definite advantage against long-range hitscan attacks such as those of zombies or spiderdemons. The partial invisibility is unable to disrupt monster melee attacks, homing missiles, or the arch-vile's flame attack.

Partial invisibility can also be invoked with the cheat code idbeholdi.

In -altdeath mode, partial invisibility and invulnerability spheres do not respawn. Some source ports allow flags to be set to cause them to respawn.

This item is included in the items percentage displayed at the end of each level.

Data[edit]

A partial invisibility found in a secret in Doom 64 MAP03: Main Engineering.
Partial invisibility data
Thing type 2024 (decimal), 7E8 (hex)
Enum MT_INS (58) - Doom
MT_ITEM_INVISSPHERE (65) - Doom 64
Appears in Shareware Doom
Doom/Ultimate Doom
Doom II/Final Doom
Doom 64/Lost Levels
Radius 20
Height 16
Sprite PINS
Frames 4 [ABCD] - Doom
6 [ABCDBC] - Doom 64
Class Item
Pickup
Flags 8388609 (decimal) - Doom
00800001 (hex) - Doom
1082130433 (decimal) - Doom 64
40800001 (hex) - Doom 64
Flags list 0: Can be picked up (all)
23: Affects item % (all)
30: Partial translucency (Doom 64)

Appearance statistics[edit]

In the IWADs the partial invisibility is first encountered on these maps per skill level:

The IWADs contain the following numbers of partial invisibilities per skill level:

Other games and ports[edit]

Due to difficulty in rendering the effect, all partial invisibility spheres were removed from the Atari Jaguar map set, and all other ports using its map set do not contain any instances of this powerup in those maps. Most were replaced with soul spheres.

The Sony PlayStation version restored the powerup to its vanilla appearance but, as with spectres, it applies translucency to the player's sprite and weapons. However, it was not added back to maps which were adapted from the Jaguar version. In the Ultimate Doom episode, the powerup only occurs in levels beginning with MAP26: Sever the Wicked. It appears as normal throughout the Doom II episode. It can also be found as usual in all episodes of the PlayStation Final Doom.

The Sega Saturn version retains the powerup and effect from the PlayStation version, but re-implements it using a stipple pattern due to the system's lack of hardware blending support. When displayed on a typical 1997-era CRT television set with an analog input signal, this effect was largely indistinguishable from actual translucency.

The Super NES version of Doom retains the powerup for players, but like the PlayStation version applies translucency using the Super Nintendo PPU's hardware layer blending capability. At the same time however, it does not retain spectres as enemies, since they cannot be drawn on a separate layer in the same way as a player's weapon, and the Super FX blitter's capabilities do not include the ability to blend individual elements of the screen against an existing background within the same layer. The Super Nintendo version makes the powerup more powerful: unawakened enemies will not see the player at all unless approached at melee range or if they take damage from an attack.

Doom 64's partial invisibility item has the appearance of a dark red sphere with a central core emitting multiple electric arcs. Like the PlayStation version, the marine will appear slightly translucent.

There is an invisibility powerup in Doom 3, appearing chiefly in multiplayer. It has no effect on monsters, only rendering the player translucent.

Gallery[edit]

Notes[edit]

  • Demons and spectres appear to direct some attacks away from an invisible player, but only the sprite frames have been changed; the melee attack is aimed normally. In versions of Doom prior to v1.5, the attack angle was also offset, and consequently these monsters could initiate infighting.
  • When an invisible player is killed, his corpse sprite will retain its blurry appearance, as a spectre's corpse does.
  • Deathmatch players should note that weapons with visible projectiles, particularly the plasma gun, can give away a blurred player's position, as the opponent may target the shots' point of origin.
  • ZDoom-based source ports enhance the powerup's effect so that, in addition to the above, idle monsters are not alerted when the partially invisible player is within their sight, as with the similar Shadowsphere powerup in Heretic.

See also[edit]