-
Notifications
You must be signed in to change notification settings - Fork 0
/
officers.json
83 lines (83 loc) · 1.89 KB
/
officers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
{
"id": 1,
"name": "Jacob Mercer",
"rank": "Commander",
"age": 42,
"spec": "Fighter Pilot",
"skills": ["Combat Maneuvers", "Navigation", "Strategic Planning"],
"active": true
},
{
"id": 2,
"name": "Adrian Cross",
"rank": "Lieutenant",
"age": 35,
"spec": "Reconnaissance",
"skills": ["Stealth Operations", "Surveillance", "Data Analysis"],
"active": true
},
{
"id": 3,
"name": "Olawande Brawar",
"rank": "Captain",
"age": 50,
"spec": "Transport Pilot",
"skills": ["Astrogation", "Cargo Handling", "Emergency Response"],
"active": false
},
{
"id": 4,
"name": "Fauzi Cabrakan",
"rank": "Lieutenant Commander",
"age": 38,
"spec": "Science Officer",
"skills": ["Research", "Data Analysis", "Experimentation"],
"active": true
},
{
"id": 5,
"name": "Francis Oberon",
"rank": "Lieutenant",
"age": 30,
"spec": "Engineering Officer",
"skills": ["Mechanical Engineering", "Systems Maintenance", "Repair"],
"active": true
},
{
"id": 6,
"name": "Tir Daedalia",
"rank": "Lieutenant",
"age": 32,
"spec": "Communications Officer",
"skills": ["Interstellar Communications", "Diplomacy", "Translation"],
"active": false
},
{
"id": 7,
"name": "Innon Caldwell",
"rank": "Commander",
"age": 45,
"spec": "Fighter Pilot",
"skills": ["Combat Maneuvers", "Navigation", "Strategic Planning"],
"active": true
},
{
"id": 8,
"name": "Anurak Swanson",
"rank": "Lieutenant",
"age": 33,
"spec": "Reconnaissance",
"skills": ["Stealth Operations", "Surveillance", "Data Analysis"],
"active": true
},
{
"id": 9,
"name": "Holden Holloway",
"rank": "Captain",
"age": 48,
"spec": "Transport Pilot",
"skills": ["Astrogation", "Cargo Handling", "Emergency Response"],
"active": false
}
]