Place wingmates around player at start of mission.

This commit is contained in:
Steve 2016-03-08 07:21:23 +00:00
parent 22b5267ffd
commit 5267b7b559
5 changed files with 10 additions and 8 deletions

View File

@ -27,8 +27,8 @@
"number" : 3, "number" : 3,
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 25, "x" : 25,
"y" : 26, "y" : 25,
"scatter" : 64 "scatter" : 250
} }
], ],
"entities" : [ "entities" : [

View File

@ -34,8 +34,8 @@
"number" : 4, "number" : 4,
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 25, "x" : 25,
"y" : 26, "y" : 25,
"scatter" : 64 "scatter" : 350
}, },
{ {
"name" : "Pandoran", "name" : "Pandoran",

View File

@ -24,8 +24,9 @@
"types" : "TAF", "types" : "TAF",
"number" : 4, "number" : 4,
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 23, "x" : 25,
"y" : 25 "y" : 25,
"scatter" : 250
}, },
{ {
"name" : "Dart", "name" : "Dart",

View File

@ -26,7 +26,8 @@
"number" : 4, "number" : 4,
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 25, "x" : 25,
"y" : 23 "y" : 25,
"scatter" : 250
}, },
{ {
"name" : "Dart", "name" : "Dart",

View File

@ -28,7 +28,7 @@
"types" : "TAF;Ray;Rook;Hammerhead", "types" : "TAF;Ray;Rook;Hammerhead",
"number" : 12, "number" : 12,
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 18, "x" : 20,
"y" : 20, "y" : 20,
"scatter" : 1000 "scatter" : 1000
}, },