MODULE
{
name = MissileLauncher
thrust = 30//KN thrust during boost phase ---------推力
cruiseThrust = 2 //thrust during cruise phase ---------巡航推力(没搞懂是怎么算的)
dropTime = 0.3 //how many seconds after release until engine ignites--------和挂架分离0.3s后点燃发动机
boostTime = 2.2 //seconds of boost phase -------2.2s加速阶段
cruiseTime = 300 //seconds of cruise phase --------决定飞行距离(300s巡航阶段)
guidanceActive = true //missile has guidanceActive
blastRadius = 40 //meters-------没搞懂
blastPower = 15 -------无解

maxTurnRateDPS = 20 //degrees per second-----------这个应该是转向角度每秒20度
audioClipPath = BDArmory/Sounds/rocketLoop
-----------------------------------------------------------------------------------------------------------------
纯属业余玩乐,勿喷,上面是被我魔改后的aim-120导弹,其他的导弹和这一样