更新攻打航舰,加油任务效果

This commit is contained in:
2026-02-09 02:30:44 +08:00
parent fbb0fe1767
commit 2e3d0fe492
20 changed files with 1797 additions and 15 deletions

35
platforms/BSHIP.txt Normal file
View File

@@ -0,0 +1,35 @@
# File generated by Wizard 2.9.0 on Feb 9, 2026.
include_once processors/ucavFire.txt
platform_type BSHIP WSF_PLATFORM
icon ship
infrared_signature VEHICLE_INFRARED_SIGNATURE
optical_signature VEHICLE_OPTICAL_SIGNATURE
radar_signature VEHICLE_RADAR_SIGNATURE
commander SELF
processor data_mgr WSF_TRACK_PROCESSOR
purge_interval 60 sec
update_interval 1 sec
end_processor
processor track_manager WSF_TRACK_PROCESSOR
purge_interval 60 sec
report_interval 5 sec
report_method batch
report_to commander via sub_net
end_processor
comm sub_net TEAM_DATALINK
network_name red_net
internal_link track_manager
internal_link data_mgr
end_comm
processor task_mgr ucavFire
script_variables
SENSOR_NAME = "sensor1";
WEAPON_NAME = "agm";
end_script_variables
end_processor
end_platform_type