Require the player the eliminate at least x enemies during an unwinnable battle, to enforce need to participate.
This commit is contained in:
parent
5d68c63e67
commit
2a3ed432d2
|
@ -16,7 +16,8 @@
|
|||
}
|
||||
],
|
||||
"epic" : {
|
||||
"fighterLimit" : 24
|
||||
"fighterLimit" : 24,
|
||||
"kills" : 45
|
||||
},
|
||||
"player" : {
|
||||
"type" : "Rook",
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
"music" : "music/battle/Tactical Pursuit.mp3",
|
||||
"epic" : {
|
||||
"fighterLimit" : 12,
|
||||
"unlimitedEnemies" : 1
|
||||
"unlimitedEnemies" : 1,
|
||||
"kills" : 35
|
||||
},
|
||||
"unwinnable" : 1,
|
||||
"objectives" : [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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,
|
||||
"manualComplete" : 1,
|
||||
"background" : "gfx/backgrounds/background05.jpg",
|
||||
|
@ -9,6 +9,7 @@
|
|||
"unwinnable" : 1,
|
||||
"epic" : {
|
||||
"fighterLimit" : 18,
|
||||
"kills" : 55,
|
||||
"unlimitedEnemies" : 1
|
||||
},
|
||||
"objectives" : [
|
||||
|
|
Loading…
Reference in New Issue