I got to thinking about ZH and could not wait any longer for the Aurora Alpha. Can someone tell me how to make the Fuel Air Bomb the Aurora's Primary Weapon?
u lazy bastard dont ask nomore
;------------------------------------------------------------------------------
Object AuroraBomb
; *** ART Parameters ***
; Draw = W3DModelDraw
;; ConditionState = NONE
; Model = EXCarptBmb
; End
; End
; *** DESIGN Parameters ***
; *** ENGINEERING Parameters ***
KindOf = IMMOBILE
Body = ActiveBody ModuleTag_01
MaxHealth = 1.0
InitialHealth = 1.0
End
Behavior = PhysicsBehavior ModuleTag_02
Mass = 150.0
AerodynamicFriction = 7 ; this is now friction-per-sec
ForwardFriction = 200 ; this is now friction-per-sec
End
Behavior = HeightDieUpdate ModuleTag_03
TargetHeight = 40.0
TargetHeightIncludesStructures = Yes
DestroyAttachedParticlesAtHeight = 41.0 ; Hack, todo remove this
End
Behavior = SlowDeathBehavior ModuleTag_04
DestructionDelay = 1000
DestructionDelayVariance = 100
FX = INITIAL FX_DaisyCutterIgnite
FX = FINAL FX_DaisyCutterFinalExplosion
Weapon = MIDPOINT DaisyCutterFlameWeapon ; Just a spot of flame to light trees on fire
Weapon = FINAL DaisyCutterDetonationWeapon
End