Classes:PowerCoupling
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Power coupling | |||
|---|---|---|---|
| Actor type | Breakable | Game | |
| DoomEd Number | 220 | Class Name | PowerCoupling |
| Conversation ID | 288 | Puzzle Item ID | N/A |
Classes: PowerCoupling
This actor needs a description.
DECORATE definition
ACTOR PowerCoupling 220 native
{
Game Strife
ConversationID 288,-1,-1
Health 40
Radius 17
Height 64
Mass 999999
+SOLID
+SHOOTABLE
+DROPPED
+NOBLOOD
+NOTDMATCH
+INCOMBAT
States
{
Spawn:
COUP AB 5
Loop
}
}