Skip to content

Commit

Permalink
Merge pull request #1 from zlsa/gh-pages
Browse files Browse the repository at this point in the history
Update #1
  • Loading branch information
Fechulo committed May 5, 2016
2 parents b325b5c + e985d0b commit 8a4642e
Show file tree
Hide file tree
Showing 16 changed files with 1,947 additions and 3 deletions.
37 changes: 37 additions & 0 deletions assets/aircraft/at45.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "ATR 42-500",
"icao": "AT45",
"engines": {
"number": 2,
"type": "T"
},
"weightclass": "L",
"category": {
"srs": 3,
"lahso": 3,
"recat": "E"
},
"ceiling": 25000,
"rate": {
"climb": 1800,
"descent": 1500,
"accelerate": 7,
"decelerate": 6
},
"runway": {
"takeoff": 1.090,
"landing": 1.030
},
"speed":{
"min": 100,
"landing": 110,
"cruise": 299,
"cruiseM": null,
"max": 325,
"maxM": null
},
"capability": {
"ils": true,
"fix": true
}
}
15 changes: 15 additions & 0 deletions assets/airlines/cfs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Empire Airlines",
"callsign": {
"name": "Empire",
"length": 4
},
"fleets": {
"default": [
["AT43", 11],
["AT45", 3 ],
["AT72", 7 ],
["C208", 35]
]
}
}
12 changes: 12 additions & 0 deletions assets/airlines/cpz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Compass Airlines",
"callsign": {
"name": "Compass",
"length": 4
},
"fleets": {
"default": [
["E170", 62]
]
}
}
15 changes: 15 additions & 0 deletions assets/airlines/hal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Hawaiian Airlines",
"callsign": {
"name": "Hawaiian",
"length": 3
},
"fleets": {
"default": [
["AT45", 3 ],
["A332", 22],
["B712", 18],
["B763", 8 ]
]
}
}
14 changes: 14 additions & 0 deletions assets/airlines/nks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Spirit Airlines",
"callsign": {
"name": "Spirit",
"length": 4
},
"fleets": {
"default": [
["A319", 29],
["A320", 44],
["A321", 12]
]
}
}
12 changes: 12 additions & 0 deletions assets/airlines/qxe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Horizon Air",
"callsign": {
"name": "Horizon",
"length": 4
},
"fleets": {
"default": [
["DH8D", 52]
]
}
}
15 changes: 15 additions & 0 deletions assets/airlines/skw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "SkyWest",
"callsign": {
"name": "SkyWest",
"length": 4
},
"fleets": {
"default": [
["CRJ2", 169],
["CRJ7", 98 ],
["CRJ9", 36 ],
["E170", 50 ]
]
}
}
Loading

0 comments on commit 8a4642e

Please sign in to comment.