Classes:ProjectileBlade
Classes: ProjectileBlade
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Blade | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | ProjectileBlade |
| Spawn ID | 64 | Identifier | T_BLADE |
DECORATE definition
ACTOR ProjectileBlade
{
Speed 6
Radius 6
Height 6
Damage 3
+NOBLOCKMAP
+NOGRAVITY
+DROPOFF
+MISSILE
+NOTELEPORT
States
{
Spawn:
BLAD A -1
Stop
Death:
BLAD A 1
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.