Classes:Feather
Classes: Feather
Feathers spawned when a chicken, player-controled or not, is hurt or killed.
| Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things: 
 | 
| Feather | |||
|---|---|---|---|
| Actor type | Gibs | Game |  | 
| DoomEd Number | None | Class Name | Feather | 
| Spawn ID | 121 | Identifier | T_FEATHER | 
DECORATE definition
    
ACTOR Feather
{
  Radius 2
  Height 4
  +MISSILE
  +DROPOFF
  +NOTELEPORT
  +CANNOTPUSH
  +WINDTHRUST
  +DONTSPLASH
  Gravity 0.125
  States
  {
  Spawn:
    CHKN MNOPQPON 3
    Loop
  Death:
    CHKN N 6
    Stop
  }
}
    
    This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.