Require the player the eliminate at least x enemies during an unwinnable battle, to enforce need to participate.

This commit is contained in:
Steve 2016-08-29 10:36:56 +01:00
parent 5d68c63e67
commit 2a3ed432d2
3 changed files with 6 additions and 3 deletions

View File

@ -16,7 +16,8 @@
} }
], ],
"epic" : { "epic" : {
"fighterLimit" : 24 "fighterLimit" : 24,
"kills" : 45
}, },
"player" : { "player" : {
"type" : "Rook", "type" : "Rook",

View File

@ -7,7 +7,8 @@
"music" : "music/battle/Tactical Pursuit.mp3", "music" : "music/battle/Tactical Pursuit.mp3",
"epic" : { "epic" : {
"fighterLimit" : 12, "fighterLimit" : 12,
"unlimitedEnemies" : 1 "unlimitedEnemies" : 1,
"kills" : 35
}, },
"unwinnable" : 1, "unwinnable" : 1,
"objectives" : [ "objectives" : [

View File

@ -1,6 +1,6 @@
{ {
"name" : "Rothan Defence #5", "name" : "Rothan Defence #5",
"description" : "The Pandorans are pressing home their advantage, and closing in on Rothan's inhabitted planets. They must defeated, as a loss here would mean them starting a ground assault. Expect heavy resistance.", "description" : "The Pandorans are pressing home their advantage, and closing in on Rothan's inhabited planets. They must defeated, as a loss here would mean them starting a ground assault. Expect heavy resistance.",
"requires" : 54, "requires" : 54,
"manualComplete" : 1, "manualComplete" : 1,
"background" : "gfx/backgrounds/background05.jpg", "background" : "gfx/backgrounds/background05.jpg",
@ -9,6 +9,7 @@
"unwinnable" : 1, "unwinnable" : 1,
"epic" : { "epic" : {
"fighterLimit" : 18, "fighterLimit" : 18,
"kills" : 55,
"unlimitedEnemies" : 1 "unlimitedEnemies" : 1
}, },
"objectives" : [ "objectives" : [