Classes:ArtiBlastRadius
Classes: Inventory→CustomInventory→ArtiBlastRadius
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Disc of Repulsion | |||
---|---|---|---|
Actor type | Artifact | Game | ![]() |
DoomEd Number | 10110 | Class Name | ArtiBlastRadius |
Spawn ID | 74 | Identifier | T_ITEMREPULSION |
The disc of repulsion, when used, pushes away nearby movable actors, including players, monsters and even projectiles. It can be used to avoid being hit by missiles, push enemies out of the way, throw them in chasms or traps, or even provoke infighting by making them collide another monsters. An actor projected by the disc of repulsion will take damage when colliding with a wall or another actor.
Monsters with the BOSS or DONTBLAST flags are normally unaffected; as well as any actor that isn't a monster, player, or projectile, unless they have the CANBLAST flag. When an actor is affected, a blue ring with a white cross temporarily appears on it to show the disc of repulsion did take effect.
DECORATE definition
ACTOR ArtiBlastRadius : CustomInventory { +FLOATBOB Inventory.DefMaxAmount Inventory.PickupFlash "PickupFlash" +INVBAR +FANCYPICKUPSOUND Inventory.Icon "ARTIBLST" Inventory.PickupSound "misc/p_pkup" Inventory.PickupMessage "$TXT_ARTIBLASTRADIUS" Tag "$TAG_ARTIBLASTRADIUS" States { Spawn: BLST ABCDEFGH 4 Bright Loop Use: TNT1 A 0 A_Blast } }