Always display pilot rank.
This commit is contained in:
parent
af23169345
commit
72eb6c5cc7
|
@ -30,7 +30,7 @@
|
|||
"player" : {
|
||||
"type" : "Firefly",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Angus Carlyle",
|
||||
"pilot" : "1st Lt. Angus Carlyle",
|
||||
"squadron" : "Sentinels",
|
||||
"x" : 45,
|
||||
"y" : 45
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"player" : {
|
||||
"type" : "Firefly",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Angus Carlyle",
|
||||
"pilot" : "1st Lt. Angus Carlyle",
|
||||
"squadron" : "Sentinels",
|
||||
"x" : 45,
|
||||
"y" : 45
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"player" : {
|
||||
"type" : "ATAF",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Simon Dodds",
|
||||
"pilot" : "Lt. Cdr. Simon Dodds",
|
||||
"squadron" : "White Knights",
|
||||
"x" : 10,
|
||||
"y" : 10
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"player" : {
|
||||
"type" : "Rook",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Jessica Welch",
|
||||
"pilot" : "Lt. Cdr. Jessica Welch",
|
||||
"squadron" : "Twilight Lancers",
|
||||
"x" : 5,
|
||||
"y" : 5
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"player" : {
|
||||
"type" : "Lynx",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Corey Strider",
|
||||
"pilot" : "Lt. Cdr. Corey Strider",
|
||||
"squadron" : "Dust Brothers"
|
||||
},
|
||||
"fighters" : [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"player" : {
|
||||
"type" : "Nymph",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Francis Lee",
|
||||
"pilot" : "1st Lt. Francis Lee",
|
||||
"squadron" : "Zeroes",
|
||||
"x" : 25,
|
||||
"y" : 45
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"player" : {
|
||||
"type" : "ATAF",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Estelle de Winter",
|
||||
"pilot" : "Cdr. Estelle de Winter",
|
||||
"squadron" : "White Knights",
|
||||
"x" : 25,
|
||||
"y" : 48
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"player" : {
|
||||
"type" : "Rook",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Julian Spencer",
|
||||
"pilot" : "Cdr. Julian Spencer",
|
||||
"squadron" : "Blue Jesters",
|
||||
"x" : 10,
|
||||
"y" : 5
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"player" : {
|
||||
"type" : "Leopard",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Doyle Reid",
|
||||
"pilot" : "Cdr. Doyle Reid",
|
||||
"squadron" : "Hands of Fate",
|
||||
"x" : 25,
|
||||
"y" : 25
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"player" : {
|
||||
"type" : "TAF",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"pilot" : "Cdr Katherine Strickland",
|
||||
"pilot" : "Cdr. Katherine Strickland",
|
||||
"squadron" : "Steel Bulls",
|
||||
"x" : 20,
|
||||
"y" : 20
|
||||
|
|
Loading…
Reference in New Issue