52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
# ****************************************************************************
|
|
# CUI
|
|
#
|
|
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
|
|
#
|
|
# The use, dissemination or disclosure of data in this file is subject to
|
|
# limitation or restriction. See accompanying README and LICENSE for details.
|
|
# ****************************************************************************
|
|
# * * ************************************** * *
|
|
# * ****** blue ew aircraft ****** *
|
|
# * ****** with 2-18GHz jam ****** *
|
|
# * * ************************************** * *
|
|
|
|
include_once weapons/jammer/radar_jammer_2_18ghz.txt
|
|
include_once weapons/jammer/comm_jammer_30m_3g.txt
|
|
include_once signatures/fighter_sigs.txt
|
|
|
|
platform_type BLUE_EW_AIRCRAFT WSF_PLATFORM
|
|
icon EA-6B
|
|
side blue
|
|
|
|
infrared_signature FIGHTER_INFRARED_SIG
|
|
optical_signature FIGHTER_OPTICAL_SIG
|
|
radar_signature FIGHTER_RADAR_SIG
|
|
|
|
//@ mover
|
|
mover WSF_AIR_MOVER
|
|
default_radial_acceleration 2.0 g
|
|
default_linear_acceleration 1.0 g
|
|
default_climb_rate 200 fps
|
|
minimum_altitude 500 m
|
|
end_mover
|
|
|
|
weapon radar_jammer RADAR_JAMMER_2_18GHZ
|
|
on
|
|
yaw 0 deg
|
|
pitch -10 deg
|
|
ignore_same_side
|
|
end_weapon
|
|
|
|
weapon comm_jammer COMM_JAMMER_30M_3G
|
|
on
|
|
ignore_same_side
|
|
end_weapon
|
|
|
|
processor data_mgr WSF_TRACK_PROCESSOR
|
|
purge_interval 60 sec
|
|
end_processor
|
|
|
|
end_platform_type
|
|
|