Classes:ArtiInvisibility
Classes: Inventory→PowerupGiver→ArtiInvisibility
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Shadowsphere | |||
---|---|---|---|
Actor type | Artifact | Game | ![]() |
DoomEd Number | 75 | Class Name | ArtiInvisibility |
Spawn ID | 135 | Identifier | T_ITEMINVISIBILITY |
The Shadowsphere has an aspect nearly reminiscent of the "sphere" powerups from Doom by its name and its aspect as a round, grimacing face. When used, this artifact makes the player ghostly: nearly invisible, and intangible to most projectiles in the game (see the THRUGHOST flag).
DECORATE definition
ACTOR ArtiInvisibility : PowerupGiver { +COUNTITEM +FLOATBOB +INVENTORY.PICKUPFLASH RenderStyle Translucent Alpha 0.4 Inventory.RespawnTics 4230 Inventory.Icon ARTIINVS Powerup.Type Ghost Inventory.PickupMessage "$TXT_ARTIINVISIBILITY" Tag "$TAG_ARTIINVISIBILITY" States { Spawn: INVS A 350 Bright Loop } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.