Skip to content

Commit

Permalink
Create Yak-9D.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwatsonforster committed Oct 8, 2023
1 parent 900452e commit 5425044
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions airpower/aircraftdata/Yak-9D.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "Yak-9D",
"origin": "AP 32",
"powertable": {
"FT" : [ 2.0, 1.5, 1.5, 0.5 ],
"HT" : [ 0.5, 0.5, 0.5, 0.2 ],
"N" : [ 0.0, 0.0, 0.0, 0.1 ],
"I" : [ 1.0, 1.0, 1.0, 0.0 ],
"SPBR": [ "-", "-", "-" ]
},
"cruisespeed": 3.0,
"climbspeed" : 1.5,
"maneuvertable": {
"LR/DR": [ 1.0, 1.0 ],
"VR": [ 0.0, 1.0 ]
},
"turndragtable": {
"TT": [ 0.0, 0.0, 0.0 ],
"HT": [ 0.0, 0.0, 1.0 ],
"BT": [ 1.0, 1.0, "-" ],
"ET": [ 1.5, "-", "-" ]
},
"ceilingtable": [ 33, 27, 19 ],
"speedtable": {
"EH": [ [ "-", "-" ], [ "-", "-" ], [ "-", "-" ], "-" ],
"VH": [ [ "-", "-" ], [ "-", "-" ], [ "-", "-" ], "-" ],
"HI": [ [ 1.5, 3.0 ], [ 1.5, 3.0 ], [ "-", "-" ], 5.0 ],
"MH": [ [ 1.0, 3.5 ], [ 1.5, 3.0 ], [ 1.5, 3.0 ], 5.0 ],
"ML": [ [ 1.0, 3.5 ], [ 1.5, 3.5 ], [ 1.5, 3.0 ], 5.0 ],
"LO": [ [ 1.0, 3.5 ], [ 1.0, 3.5 ], [ 1.5, 3.0 ], 5.0 ]
},
"climbcapabilitytable": {
"EH": [ [ "-", "-" ], [ "-", "-" ], [ "-", "-" ] ],
"VH": [ [ "-", "-" ], [ "-", "-" ], [ "-", "-" ] ],
"HI": [ [ "-", 0.25 ], [ "-", 0.25 ], [ "-", "-" ] ],
"MH": [ [ "-", 0.5 ], [ "-", 0.25 ], [ "-", 0.25 ] ],
"ML": [ [ "-", 1.0 ], [ "-", 0.5 ], [ "-", 0.5 ] ],
"LO": [ [ "-", 1.0 ], [ "-", 1.0 ], [ "-", 0.5 ] ]
},
"properties": [ "LBR", "HTD", "HRRCL" ],
"powerfadetable": [ [3.0, 0.5] ],
"notes": [
]
}

0 comments on commit 5425044

Please sign in to comment.