56 lines
1.4 KiB
Plaintext
56 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.
|
|
# ****************************************************************************
|
|
|
|
|
|
include_once ../weapons/aam/simple_a2a_missile.txt
|
|
|
|
platform_type BLUE_ADV_FIGHTER_1_BASE WSF_PLATFORM
|
|
|
|
icon F-22
|
|
category fighter
|
|
|
|
mover WSF_AIR_MOVER
|
|
|
|
roll_rate_limit 1 rad/sec
|
|
default_linear_acceleration 1.0 g
|
|
default_radial_acceleration 6.5 g
|
|
default_climb_rate 400 fps
|
|
|
|
# Mach 1.7 (1095.3 kts) at 30K feet, with afterburner, Janes Reference
|
|
maximum_speed 1095.3 knots
|
|
|
|
# Ceiling, Janes Reference
|
|
maximum_altitude 50000 ft
|
|
minimum_altitude 50 ft
|
|
|
|
# g limit, Janes Reference
|
|
maximum_linear_acceleration 9 g
|
|
|
|
#no_pitch
|
|
at_end_of_path extrapolate
|
|
|
|
end_mover
|
|
|
|
fuel WSF_VARIABLE_RATE_FUEL
|
|
rate 7.0 lb/s
|
|
initial_quantity 14000 lb
|
|
maximum_quantity 14000 lb
|
|
end_fuel
|
|
|
|
|
|
processor track_manager WSF_TRACK_PROCESSOR
|
|
//debug
|
|
purge_interval 60 sec
|
|
update_interval 1 sec
|
|
end_processor
|
|
|
|
weapon int_missile SIMPLE_A2A_MISSILE_WEAPON end_weapon
|
|
|
|
end_platform_type
|