Difficulty tweaks.

This commit is contained in:
Steve 2016-07-28 11:52:47 +01:00
parent dcf7277ee9
commit fce61fdd0e
1 changed files with 10 additions and 36 deletions

View File

@ -35,13 +35,6 @@
"targetType" : "TT_DESTROY",
"active" : 0
},
{
"description" : "Destroy INF Buster",
"targetName" : "INF Buster",
"targetValue" : 1,
"targetType" : "TT_DESTROY",
"active" : 0
},
{
"description" : "Eliminate all enemies",
"targetName" : "ENEMY",
@ -97,16 +90,6 @@
"scatter" : 500,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
},
{
"name" : "Pandoran",
"types" : "Jackal;Sphinx;Mantis",
"side" : "SIDE_PANDORAN",
"x": 1,
"y": 20,
"number" : 4,
"scatter" : 500,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
},
{
"name" : "Pandoran",
"groupName" : "Pandorans-2",
@ -138,7 +121,7 @@
"side" : "SIDE_PANDORAN",
"x": 22,
"y": -2,
"number" : 8,
"number" : 10,
"scatter" : 2500,
"aiFlags" : "+AIF_MOVES_TO_LEADER",
"active" : 0
@ -150,7 +133,7 @@
"side" : "SIDE_PANDORAN",
"x": 25,
"y": -4,
"number" : 12,
"number" : 8,
"scatter" : 2500,
"aiFlags" : "+AIF_UNLIMITED_RANGE",
"active" : 0
@ -163,7 +146,7 @@
"side" : "SIDE_ALLIES",
"x" : 10,
"y" : 10,
"flags" : "EF_AI_LEADER+EF_AI_TARGET"
"flags" : "+EF_AI_LEADER+EF_AI_TARGET"
},
{
"name" : "UNF Joan of Arc",
@ -171,7 +154,7 @@
"side" : "SIDE_ALLIES",
"x" : 11,
"y" : 11,
"flags" : "EF_AI_LEADER+EF_AI_TARGET"
"flags" : "+EF_AI_LEADER+EF_AI_TARGET"
},
{
"name" : "INF Astra",
@ -179,25 +162,16 @@
"side" : "SIDE_PANDORAN",
"x" : 10,
"y" : -5,
"flags" : "EF_AI_LEADER+EF_AI_TARGET",
"flags" : "+EF_AI_LEADER+EF_AI_TARGET",
"active" : 0
},
{
"name" : "INF Ragnarok",
"types" : "INF Corvette 01",
"side" : "SIDE_PANDORAN",
"x" : 21,
"x" : 17,
"y" : -5,
"flags" : "EF_AI_LEADER+EF_AI_TARGET",
"active" : 0
},
{
"name" : "INF Buster",
"types" : "INF Corvette 02",
"side" : "SIDE_PANDORAN",
"x" : 20,
"y" : -5,
"flags" : "EF_AI_LEADER+EF_AI_TARGET",
"flags" : "+EF_AI_LEADER+EF_AI_TARGET",
"active" : 0
}
],
@ -229,9 +203,9 @@
{
"function" : "TIME 210",
"lines" : [
"ACTIVATE_ENTITIES INF Buster;INF Ragnarok",
"ACTIVATE_OBJECTIVES Destroy INF Buster;Destroy INF Ragnarok",
"MSG_BOX Control;Agamemnon's 1st, INF Buster and INF Ragnarok on approach. Determining escort groups ..."
"ACTIVATE_ENTITIES INF Ragnarok",
"ACTIVATE_OBJECTIVES Destroy INF Ragnarok",
"MSG_BOX Control;Agamemnon's 1st, INF Ragnarok on approach. Determining escort group ..."
]
},
{