Classes:BeastBall
The smoking projectile belched forth by Weredragons.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Weredragon fireball | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | BeastBall |
| Spawn ID | 120 | Identifier | T_BEASTBALL |
Classes: BeastBall
DECORATE definition
ACTOR BeastBall
{
Radius 9
Height 8
Speed 12
FastSpeed 20
Damage 4
Projectile
-ACTIVATEIMPACT
-ACTIVATEPCROSS
-NOBLOCKMAP
+WINDTHRUST
+SPAWNSOUNDSOURCE
RenderStyle Add
SeeSound "beast/attack"
States
{
Spawn:
FRB1 AABBCC 2 A_SpawnItemEx("Puffy", random2[BeastPuff]()*0.015625, random2[BeastPuff]()*0.015625,
random2[BeastPuff]()*0.015625, 0, 0, 0, 0, SXF_ABSOLUTEPOSITION, 64)
Loop
Death:
FRB1 DEFGH 4
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.