36 lines
828 B
JSON
36 lines
828 B
JSON
{
|
|
"name": {
|
|
"zh": "红外指令导引导弹-001",
|
|
"en": "IR Command Guided Missile-001"
|
|
},
|
|
"type": "InfraredCommandGuidance",
|
|
"properties": {
|
|
"maxSpeed": 300.0,
|
|
"maxFlightTime": 60.0,
|
|
"maxFlightDistance": 5000.0,
|
|
"maxAcceleration": 100.0,
|
|
"proportionalNavigationCoefficient": 3.0,
|
|
"launchAcceleration": 100.0,
|
|
"maxEngineBurnTime": 0.1,
|
|
"cruiseTime": 5.0,
|
|
"mass": 23.5,
|
|
"explosionRadius": 5.0,
|
|
"hitProbability": 0.9,
|
|
"selfDestructHeight": 0.0,
|
|
"irSeekerConfig": {
|
|
"spectralBand": {
|
|
"min": 3.0,
|
|
"max": 5.0
|
|
},
|
|
"fieldOfView": 2.0,
|
|
"sensitivity": -60.0,
|
|
"trackingRate": 10.0
|
|
},
|
|
"commandLink": {
|
|
"frequency": 10.0,
|
|
"bandwidth": 1.0,
|
|
"modulationType": "FSK",
|
|
"updateRate": 100
|
|
}
|
|
}
|
|
} |