35 lines
843 B
JSON
35 lines
843 B
JSON
{
|
|
"name": {
|
|
"zh": "武装直升机-001",
|
|
"en": "Attack Helicopter-001"
|
|
},
|
|
"type": "Helicopter",
|
|
"properties": {
|
|
"type": "Helicopter",
|
|
"mass": 10000.0,
|
|
"length": 17.0,
|
|
"width": 3.0,
|
|
"height": 4.5,
|
|
"maxSpeed": 280.0,
|
|
"armorThickness": 150.0,
|
|
"radarCrossSection": 8.0,
|
|
"infraredRadiationIntensity": 3000.0,
|
|
"ultravioletRadiationIntensity": 20.0,
|
|
"millimeterWaveRadiationIntensity": 6.0,
|
|
"millimeterWaveRadiationTemperature": 450.0,
|
|
"laserReflectivity": 0.2,
|
|
"thermalPattern": {
|
|
"description": "3x3 matrix representing side view temperature distribution (°C)",
|
|
"static": [
|
|
[85, 110, 80],
|
|
[35, 45, 40],
|
|
[30, 35, 30]
|
|
],
|
|
"moving": [
|
|
[90, 115, 85],
|
|
[40, 50, 45],
|
|
[35, 40, 35]
|
|
]
|
|
}
|
|
}
|
|
} |