Campaign tweaks.

This commit is contained in:
Steve 2016-08-06 08:54:28 +01:00
parent 4df10cf407
commit 3969af0378
2 changed files with 49 additions and 18 deletions

View File

@ -35,7 +35,7 @@
"pilot" : "1st Lt. Curtis Rice", "pilot" : "1st Lt. Curtis Rice",
"squadron" : "Eightballers", "squadron" : "Eightballers",
"x" : 25, "x" : 25,
"y" : 5 "y" : 15
}, },
"fighters" : [ "fighters" : [
{ {
@ -43,7 +43,7 @@
"number" : 11, "number" : 11,
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 25, "x" : 25,
"y" : 5, "y" : 15,
"scatter" : 500 "scatter" : 500
}, },
{ {
@ -51,7 +51,7 @@
"number" : 5, "number" : 5,
"side" : "SIDE_TZAC", "side" : "SIDE_TZAC",
"x" : 25, "x" : 25,
"y" : 12, "y" : 22,
"scatter" : 500 "scatter" : 500
}, },
{ {
@ -79,11 +79,22 @@
{ {
"groupName" : "Rebels-2", "groupName" : "Rebels-2",
"types" : "Shale;Razor;SK-31;SK-34", "types" : "Shale;Razor;SK-31;SK-34",
"number" : 48, "number" : 24,
"side" : "SIDE_TZAC", "side" : "SIDE_TZAC",
"x" : -1, "x" : 20,
"y" : 35, "y" : -1,
"scatter" : 8500, "scatter" : 500,
"aiFlags" : "+AIF_UNLIMITED_RANGE",
"active" : 0
},
{
"groupName" : "Rebels-2",
"types" : "Shale;Razor;SK-31;SK-34",
"number" : 24,
"side" : "SIDE_TZAC",
"x" : 20,
"y" : -1,
"scatter" : 500,
"flags" : "+EF_AI_TARGET", "flags" : "+EF_AI_TARGET",
"aiFlags" : "+AIF_MOVES_TO_LEADER", "aiFlags" : "+AIF_MOVES_TO_LEADER",
"active" : 0 "active" : 0
@ -92,15 +103,27 @@
"groupName" : "Pandorans", "groupName" : "Pandorans",
"name" : "Pandoran", "name" : "Pandoran",
"types" : "Jackal;Sphinx;Mantis;Thunderhead", "types" : "Jackal;Sphinx;Mantis;Thunderhead",
"number" : 48, "number" : 24,
"side" : "SIDE_PANDORAN", "side" : "SIDE_PANDORAN",
"x" : 51, "x" : 30,
"y" : 35, "y" : -1,
"scatter" : 8500, "scatter" : 500,
"flags" : "+EF_AI_TARGET", "flags" : "+EF_AI_TARGET",
"aiFlags" : "+AIF_MOVES_TO_LEADER", "aiFlags" : "+AIF_MOVES_TO_LEADER",
"active" : 0 "active" : 0
}, },
{
"groupName" : "Pandorans",
"name" : "Pandoran",
"types" : "Jackal;Sphinx;Mantis;Thunderhead",
"number" : 24,
"side" : "SIDE_PANDORAN",
"x" : 30,
"y" : -1,
"scatter" : 500,
"aiFlags" : "+AIF_UNLIMITED_RANGE",
"active" : 0
},
{ {
"groupName" : "White Knights", "groupName" : "White Knights",
"name" : "de Winter", "name" : "de Winter",
@ -128,8 +151,8 @@
"name" : "HMS 821-283", "name" : "HMS 821-283",
"types" : "HMS Corvette 01", "types" : "HMS Corvette 01",
"side" : "SIDE_TZAC", "side" : "SIDE_TZAC",
"x" : -1, "x" : 20,
"y" : 35, "y" : -1,
"flags" : "+EF_AI_LEADER", "flags" : "+EF_AI_LEADER",
"active" : 0 "active" : 0
}, },
@ -138,12 +161,20 @@
"name" : "INF Burnside", "name" : "INF Burnside",
"types" : "INF Corvette 02", "types" : "INF Corvette 02",
"side" : "SIDE_PANDORAN", "side" : "SIDE_PANDORAN",
"x" : 51, "x" : 30,
"y" : 35, "y" : -1,
"flags" : "+EF_AI_LEADER", "flags" : "+EF_AI_LEADER",
"active" : 0 "active" : 0
} }
], ],
"entities" : [
{
"type" : "ET_JUMPGATE",
"x" : 25,
"y" : 48,
"flags" : "+EF_DISABLED"
}
],
"script" : [ "script" : [
{ {
"function" : "TIME 1", "function" : "TIME 1",
@ -190,7 +221,7 @@
] ]
}, },
{ {
"function" : "OBJECTIVES_COMPLETE 3", "function" : "ALL_OBJECTIVES_COMPLETE",
"lines" : [ "lines" : [
"WAIT 1", "WAIT 1",
"MSG_BOX Rice;I owe you my life, Knights.", "MSG_BOX Rice;I owe you my life, Knights.",

View File

@ -42,7 +42,7 @@
"y" : 15, "y" : 15,
"number" : 80, "number" : 80,
"scatter" : 5000, "scatter" : 5000,
"flags" : "+EF_FRIENDLY_HEALTH_BAR" "flags" : "+EF_FRIENDLY_HEALTH_BAR+EF_NO_PLAYER_TARGET"
} }
], ],
"script" : [ "script" : [
@ -50,7 +50,7 @@
"function" : "TIME 2", "function" : "TIME 2",
"lines" : [ "lines" : [
"MSG_BOX Wing Commander;Remember everyone: the Pandorans are using UNF fighters.", "MSG_BOX Wing Commander;Remember everyone: the Pandorans are using UNF fighters.",
"MSG_BOX Wing Commander;Using your radar and HUD is the way to go in this fight." "MSG_BOX Wing Commander;Using your radar is the way to go in this fight."
] ]
}, },
{ {