ThreatSourceLibaray/ThreatSource/data/equipments/apcs/apc_001.json

35 lines
835 B
JSON

{
"name": {
"zh": "装甲运兵车-001",
"en": "Armored Personnel Carrier-001"
},
"type": "APC",
"properties": {
"type": "APC",
"mass": 25000.0,
"length": 7.0,
"width": 3.2,
"height": 2.8,
"maxSpeed": 80.0,
"armorThickness": 400.0,
"radarCrossSection": 12.0,
"infraredRadiationIntensity": 2000.0,
"ultravioletRadiationIntensity": 12.0,
"millimeterWaveRadiationIntensity": 8.0,
"millimeterWaveRadiationTemperature": 350.0,
"laserReflectivity": 0.25,
"thermalPattern": {
"description": "3x3 matrix representing side view temperature distribution (°C)",
"static": [
[35, 40, 65],
[30, 35, 70],
[40, 40, 45]
],
"moving": [
[40, 45, 70],
[35, 40, 75],
[50, 50, 55]
]
}
}
}