武装突袭3

武装突袭3

评价数不足
Realistic SAM Battery
   
奖励
收藏
已收藏
取消收藏
Data Type: Composition
Composition Type: AntiAir, Emplacement
DLC: Jets
Meta: Dependency
文件大小
发表于
18.062 KB
8 月 8 日 下午 4:08
1 项改动说明 ( 查看 )

订阅以下载
Realistic SAM Battery

描述
A simple array of 6 anti-air launchers around a targeting radar. However, if you destroy the radar, the launchers become disabled, so you can have more than one SAM battery in a mission without all of them sharing information via datalink.

Uses the following script on the radar...
this addEventHandler ["Killed", {
params ["_unit", "_killer", "_instigator", "_useEffects"];
{
deleteVehicleCrew _x;
} forEach (synchronizedObjects _unit);
}];
All launchers are sync'd to the radar, triggering their AI crew to be deleted when the radar is killed.