So i should add a lifetime update, and a weaponset to this:
Object GenericDebris
; *** ART Parameters ***
Draw = W3DDebrisDraw ModuleTag_01
;nothing
End
; ***DESIGN parameters ***
EditorSorting = SYSTEM
; *** AUDIO Parameters ***
SoundDie = NoSound
; *** ENGINEERING Parameters ***
KindOf = UNATTACKABLE
Behavior = PhysicsBehavior ModuleTag_03
AllowBouncing = Yes
KillWhenRestingOnGround = Yes
End
Behavior = SlowDeathBehavior ModuleTag_04
SinkDelay = 5000
SinkRate = 0.003 ; in Dist/Sec
DestructionDelay = 2000
End
End
|