Renamed suspicious packages mission.
This commit is contained in:
parent
32885b2111
commit
ed6ac7d850
|
@ -69,7 +69,7 @@
|
||||||
"x": 741,
|
"x": 741,
|
||||||
"y": 221,
|
"y": 221,
|
||||||
"missions" : [
|
"missions" : [
|
||||||
"data/missions/granada/01 - suspicious packages #1.json"
|
"data/missions/granada/01 - suspect packages #1.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,19 +15,24 @@
|
||||||
],
|
],
|
||||||
"player" : {
|
"player" : {
|
||||||
"pilot" : "Daniel Carr",
|
"pilot" : "Daniel Carr",
|
||||||
"squadron" : "The ABCs",
|
"squadron" : "Iron Patriots",
|
||||||
"type" : "Shuttle",
|
"type" : "TAF",
|
||||||
"side" : "SIDE_ALLIES"
|
"side" : "SIDE_ALLIES"
|
||||||
},
|
},
|
||||||
"fighterGroups" : [
|
"fighters" : [
|
||||||
{
|
{
|
||||||
"name" : "Ally",
|
"name" : "Ally",
|
||||||
"number" : 2,
|
"type" : "TAF",
|
||||||
"types" : "TAF",
|
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"x" : 25,
|
"x" : 25.1,
|
||||||
"y" : 25,
|
"y" : 25
|
||||||
"scatter" : 500
|
},
|
||||||
|
{
|
||||||
|
"name" : "Ally",
|
||||||
|
"type" : "Shuttle",
|
||||||
|
"side" : "SIDE_ALLIES",
|
||||||
|
"x" : 24.9,
|
||||||
|
"y" : 25
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"itemGroups" : [
|
"itemGroups" : [
|
Loading…
Reference in New Issue