28 lines
1.4 KiB
TOML
28 lines
1.4 KiB
TOML
# 红外指令导引导弹-001 配置
|
||
Type = "InfraredCommandGuidance" # 导弹类型
|
||
|
||
[Name]
|
||
Zh = "红外指令导引导弹-001"
|
||
En = "IR Command Guided Missile-001"
|
||
|
||
[Properties]
|
||
Type = "InfraredCommandGuidance" # 属性中的类型,与顶层Type一致
|
||
MaxSpeed = 250.0 # 最大速度 (米/秒)
|
||
MaxFlightTime = 60.0 # 最大飞行时间 (秒)
|
||
MaxFlightDistance = 5000.0 # 最大飞行距离 (米)
|
||
MaxAcceleration = 100.0 # 最大加速度 (米/秒^2)
|
||
ProportionalNavigationCoefficient = 3.0 # 比例导引系数
|
||
LaunchAcceleration = 100.0 # 发射加速度 (米/秒^2)
|
||
MaxEngineBurnTime = 3.0 # 最大发动机燃烧时间 (秒)
|
||
CruiseTime = 2.0 # 巡航时间 (秒)
|
||
Mass = 23.5 # 质量 (千克)
|
||
ExplosionRadius = 5.0 # 爆炸半径 (米)
|
||
HitProbability = 0.9 # 命中概率
|
||
SelfDestructHeight = 0.0 # 自毁高度 (米)
|
||
CruiseAttackAngle = 5.0 # 巡航阶段攻角 (度)
|
||
GuidanceSeekingAngle = 0.0 # 制导阶段导引头下视角 (度)
|
||
InfraredRadiationIntensity = 96.0 # 红外辐射强度 (瓦特/球面度)
|
||
UltravioletRadiationIntensity = 100.0 # 紫外辐射强度 (瓦特/球面度)
|
||
|
||
[InfraredCommandGuidanceConfig]
|
||
JammingResistanceThreshold = 1.0e-5 # 干扰抗性阈值 (瓦特) |