Classes:FireDemonRock5: Difference between revisions
Jump to navigation
Jump to search
(New page: {{Actor| | type = SFX | name = Afrit rock | class = FireDemonRock5 | game = Hexen }}Classes: FireDemonRock1→<u>FireDemonRock5</u><br> A rock that can be...) |
Blue Shadow (talk | contribs) |
||
| Line 7: | Line 7: | ||
A rock that can be created when an [[Classes:FireDemon|afrit]] unrolls from its protective ball. |
A rock that can be created when an [[Classes:FireDemon|afrit]] unrolls from its protective ball. |
||
==== [[DECORATE]] definition ==== |
==== [[DECORATE]] definition ==== |
||
ACTOR <u>FireDemonRock5</u> : |
ACTOR <u>FireDemonRock5</u> : {{Class|FireDemonRock1}} |
||
{ |
{ |
||
Game Hexen |
{{Property|Game}} Hexen |
||
States |
States |
||
{ |
{ |
||
Revision as of 07:56, 20 October 2012
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Afrit rock | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | FireDemonRock5 |
Classes: FireDemonRock1→FireDemonRock5
A rock that can be created when an afrit unrolls from its protective ball.
DECORATE definition
ACTOR FireDemonRock5 : FireDemonRock1 { Game Hexen States { Spawn: FDMN W 4 Loop Death: FDMN W 5 A_SmBounce XDeath: FDMN W 200 Stop } }