<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://neo-akurasu.duckdns.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Timpkmn89</id>
	<title>Akurasu - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://neo-akurasu.duckdns.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Timpkmn89"/>
	<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/wiki/Special:Contributions/Timpkmn89"/>
	<updated>2026-04-25T04:44:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Modding&amp;diff=53460</id>
		<title>Super Robot Wars/30/Modding</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Modding&amp;diff=53460"/>
		<updated>2021-11-24T02:48:43Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: /* OPERATE_TBL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Under heavy construction. May take a while to fully complete.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Modding Super Robot Wars 30===&lt;br /&gt;
Super Robot Wars 30 uses .cpk files that act as containers. &lt;br /&gt;
To unpack and un-encrypt the files, a couple tools are required: &lt;br /&gt;
CriPakGUI to unpack/repack the contents, and QuickBMS with the relevant scripts to un-encrypt/encrypt the contents.&lt;br /&gt;
The following link has the tools needed, along with the QuickBMS scripts necessary and a readme: [https://github.com/hkjangshu/srw30tools/releases/tag/0.1 SRW Tool Package 0.1]&lt;br /&gt;
&lt;br /&gt;
Instructions: &lt;br /&gt;
Start CriPakGUI. &amp;quot;File -&amp;gt; Open CPK&amp;quot;, navigate to SRW 30/pc, then open the .cpk file of choice. Click &amp;quot;Extract Files&amp;quot;, select output directory, files will be encrypted initially.&lt;br /&gt;
&lt;br /&gt;
Start QuickBMS. Use &#039;srw30cryala.bms&#039;, select encrypted files (use * in name field to select all files in chosen directory), select the output directory for decrypted files. The files will be decrypted and readable.&lt;br /&gt;
&lt;br /&gt;
Mod the file of your choice until you are satisfied. Then start QuickBMS. Use &#039;srw30encrypt.bms&#039;, select your modded file(s), then select the output directory. Rename the file to remove &amp;quot;_dec_layla&amp;quot; and replace it with .bin [Example: 61_dec_layla -&amp;gt; 61.bin], DO NOT SKIP THIS STEP.&lt;br /&gt;
&lt;br /&gt;
Start CriPakGUI. &amp;quot;File -&amp;gt; Open CPK&amp;quot;, navigate to the .cpk you initially unpacked. Click &amp;quot;Patch CPK&amp;quot;. First path, select the directory which contains ONLY your modded encrypted files. Second path, select the directory and name for your patched CPK. DO CHECK &amp;quot;Don&#039;t use CRILAYLA Compression&amp;quot;. Click &amp;quot;Patck CPK&amp;quot; and wait.&lt;br /&gt;
&lt;br /&gt;
Make a backup of the original .cpk file, then replace the original .cpk in the &amp;quot;pc&amp;quot; directory with your patched .cpk. Be sure to rename the patched .cpk to the name of the original .cpk you are replacing. Done.&lt;br /&gt;
&lt;br /&gt;
===mission_est010_en.cpk===&lt;br /&gt;
This file holds the main/non-DLC missions of Super Robot Wars 30. This file is located in [SRW30\pc\data\mission]. The first file (numbered &amp;quot;0&amp;quot;) is a table of contents for the game to use. The remaining files are human-readable files for each mission. Depending on the mission type, each mission will have up to 5 files. However some missions with multi-part battles (such as the initial Gridman missions) may have multiple sets of 5. They have been stripped of their names in the encryption process, but their original filename is at the top of each file and they are listed in order of internal mission number. &lt;br /&gt;
&lt;br /&gt;
In order:&lt;br /&gt;
&lt;br /&gt;
* ____.lua - Unit-related data for battles&lt;br /&gt;
* ____.txt - Overall engine script for the mission. Handles dialogue, deployment, special effects, flags, victory/defeat, etc. Despite the file name, it is a valid LUA file.&lt;br /&gt;
* ____.pyc - Non-combat dialogue scripts, for both before and after battles. Generated from cse10_[missionnumber]_SDemo.Cpp&lt;br /&gt;
* ____.pyc - Combat dialogue scripts. Generated from cse10_[missionnumber]_DlgEv.Cpp&lt;br /&gt;
* ____.pyc - Enemy AI configuration. Generated from aie10_[missionnumber].xls&lt;br /&gt;
&lt;br /&gt;
===mission_est010_en.cpk LUA Files===&lt;br /&gt;
This file contains information about the type of units that will exist in a given map, broken down into the entities below. &lt;br /&gt;
&lt;br /&gt;
==== SC_DEBUG_PLAYER_ENTRY and SC_DEBUG_CLEAR_ENTRY ====&lt;br /&gt;
&lt;br /&gt;
Used for debug purposes&lt;br /&gt;
&lt;br /&gt;
==== TOUROKU_nnn ====&lt;br /&gt;
&lt;br /&gt;
Details special cases of player-controlled units. Each TOUROKU is processed at a different time, called by the .txt script, with TOUROKU_000 as the first of course. Each entry has up to eight slots for flags, to determine if special requirements are needed for that action to occur, such as to only deploy a unit if it has not been acquired yet, or to make sure the game deploys the right version of an upgradable unit. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;登録 (touroku)&amp;quot; meaning &amp;quot;registration/entry/record&amp;quot; [https://jisho.org/word/%E7%99%BB%E9%8C%B2 according to Jisho]&lt;br /&gt;
&lt;br /&gt;
* [NEW_ENTRY] -- Adds the unit to the list of player-controllable units, so long as it does not already exist on the player&#039;s save file.&lt;br /&gt;
&lt;br /&gt;
* [PARAMETA_COPY] -- [https://akurasu.net/wiki/Super_Robot_Wars/30/Upgrade_Carryover Copies the stats of one unit and/or pilot to another]&lt;br /&gt;
&lt;br /&gt;
* [TEAM_EDIT] -- Spawns a unit to the field directly, with &amp;quot;編成チームID&amp;quot; near the bottom determining its ID for the battle. Certain flags may be used in order to spawn various versions of the same unit (i.e. Huckebein 30 being added with either Az or Edge as pilot).&lt;br /&gt;
&lt;br /&gt;
* [VERSION_UP] -- Swaps out an existing unit and/or pilot with a different version of the same unit/pilot, [https://akurasu.net/wiki/Super_Robot_Wars/30/Mech_Upgrades usually to upgrade stats or add new attacks.]&lt;br /&gt;
&lt;br /&gt;
* [RIDECHANGE] -- Swaps out an existing unit and/or pilot with a different unit/pilot entirely, usually when a pilot receives a brand new unit. &lt;br /&gt;
&lt;br /&gt;
* [SORTIE_NOT_NOTICE] -- Reserves an existing unit for future spawn, most often used for missions where the Dreisstrager arrives late.&lt;br /&gt;
&lt;br /&gt;
* [LEAVE] and [REJOIN] -- Temporarily removes/readds a unit to your roster.&lt;br /&gt;
&lt;br /&gt;
==== SCRAMBLE_nnn ====&lt;br /&gt;
&lt;br /&gt;
Places units from TOUROKU onto the field, based on their &amp;quot;出撃チームID&amp;quot;. As above, each SCRAMBLE is processed at a different time, and has slots for flags. There are options to adjust morale, SP, etc.&lt;br /&gt;
&lt;br /&gt;
==== SORTISEL_nnn ====&lt;br /&gt;
&lt;br /&gt;
Lets you select units for deployment. [param] dictates the number of units, and other variables. [pos_tbl] determines where they will appear. &lt;br /&gt;
&lt;br /&gt;
==== CURPOS_TBL ====&lt;br /&gt;
&lt;br /&gt;
Lets the game know where to move the cursor to for scripted events and dialogue for non-unit characters.&lt;br /&gt;
&lt;br /&gt;
==== BTLMESS_TBL ====&lt;br /&gt;
&lt;br /&gt;
Registers event triggers (usually dialogue) when certain units/pilots attack other unit/pilots. The top number is the T_EVENT number used in the combat .pyc files.&lt;br /&gt;
&lt;br /&gt;
==== GIFT_nnn ====&lt;br /&gt;
&lt;br /&gt;
Gives items such as Power Parts to the player&lt;br /&gt;
&lt;br /&gt;
==== ENEMY_TBL_nnn ====&lt;br /&gt;
&lt;br /&gt;
A table of enemies. You should have an idea of how this works by now. Friendly non-playable guest units also appear here, with a flag to determine their alliance. &lt;br /&gt;
&lt;br /&gt;
==== OPERATE_TBL ====&lt;br /&gt;
&lt;br /&gt;
Configures what strings to display on the mission operations page for victory/defeat conditions and hints. The actual conditions are managed as part of the .txt file.&lt;br /&gt;
&lt;br /&gt;
==== EVENTBTL_nnn ====&lt;br /&gt;
&lt;br /&gt;
Creates a scripted battle with pre-determined damage.&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Modding&amp;diff=53454</id>
		<title>Super Robot Wars/30/Modding</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Modding&amp;diff=53454"/>
		<updated>2021-11-23T05:08:50Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: /* mission_est010_en.cpk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Under heavy construction. May take a while to fully complete.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Modding Super Robot Wars 30===&lt;br /&gt;
Super Robot Wars 30 uses .cpk files that act as containers. &lt;br /&gt;
To unpack and un-encrypt the files, a couple tools are required: &lt;br /&gt;
CriPakGUI to unpack/repack the contents, and QuickBMS with the relevant scripts to un-encrypt/encrypt the contents.&lt;br /&gt;
The following link has the tools needed, along with the QuickBMS scripts necessary and a readme: [https://github.com/hkjangshu/srw30tools/releases/tag/0.1 SRW Tool Package 0.1]&lt;br /&gt;
&lt;br /&gt;
Instructions: &lt;br /&gt;
Start CriPakGUI. &amp;quot;File -&amp;gt; Open CPK&amp;quot;, navigate to SRW 30/pc, then open the .cpk file of choice. Click &amp;quot;Extract Files&amp;quot;, select output directory, files will be encrypted initially.&lt;br /&gt;
&lt;br /&gt;
Start QuickBMS. Use &#039;srw30cryala.bms&#039;, select encrypted files (use * in name field to select all files in chosen directory), select the output directory for decrypted files. The files will be decrypted and readable.&lt;br /&gt;
&lt;br /&gt;
Mod the file of your choice until you are satisfied. Then start QuickBMS. Use &#039;srw30encrypt.bms&#039;, select your modded file(s), then select the output directory. Rename the file to remove &amp;quot;_dec_layla&amp;quot; and replace it with .bin [Example: 61_dec_layla -&amp;gt; 61.bin], DO NOT SKIP THIS STEP.&lt;br /&gt;
&lt;br /&gt;
Start CriPakGUI. &amp;quot;File -&amp;gt; Open CPK&amp;quot;, navigate to the .cpk you initially unpacked. Click &amp;quot;Patch CPK&amp;quot;. First path, select the directory which contains ONLY your modded encrypted files. Second path, select the directory and name for your patched CPK. DO CHECK &amp;quot;Don&#039;t use CRILAYLA Compression&amp;quot;. Click &amp;quot;Patck CPK&amp;quot; and wait.&lt;br /&gt;
&lt;br /&gt;
Make a backup of the original .cpk file, then replace the original .cpk in the &amp;quot;pc&amp;quot; directory with your patched .cpk. Be sure to rename the patched .cpk to the name of the original .cpk you are replacing. Done.&lt;br /&gt;
&lt;br /&gt;
===mission_est010_en.cpk===&lt;br /&gt;
This file holds the main/non-DLC missions of Super Robot Wars 30. This file is located in [SRW30\pc\data\mission]. The first file (numbered &amp;quot;0&amp;quot;) is a table of contents for the game to use. The remaining files are human-readable files for each mission. Depending on the mission type, each mission will have up to 5 files. However some missions with multi-part battles (such as the initial Gridman missions) may have multiple sets of 5. They have been stripped of their names in the encryption process, but their original filename is at the top of each file and they are listed in order of internal mission number. &lt;br /&gt;
&lt;br /&gt;
In order:&lt;br /&gt;
&lt;br /&gt;
* ____.lua - Unit-related data for battles&lt;br /&gt;
* ____.txt - Overall engine script for the mission. Handles dialogue, deployment, special effects, flags, victory/defeat, etc. Despite the file name, it is a valid LUA file.&lt;br /&gt;
* ____.pyc - Non-combat dialogue scripts, for both before and after battles. Generated from cse10_[missionnumber]_SDemo.Cpp&lt;br /&gt;
* ____.pyc - Combat dialogue scripts. Generated from cse10_[missionnumber]_DlgEv.Cpp&lt;br /&gt;
* ____.pyc - Enemy AI configuration. Generated from aie10_[missionnumber].xls&lt;br /&gt;
&lt;br /&gt;
===mission_est010_en.cpk LUA Files===&lt;br /&gt;
This file contains information about the type of units that will exist in a given map, broken down into the entities below. &lt;br /&gt;
&lt;br /&gt;
==== SC_DEBUG_PLAYER_ENTRY and SC_DEBUG_CLEAR_ENTRY ====&lt;br /&gt;
&lt;br /&gt;
Used for debug purposes&lt;br /&gt;
&lt;br /&gt;
==== TOUROKU_nnn ====&lt;br /&gt;
&lt;br /&gt;
Details special cases of player-controlled units. Each TOUROKU is processed at a different time, called by the .txt script, with TOUROKU_000 as the first of course. Each entry has up to eight slots for flags, to determine if special requirements are needed for that action to occur, such as to only deploy a unit if it has not been acquired yet, or to make sure the game deploys the right version of an upgradable unit. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;登録 (touroku)&amp;quot; meaning &amp;quot;registration/entry/record&amp;quot; [https://jisho.org/word/%E7%99%BB%E9%8C%B2 according to Jisho]&lt;br /&gt;
&lt;br /&gt;
* [NEW_ENTRY] -- Adds the unit to the list of player-controllable units, so long as it does not already exist on the player&#039;s save file.&lt;br /&gt;
&lt;br /&gt;
* [PARAMETA_COPY] -- [https://akurasu.net/wiki/Super_Robot_Wars/30/Upgrade_Carryover Copies the stats of one unit and/or pilot to another]&lt;br /&gt;
&lt;br /&gt;
* [TEAM_EDIT] -- Spawns a unit to the field directly, with &amp;quot;編成チームID&amp;quot; near the bottom determining its ID for the battle. Certain flags may be used in order to spawn various versions of the same unit (i.e. Huckebein 30 being added with either Az or Edge as pilot).&lt;br /&gt;
&lt;br /&gt;
* [VERSION_UP] -- Swaps out an existing unit and/or pilot with a different version of the same unit/pilot, [https://akurasu.net/wiki/Super_Robot_Wars/30/Mech_Upgrades usually to upgrade stats or add new attacks.]&lt;br /&gt;
&lt;br /&gt;
* [RIDECHANGE] -- Swaps out an existing unit and/or pilot with a different unit/pilot entirely, usually when a pilot receives a brand new unit. &lt;br /&gt;
&lt;br /&gt;
* [SORTIE_NOT_NOTICE] -- Reserves an existing unit for future spawn, most often used for missions where the Dreisstrager arrives late.&lt;br /&gt;
&lt;br /&gt;
* [LEAVE] and [REJOIN] -- Temporarily removes/readds a unit to your roster.&lt;br /&gt;
&lt;br /&gt;
==== SCRAMBLE_nnn ====&lt;br /&gt;
&lt;br /&gt;
Places units from TOUROKU onto the field, based on their &amp;quot;出撃チームID&amp;quot;. As above, each SCRAMBLE is processed at a different time, and has slots for flags. There are options to adjust morale, SP, etc.&lt;br /&gt;
&lt;br /&gt;
==== SORTISEL_nnn ====&lt;br /&gt;
&lt;br /&gt;
Lets you select units for deployment. [param] dictates the number of units, and other variables. [pos_tbl] determines where they will appear. &lt;br /&gt;
&lt;br /&gt;
==== CURPOS_TBL ====&lt;br /&gt;
&lt;br /&gt;
Lets the game know where to move the cursor to for scripted events and dialogue for non-unit characters.&lt;br /&gt;
&lt;br /&gt;
==== BTLMESS_TBL ====&lt;br /&gt;
&lt;br /&gt;
Registers event triggers (usually dialogue) when certain units/pilots attack other unit/pilots. The top number is the T_EVENT number used in the combat .pyc files.&lt;br /&gt;
&lt;br /&gt;
==== GIFT_nnn ====&lt;br /&gt;
&lt;br /&gt;
Gives items such as Power Parts to the player&lt;br /&gt;
&lt;br /&gt;
==== ENEMY_TBL_nnn ====&lt;br /&gt;
&lt;br /&gt;
A table of enemies. You should have an idea of how this works by now. Friendly non-playable guest units also appear here, with a flag to determine their alliance. &lt;br /&gt;
&lt;br /&gt;
==== OPERATE_TBL ====&lt;br /&gt;
&lt;br /&gt;
Configures what strings to display on the mission operations page for victory/defeat conditions and hints. The actual conditions are managed as part of the .txt file.&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Modding&amp;diff=53453</id>
		<title>Super Robot Wars/30/Modding</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Modding&amp;diff=53453"/>
		<updated>2021-11-23T04:57:15Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: /* mission_est010_en.cpk LUA Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Under heavy construction. May take a while to fully complete.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Modding Super Robot Wars 30===&lt;br /&gt;
Super Robot Wars 30 uses .cpk files that act as containers. &lt;br /&gt;
To unpack and un-encrypt the files, a couple tools are required: &lt;br /&gt;
CriPakGUI to unpack/repack the contents, and QuickBMS with the relevant scripts to un-encrypt/encrypt the contents.&lt;br /&gt;
The following link has the tools needed, along with the QuickBMS scripts necessary and a readme: [https://github.com/hkjangshu/srw30tools/releases/tag/0.1 SRW Tool Package 0.1]&lt;br /&gt;
&lt;br /&gt;
Instructions: &lt;br /&gt;
Start CriPakGUI. &amp;quot;File -&amp;gt; Open CPK&amp;quot;, navigate to SRW 30/pc, then open the .cpk file of choice. Click &amp;quot;Extract Files&amp;quot;, select output directory, files will be encrypted initially.&lt;br /&gt;
&lt;br /&gt;
Start QuickBMS. Use &#039;srw30cryala.bms&#039;, select encrypted files (use * in name field to select all files in chosen directory), select the output directory for decrypted files. The files will be decrypted and readable.&lt;br /&gt;
&lt;br /&gt;
Mod the file of your choice until you are satisfied. Then start QuickBMS. Use &#039;srw30encrypt.bms&#039;, select your modded file(s), then select the output directory. Rename the file to remove &amp;quot;_dec_layla&amp;quot; and replace it with .bin [Example: 61_dec_layla -&amp;gt; 61.bin], DO NOT SKIP THIS STEP.&lt;br /&gt;
&lt;br /&gt;
Start CriPakGUI. &amp;quot;File -&amp;gt; Open CPK&amp;quot;, navigate to the .cpk you initially unpacked. Click &amp;quot;Patch CPK&amp;quot;. First path, select the directory which contains ONLY your modded encrypted files. Second path, select the directory and name for your patched CPK. DO CHECK &amp;quot;Don&#039;t use CRILAYLA Compression&amp;quot;. Click &amp;quot;Patck CPK&amp;quot; and wait.&lt;br /&gt;
&lt;br /&gt;
Make a backup of the original .cpk file, then replace the original .cpk in the &amp;quot;pc&amp;quot; directory with your patched .cpk. Be sure to rename the patched .cpk to the name of the original .cpk you are replacing. Done.&lt;br /&gt;
&lt;br /&gt;
===mission_est010_en.cpk===&lt;br /&gt;
This file holds the main/non-DLC missions of Super Robot Wars 30. This file is located in [SRW30\pc\data\mission]. The majority of files in this .cpk container are structured as such:&lt;br /&gt;
&lt;br /&gt;
.lua [contains unit information for battles]&lt;br /&gt;
&lt;br /&gt;
.txt [contains script code for battles]&lt;br /&gt;
&lt;br /&gt;
(3) .pyc files [first 2 contains dialogue for pre-battle|during battle|post-battle, last file contains AI data]&lt;br /&gt;
&lt;br /&gt;
===mission_est010_en.cpk LUA Files===&lt;br /&gt;
This file contains information about the type of units that will exist in a given map, broken down into the entities below. &lt;br /&gt;
&lt;br /&gt;
==== SC_DEBUG_PLAYER_ENTRY and SC_DEBUG_CLEAR_ENTRY ====&lt;br /&gt;
&lt;br /&gt;
Used for debug purposes&lt;br /&gt;
&lt;br /&gt;
==== TOUROKU_nnn ====&lt;br /&gt;
&lt;br /&gt;
Details special cases of player-controlled units. Each TOUROKU is processed at a different time, called by the .txt script, with TOUROKU_000 as the first of course. Each entry has up to eight slots for flags, to determine if special requirements are needed for that action to occur, such as to only deploy a unit if it has not been acquired yet, or to make sure the game deploys the right version of an upgradable unit. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;登録 (touroku)&amp;quot; meaning &amp;quot;registration/entry/record&amp;quot; [https://jisho.org/word/%E7%99%BB%E9%8C%B2 according to Jisho]&lt;br /&gt;
&lt;br /&gt;
* [NEW_ENTRY] -- Adds the unit to the list of player-controllable units, so long as it does not already exist on the player&#039;s save file.&lt;br /&gt;
&lt;br /&gt;
* [PARAMETA_COPY] -- [https://akurasu.net/wiki/Super_Robot_Wars/30/Upgrade_Carryover Copies the stats of one unit and/or pilot to another]&lt;br /&gt;
&lt;br /&gt;
* [TEAM_EDIT] -- Spawns a unit to the field directly, with &amp;quot;編成チームID&amp;quot; near the bottom determining its ID for the battle. Certain flags may be used in order to spawn various versions of the same unit (i.e. Huckebein 30 being added with either Az or Edge as pilot).&lt;br /&gt;
&lt;br /&gt;
* [VERSION_UP] -- Swaps out an existing unit and/or pilot with a different version of the same unit/pilot, [https://akurasu.net/wiki/Super_Robot_Wars/30/Mech_Upgrades usually to upgrade stats or add new attacks.]&lt;br /&gt;
&lt;br /&gt;
* [RIDECHANGE] -- Swaps out an existing unit and/or pilot with a different unit/pilot entirely, usually when a pilot receives a brand new unit. &lt;br /&gt;
&lt;br /&gt;
* [SORTIE_NOT_NOTICE] -- Reserves an existing unit for future spawn, most often used for missions where the Dreisstrager arrives late.&lt;br /&gt;
&lt;br /&gt;
* [LEAVE] and [REJOIN] -- Temporarily removes/readds a unit to your roster.&lt;br /&gt;
&lt;br /&gt;
==== SCRAMBLE_nnn ====&lt;br /&gt;
&lt;br /&gt;
Places units from TOUROKU onto the field, based on their &amp;quot;出撃チームID&amp;quot;. As above, each SCRAMBLE is processed at a different time, and has slots for flags. There are options to adjust morale, SP, etc.&lt;br /&gt;
&lt;br /&gt;
==== SORTISEL_nnn ====&lt;br /&gt;
&lt;br /&gt;
Lets you select units for deployment. [param] dictates the number of units, and other variables. [pos_tbl] determines where they will appear. &lt;br /&gt;
&lt;br /&gt;
==== CURPOS_TBL ====&lt;br /&gt;
&lt;br /&gt;
Lets the game know where to move the cursor to for scripted events and dialogue for non-unit characters.&lt;br /&gt;
&lt;br /&gt;
==== BTLMESS_TBL ====&lt;br /&gt;
&lt;br /&gt;
Registers event triggers (usually dialogue) when certain units/pilots attack other unit/pilots. The top number is the T_EVENT number used in the combat .pyc files.&lt;br /&gt;
&lt;br /&gt;
==== GIFT_nnn ====&lt;br /&gt;
&lt;br /&gt;
Gives items such as Power Parts to the player&lt;br /&gt;
&lt;br /&gt;
==== ENEMY_TBL_nnn ====&lt;br /&gt;
&lt;br /&gt;
A table of enemies. You should have an idea of how this works by now. Friendly non-playable guest units also appear here, with a flag to determine their alliance. &lt;br /&gt;
&lt;br /&gt;
==== OPERATE_TBL ====&lt;br /&gt;
&lt;br /&gt;
Configures what strings to display on the mission operations page for victory/defeat conditions and hints. The actual conditions are managed as part of the .txt file.&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53452</id>
		<title>Super Robot Wars/30/Complete</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53452"/>
		<updated>2021-11-23T00:33:38Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: /* True Ending Route */ added Nora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Color Code and Mission Numbering=&lt;br /&gt;
Missions are referenced to indicate their nature, the route they belong to, and when appropriate in which chapter they appear.&lt;br /&gt;
The reference starts with 1 or 2 letters:&lt;br /&gt;
*KE/KS : Key missions on the Earth and Space routes respectively&lt;br /&gt;
*OE/OS : Optional missions on the Earth and Space routes respectively&lt;br /&gt;
*SP : Special (DLC) Scenarios&lt;br /&gt;
*F : Front missions. These missions that can be played an unlimited number of times, and reappear once you complete a set number of missions&lt;br /&gt;
*R : Relic missions. These missions do not appear in the mission menu, only on the map. They award a specific power part each upon completion&lt;br /&gt;
*OB : Onboard mission. Missions that appear in the Onboard section of the Mission menu but do not appear on the map&lt;br /&gt;
*C : Challenge missions. A subclass of Onboard missions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Key missions and optional missions are numbered to indicate to which chapter they belong to. For example OE2-5 is the 5th optional mission of chapter 2 on the Earth Route.&lt;br /&gt;
Relic and Challenge missions are grouped by family.&lt;br /&gt;
All other missions are numbered sequentially.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
For the main story, mission with colored titles are key missions. Missions with grey titles are optional. Missions in yellow are DLC missions, requiring that you buy the appropriate DLC to be able to play them&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in Black join your team.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Orange&amp;lt;/span&amp;gt; are available for that stage, then leave.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Blue&amp;lt;/span&amp;gt; have special requirements. Check the [[../Secrets|Secrets]] page for more details.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt; previously joined, but from this point, are rendered unusable. Those lost permanently are marked so, while others rejoin later on.&amp;lt;br&amp;gt;&lt;br /&gt;
Information in &amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Green&amp;lt;/span&amp;gt; are upgrades for units already in your party.&lt;br /&gt;
&lt;br /&gt;
=Main Story=&lt;br /&gt;
==Earth Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KE1-1 (Far East - Ominato): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;レッツ・コンバイン&amp;lt;br&amp;gt;Key Mission KE1-2A (Far East - Izu): Lets Combine&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ブレイブアップ&amp;lt;br&amp;gt;Key Mission KE1-2B (Far East - Tokyo): Brave Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Key Mission KE1-3A (Far East - Tokyo): The Brave Police Mobilize&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;吹き荒れる戦いの風&amp;lt;br&amp;gt;Key Mission KE1-3B (Far East - Izu): Raging Winds of Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; J-Decker shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KE1-4 (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Gridman shot down. (2)Dreisstrager shot down; Gridman shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Devadadan. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OE2-1 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OE2-2 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Anti. Akane Points+1.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OE2-3A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OE2-3B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-4 (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OE2-5 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;始め －DEAI－&amp;lt;br&amp;gt;Optional Mission OE2-6 (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OE2-7A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OE2-7B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OE2-8A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OE2-8B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KE2-1A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;戦いの宇宙へ&amp;lt;br&amp;gt;Key Mission KE2-1B (Europe - Gibraltar): Battle Among the Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*??? or complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OE2-9 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-6 (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OE2-10 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OE2-11 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OE2-12A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OE2-12B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OE2-13A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OE2-13B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OE2-14 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OE2-12, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OE2-12, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). All units, parts and upgrades will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;リガ・ミリティアの戦士たち&amp;lt;br&amp;gt;Optional Mission OE2-15A (L3 - Elia Sector): Warriors of the League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;宇宙の出会い&amp;lt;br&amp;gt;Optional Mission OE2-15B (L3 - Elia Sector): Encounter in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Chronicle. Katejina Points+1&lt;br /&gt;
**Have Üso defeat Lupe.Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Chronicle. Katejina Points+1&lt;br /&gt;
**Have Üso defeat Lupe.Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;MJPの子供たち&amp;lt;br&amp;gt;Key Mission KE2-2 (Earth Sphere Outskirts - Columbus Sector): The Children of MJP&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KE3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KE3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Space Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KS1-1 (L3 - Colony Elion): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*V-Dash Gundam (Üso)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;リガ・ミリティア&amp;lt;br&amp;gt;Key Mission KS1-2A (L3 - Elia Sector): League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;目指せ、ヒーロー&amp;lt;br&amp;gt;Key Mission KS1-2B (L3 - Ararat Sector): Awaken, Hero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Katejina. Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down; Izuru, Asagi, Kei, Tamaki, or Suruga shot down. (2) Dreisstrager shot down; Izuru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;チームラビッツ出撃&amp;lt;br&amp;gt;Key Mission KS1-3A (L3 - Ararat Sector): Team Rabbits Launch&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;宇宙の呼ぶ声&amp;lt;br&amp;gt;Key Mission KS1-3B (L3 - Elia Sector): A Voice Calling in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied unit shot down. (2) Dreisstrager shot down; Üso shot down &amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Katejina. Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;混戦&amp;lt;br&amp;gt;Key Mission KS1-4 (L3 - Gofer Sector): Free-For-All&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down. (2) Dreisstrager shot down; ??? shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Silver Bullet Suppressor (???)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Thruster Module&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Striker Scope&lt;br /&gt;
*Defender Arm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;黒い幽霊&amp;lt;br&amp;gt;Special Scenario SP18 (L5 - V-17 Debris Sector): Black Specter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gilliam shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gespenst (Gilliam)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Hero Chronicle&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OS2-1 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ally warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ザンネンとガッカリ&amp;lt;br&amp;gt;Optional Mission OS2-2A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ヒーローの仕事&amp;lt;br&amp;gt;Optional Mission OS2-2B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;戦いの大地へ&amp;lt;br&amp;gt;Key Mission KS2-1 (Earth Orbit - Orbit Base): Planet of Conflict&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2)(3) Unknown Leader shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)(2) Allied warship shot down; Protagonist A shot down. (3) Protagonist A shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack and +10 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Cyclone Booster&lt;br /&gt;
*Sky Charm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;Get &amp;quot;Max Gridman&amp;quot; attack and recruit Mamoru (placeholder unitl I can establish complete list of missions - Silverclaw)&#039;&#039;&lt;br /&gt;
OR &lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Bravenium γ&lt;br /&gt;
*Auxiliary GS-Ride&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Smash Hitter&lt;br /&gt;
*Capacity Frame&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP19 (Black Ocean - Verne): Visitors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 5 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Ogami shot down. (2) Any allied units shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Type-2 Kobu Ogami Type (Ogami)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Voltes V (Kenichi, Ippei, Daijiroh, Hiyoshi, Megumi)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP20 (Far East - Osaka): Happy 30th Anniversary!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Super Robot Wars Soul&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OS2-3 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-1 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OS2-4A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OS2-4B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OS2-5A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OS2-5B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OS2-6 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;) or OS2-5B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OS2-3, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OS2-3, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;All units, parts and upgrades will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OS2-7A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OS2-7B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;あふれ出る悪&amp;lt;br&amp;gt;Optional Mission OS2-8A (Africa - Cairo): Overflowing Evil&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-8B (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -TOUJOU-&amp;lt;br&amp;gt;Optional Mission OS2-9A (Europe - Rome): Newfound Bravery -ARRIVAL-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -DEAI-&amp;lt;br&amp;gt;Optional Mission OS2-9B (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OS2-10 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-9A (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;) or OS2-9B (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OS2-11A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OS2-11B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OS2-12A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OS2-12B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KS2-2A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KS2-2B (North America - Pacific Coast): Destruction&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies. (2) Turn 3 starts. (3) Nagid Shu Mane shot down. Note: Nagid Shu Mane retreats on turn 5.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; Kellen or Van shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mocochee Plush&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Gridman shot down. (2) Dreisstrager shot down; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Special Dog&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Optional Mission OS2-13A (Far East - Tokyo): The Brave Police&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ジェイデッカー&amp;lt;br&amp;gt;Optional Mission OS2-13B (Far East - Tokyo): A Brave Lineage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*Complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OS2-14 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;) or OS2-13B (&amp;quot;A Brave Lineage&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*House of Spice Curry&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OS2-15 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;立ち上がる戦士達&amp;lt;br&amp;gt;Key Mission KS2-3 (Far East - Izu): Soldiers Rising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;(1) Hyoma shot down. (2) Any allied units shot down. (3) Allied warship shot down; Hyoma shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Ropet&#039;s Brainwave Scanner&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OS3-1 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-8A (&amp;quot;Overflowing Evil&amp;quot;) or OS2-8B (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Complete KS2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KS3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KS3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 , and Black 6 gain +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 4==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP5 (Europe - Barcelona): Endless Summer Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;) or K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies; Turn 4 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Izaru or Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gridman loses &amp;quot;Max Gridman&amp;quot;, &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Red 5 loses &amp;quot;Full Burst Mode&amp;quot;, and &amp;quot;Rabbits Formation&amp;quot; for the duration of the mission if acquired&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;gt;Blue 1, Purple 2, Rose 3, and Gold 4 lose &amp;quot;Rabbits Formation&amp;quot; for the duration of the mission if acquired&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mega Booster&lt;br /&gt;
*Junk Terminal&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1A (L4 - Doda Sector): The Bird He Saw That Day&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1B (L4 - Doda Sector): The PHOENIX Alights&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Geara Zulu (Ellic) destroyed. (2) Phenex (Unicorn Mode) destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Jona shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Phenex (Unicorn Mode) destroyed; Phenex (Unicorn Mode) reaches the edge of the map.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied units shot down. (2) Allied warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-2 (L5 - Hesperides Sector): Return of the Red Comet&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein destroyed &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied Warship shot down; Jona or Quattro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete O5-3 (&amp;quot;A Warning&amp;quot;) or K6-1C (&amp;quot;Feelings Offered&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-3 (Africa - Dakar): The Fall of Dakar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) and complete either OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;  Quattro shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai gains the &amp;quot;Long Mega Buster&amp;quot; MAP attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-4 (Earth Orbit - Star Rose): Solitary Ace&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Black 6 gains the &amp;quot;Full Assault&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-5 (Earth Sphere Outskirts - Theart Star): Lady Lady&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-6 (Mars Sphere - Vastitas Borealis): Encounter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-7 (Cross Point - Palata Star): Cross Point&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-6 (&amp;quot;Encounter&amp;quot;)&lt;br /&gt;
*Daba must have a total kill count of 40+ or complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Leccee Appearance:&lt;br /&gt;
**During the mission, a dialogue choice will change how Leccee appears during that stage:&lt;br /&gt;
***&amp;quot;No way Leccee should change&amp;quot; - Short hair, purple outfit&lt;br /&gt;
***&amp;quot;I can see Leccee&#039;s new look&amp;quot; - Long Hair, blue outfit&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP6 (The Moon - Almagest Base): The Secret Ingredient Is...&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;)&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;) or K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*Complete either O4-7 (&amp;quot;Cross Point&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Premium Bento Box&lt;br /&gt;
*Golden Legacy&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission O4-8 (Far East - Okinawa): Return of the Mirage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete the secret requirements in OE2-1/OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*Complete either OE2-2/OS2-15 (&amp;quot;Seven Officers&amp;quot;), K5-3B (&amp;quot;Brave Spirits&amp;quot;), or O6-3 (&amp;quot;Chizetan Storm&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Shadow-Maru shot down. (2) Allied warship shot down; Shadow-Maru shot down. (3) Allied warship shot down; Shadow-Maru or Kagero shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Shadow-Maru and Kagero gain the &amp;quot;Brave Ninja Attack&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;All units and upgrades are lost&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;新しい翼&amp;lt;br&amp;gt;Key Mission K4-1A (The Moon - Omicron): New Wings&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ゼロ再臨&amp;lt;br&amp;gt;Key Mission K4-1B (Asia Region - Indian Ocean): The Second Coming of Zero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Üso (Complete one of the following: OE2-15A (&amp;quot;Warriors of the League Militaire&amp;quot;), OE2-15B (&amp;quot;Encounter in Space&amp;quot;), KS1-1 (&amp;quot;A Journey&#039;s Beginning&amp;quot;))&lt;br /&gt;
*Üso must have a total kill count of 50+ or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V2 Gundam (Üso)&lt;br /&gt;
*Gun Blaster (Odelo)&lt;br /&gt;
*Gun Blaster (Tomache)&lt;br /&gt;
*White Ark (Marbet)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;). Onboard missions do not count.&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Lancelot sIN (Suzaku)&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gekkoei Sui (Lelouch, C.C.)&lt;br /&gt;
*Supporter: Ohgi and Tamaki&lt;br /&gt;
*Supporter: Lloyd&lt;br /&gt;
*Supporter: Jeremiah and Anya&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*JG Farm Orange&lt;br /&gt;
*Attachable Armor Cocoon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;門-JUPITER-&amp;lt;br&amp;gt;Key Mission K4-2 (Jupiter Sphere - Almagest Base): Gateway of Demise -JUPITER-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGuyGo (Mamoru, Kaidoh) (If not previously recruited)&lt;br /&gt;
*Shin Getter Dragon (Ryoma) (If not previously recruited)&lt;br /&gt;
*GaoFighGar (Guy)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*G-Stone Shard&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;そびえ立つ光&amp;lt;br&amp;gt;Key Mission K4-3 (Asia - Phnom Penh): A Towering Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note: &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Gadved (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Let the billion die.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Murder the hundred million.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;Charge&amp;quot; attack and +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Trajectory Predictor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 5==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP7 (Earth Sphere Outskirts - Columbus Sector): Operation: Federation Idol&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*PP Gain Meter&lt;br /&gt;
*Zone Recoverer&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-1 (Mars Sphere - Evergreen): Home Sweet Home&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP8 (Mars Sphere - Valles Marineris): Respect Your Elders&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O5-1 (&amp;quot;Home Sweet Home&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Gunfight Supporter&lt;br /&gt;
*Minovsky Drive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-2 (Earth Orbit - Orbit Base): A Brave&#039;s Return -ADVENT-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚-MEZAME-&amp;lt;br&amp;gt;Key Mission K5-1A (Far East - Tokyo): Conquest in Waiting -AWAKEN-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;アッシュの影&amp;lt;br&amp;gt;Key Mission K5-1B (Asteroid Belt - Bode Sector): Shadow of the AHSMB&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;決戦のセフィーロ&amp;lt;br&amp;gt;Key Mission K5-1C (Oceania - Blue Hole): Showdown in Cephiro&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Hinoki replaces Kaidoh as one of GaoGaiGo&#039;s pilots for the duration of the mission&lt;br /&gt;
*Shin Getter Dragon (Ryoma, Hayato, Benkei)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +20 max EN, A rank in water terrain adaptivity, and +200 dmg to all attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Liger Attack&amp;quot; and &amp;quot;Shin Poseidon Attack&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*Kakuseijin V2 (Keita)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Auxiliary GS-Ride&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Once the mission is over, Mamoru and Kaidoh are assigned as GaoGaiGo&#039;s pilots, Hinoki and Keita as Kukuseijin V2&#039;s pilots. Mamoru will always be paired with Kaidoh, Hinoki with Keita, but you can switch unit the pairs are assigned to in the Formation-&amp;gt;Assign Menu.&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;), and either OE3-1A (&amp;quot;Fail and Bummer&amp;quot;) or OE3-1B (&amp;quot;A Hero&#039;s Job&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 and Black 6 gain the &amp;quot;Rabbits Formation&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Hikaru, Umi, Fuu, Ernie, and Kid must have a combined kill count of 150+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*Supporter: Martina and Isadora&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece and Sky God Windam gain +100 armor and the &amp;quot;Spiral Flash&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP9 (Earth Orbit - Star Rose): Heroic Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*ExC Mega Booster&lt;br /&gt;
*Hero Monthly&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;宇宙を走る閃光&amp;lt;br&amp;gt;Key Mission K5-2 (Earth Orbit - Kailash Geary): A Flash Through Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all Units in 6 turns. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;2nd V2 Gundam:&lt;br /&gt;
**Completing K4-1A (&amp;quot;New Wings&amp;quot;) before this mission will grant you a second V2 Gundam in this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&#039;&#039;&#039;Normal Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Elisha and Martina&lt;br /&gt;
*Reinforce Jr. (Gomez, Jinn, Otis, Romero, Leonid)&lt;br /&gt;
*V-Dash Gundam Hexa (Oliver)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;V2 Gundam &amp;lt;/span&amp;gt;&lt;br /&gt;
*Gun Blaster (Juca)&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;ザンスカール潜入&amp;lt;br&amp;gt;Key Mission K5-3A (L4 - Colony Amelia): Infiltrating Zanscare&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;勇者の魂&amp;lt;br&amp;gt;Key Mission K5-3B (Europe - Munich): Brave Spirits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Nu Gundam (Amuro)&lt;br /&gt;
*Zeta Gundam (Kamille)&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Poppy&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*Shadow-Maru (Shadow Maru)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman&#039;s stats upgraded (HP +2,000, EN +40, Mobility &amp;amp; Sight +10)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;J-Decker (J-Decker)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Duke Fire (Duke Fire)&lt;br /&gt;
&#039;&#039;Note: Duke Fire inherits J-Decker&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Super Build Tiger loses the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP10 (Latin America - Jaburo): A Return to Jaburo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;) and ???&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Haro&lt;br /&gt;
*Vanishing Thruster&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario O5-3 (L4 - Lungnak Sector): A Warning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein Destroyed. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Allied warship shot down (2)Jona shot down (3)Phenex (Unicorn Mode) shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-1C (&amp;quot;Feelings Offered&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;戦場に響く鈴の音&amp;lt;br&amp;gt;Key Mission K5-4A (The Moon - LCROSS Sector): Bells on the Battlefield&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;浄化される大地&amp;lt;br&amp;gt;Key Mission K5-4B (Europe - Athens): A Purified Land&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
*Üso must have a total kill count of 100+ (&#039;&#039;Some conditions may reduce that kill requirement&#039;&#039;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Üso&#039;s V2 Gundam gains the &amp;quot;Assault Buster&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; You&#039;ll be forced to play this mission once ???&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take the life of others.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Allow the migration.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains +200 dmg to all weapons and +5 mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van&#039;s &amp;quot;YII&amp;quot; skill is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Organization A Handbook&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 6==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;The chapter is unlocked one K5-4B (&amp;quot;A Purified Land&amp;quot;) is completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP11 (L4 - Colony Amelia): Michele, the Fortuneteller&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;Completion Rewards:&lt;br /&gt;
*Motion Predictor&lt;br /&gt;
*Auxiliary Psycho-frame&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-1 (Asia - Shangai): Imperial Princess&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-2 (Oceania - Solomon Islands): Menacing Wings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain +200 dmg to all attacks except &amp;quot;Spiral Flash&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sea God Selece gains the &amp;quot;Ice Blades&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sky God Windam gains the &amp;quot;Emerald Cyclone&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Silver Phoenix Crest&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-3 (Asia - New Delhi): Chizetan Storm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;)???&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)???&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;Completion Rewards:&lt;br /&gt;
*Chizetan Tea Set&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-4 (L4 - Padum Sector): Escape Giwaza&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;禽-PHOENIX-&amp;lt;br&amp;gt;Key Mission K6-1A (Earth Orbit - Orbit Base): The Lion Revived -PHOENIX-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;定められた運命&amp;lt;br&amp;gt;Key Mission KE6-1B (Far East - Ominato): Preordained Destiny&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;進むべき道の先に&amp;lt;br&amp;gt;Key Mission KS6-1B (L3 - Colony Elion): Where It All Leads&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot;|&#039;&#039;&#039;差し伸べられる想い&amp;lt;br&amp;gt;Key Mission K6-1C (L5 - Colony Avalon): Feelings Offered&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
*Guy and Ryoma must have a combined total kill count of 100+ or complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +10 max EN, &amp;quot;Getter Beam&amp;quot; gains +2 range but loses &amp;quot;Move and Fire&amp;quot; property&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Shine Spark&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
*GaoGaiGar (Guy)&lt;br /&gt;
*Renais is recruited as GaoFighGar&#039;s new pilot&lt;br /&gt;
*King J-Der (J, Tomoro)&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*J-Jewel Shard&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Earth Route only&#039;&#039;&#039;&lt;br /&gt;
*MC and Mitsuba must have a combined total kill count of 150+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Treat the clone the same.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Clear that level.&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Huckebein 30 (MC)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Huckebein 30th (MC)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Space Route only&#039;&#039;&#039;&lt;br /&gt;
*MC and Mitsuba must have a combined total kill count of 150+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Treat the clone the same.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Clear that level.&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Huckebein 30 (MC)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Huckebein 30th (MC)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-5 (The Moon - Mond Sector): The Red Comet&#039;s Duty&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-1C (&amp;quot;Feelings Offered&amp;quot;)&lt;br /&gt;
*Complete O4-3 (&amp;quot;The Fall of Dakar&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ???. No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;ねらわれた都市学園&amp;lt;br&amp;gt;Key Mission K6-2 (Far East - Furano): Academy in the Crosshairs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)&lt;br /&gt;
*Complete any 1 mission after completing K5-4B&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*Supporter: Lisa&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Great Mazinger (Tetsuya)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Mazinger Z loses the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Hero Monthly&lt;br /&gt;
*Dating Guide&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;炎の合体&amp;lt;br&amp;gt;Key Mission K6-3 (Europe - London): Blazing Combination&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt; (&#039;&#039;this might actually be subject to conditions&#039;&#039;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Duke Fire (Duke Fire)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Fire J-Decker (Fire J-Decker)&lt;br /&gt;
&#039;&#039;Note: Fire J-Decker inherits Duke Fire&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger regains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Hyperlink&amp;quot; ability.&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Regina&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Drawing of Deckerd&lt;br /&gt;
*Junk Terminal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP12 (North America - San Francisco): Unknown Horizons&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-4 (Far East - New Fuji Research Town): Life of a Mazin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-3 (&amp;quot;Blazing Combination&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha:&lt;br /&gt;
**Koji shoots down 2+ enemies during mission after Mazinger Z activates the &amp;quot;Mazin Power&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;(Permanently recruited if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z regains the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Boss Ramen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP13 (Europe - Gibraltar): A Brave Lineage (Alt. Route)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-6 (Far East - Pacific Coast): Melancholy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Anosillus&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-5 (Africa - Kilimanjaro): A World in Turmoil&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete the missions O6-1 (&amp;quot;Imperial Princess&amp;quot;) and O6-3 (&amp;quot;Chizetan Storm&amp;quot;) BEFORE completing this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Fassalina (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Make key crew members exempt.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Make no one exempt.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Volcain Custom (Ray)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung (Aska, Sang Yung)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Tatra and Tarta&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 7==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP14 (The Moon - Omicron): Stupendous Robot Symposium&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-1 (Far East - Hiroshima): What the Heart Dictates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-2 (Asteroid Belt - Brache Sector): Deep Recon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rhinos (High-Performance AI) x6&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-3 (L4 - Chamba Sector): A Fearsome Trap&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-4A (&amp;quot;Bells on the Battlefield&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-4 (Asteroid Belt - Palata Star): Last Memory&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O6-4 (&amp;quot;Escape Giwaza&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-5 (Asia - Beijing): Blackwing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;) (almost certain)&lt;br /&gt;
AND&lt;br /&gt;
Current Theories :&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
*Complete X missions after K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rune God Lantis (Lantis, Primera)&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K7-3 (&amp;quot;Arbitrator&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-1 (Far East - New Fuji Research Town): Beyond Light and Darkness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Dragon (True Form) (Go, Kei, Gai)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Unleash Getter Rays&amp;quot; and &amp;quot;HP Regen (S)&amp;quot; abilities, and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Hyper Photon Power Rocket Punch&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Great Booster&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGar gains the &amp;quot;Goldion DoubleHammer&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGo gains the &amp;quot;Hell and Heaven (G+J)&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Hana&amp;quot; becomes &amp;quot;Hana and Alouette&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Lisa is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP15 (Far East - Tokyo): Brave vs. Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-6 (Far East - New Fuji Research Town): A Mazin Enraged&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete one mission after completing K7-1 (&amp;quot;Beyond Light and Darkness&amp;quot;)&lt;br /&gt;
*Koji, Tetsuya and Shiro must have a combined total kill count of 180+ or complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinkaizer (Koji)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-7A (&amp;quot;Facing Death&amp;quot;) or KT-7B (&amp;quot;In Search of Truth&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Unit will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-2 (Latin America - Andes Mountain Range): Arbitrator&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take fate into my own hands.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Risk starvation and wait for my owner.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Fire J-Decker gains the &amp;quot;Brave Cannon&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Rune God Lantis (Lantis, Primera)&lt;br /&gt;
*FTO (Eagle)&lt;br /&gt;
*NSX (Geo)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 8==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP16 (Oceania - Blue Hole): Super Deformed Danger&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-1 (North America - Seattle): The Meaning of Happiness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Michael (+1 Point)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-2 (Latin America - Panama): Dark Invitation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and Cephirans&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;), O8-3 (&amp;quot;A Mother&#039;s Awakening&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-3 (Europe - Helsinki): A Mother&#039;s Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-1 (&amp;quot;What the Heart Dictates&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Have Gridknight and Fire J-Decker fight Victim then defeat Victim with Fire J-Decker&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Anti (Anti)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ??? (&amp;quot;???&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-4 (Earth Sphere Outskirst - Cabral Sector): Picaresque&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-4 (&amp;quot;Last Memory&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-1 (L5 - Glaston Sector): What Follows Myth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Shakti&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Michele unavailable for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;C-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam C-Packs gains the &amp;quot;Psycho-Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Phenex (Unicorn Mode) (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Jona unlocks the &amp;quot;Newtype&amp;quot; skill&lt;br /&gt;
*Silver Bullet Suppressor (Banagher)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Michele is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-2 (Antartica - South Pole): Judgement&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (First Run):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will automatically take the True Ending Route&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (NG+):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will be asked a question during the mission introduction&lt;br /&gt;
**To take the True Ending Route, answer &amp;quot;The Earthlings must be eliminated by the Quaestors.&amp;quot;&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Normal Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KN-3A (&amp;quot;Dreamers Forever&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KN-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KN-3A (&amp;quot;Dreamers Forever&amp;quot;) until you complete KN-4B or KN-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Nora&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3A (Mars - Mare Deuteronicus): Dreamers Forever&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission ON-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play ON-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-7 (Antartica - Antartic Peninsula): Prelude to the Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-8 (Subspace - Final Battle Area): End to the Never-Ending&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==True Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KT-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KT-3A (&amp;quot;The Dictator&amp;quot;) until you complete KT-4B or KT-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Nora&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3A (Mars - Mare Deuteronicus): The Dictator&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission OT-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play OT-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Caruleum:&lt;br /&gt;
**Caruleum will ask to join your team. Accept his request to have him join your team&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7A (Antartica - Antartic Peninsula): Facing Death&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7B (Antartica - Antartic Peninsula): In Search of Truth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruited Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Did not recruit Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8A (Subspace - Final Battle Area): Truth&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8B (Subspace - Final Battle Area): An Answer Found&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Front Missions=&lt;br /&gt;
&amp;quot;Front&amp;quot; Missions reappear after a certain time once completed. The prerequisites indicated here are for the first &amp;quot;appearance&amp;quot; of the mission.&amp;lt;br&amp;gt;&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F1 (Earth Sphere Outskirts - Da Gama Sector): The Earth Sphere Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE2-2 (&amp;quot;The Children of MJP&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F2 (Far East Region - Hakata): The West Japan Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F3 (Asia Region - Chongqing): The East Asian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F4 (Latin America - Cusco): The South American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F5 (Oceania Region - Brisbane): The Oceanian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F6 (L3 - Olivin Sector): The L3 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F7 (L5 - Tirna Sector): The L5 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete O4-2 (&amp;quot;Return of the Red Comet&amp;quot;) or &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F8 (North Americ - Minneapolis): The North American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F9 (Africa - Lagos): The African Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F10 (Europe - Amsterdam): The European Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete ??? (&amp;quot;&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Relic Missions=&lt;br /&gt;
&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;WORK IN PROGRESS&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Multiple instances of a given relic mission appear at different locations on the world map. The enemy level is fixed for a given location and doesn&#039;t scale with your team&#039;s level, unlike other missions. The objectives however remain globally the same regardless of location.&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1: Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L5 - Egbert Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Africa - Khartoum : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L5 - Hesperides Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1F: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Shot&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Egbert Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2: Relic of Restoration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Africa - Luanda : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Oceania - Alice Springs : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Restoration&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Africa - Luanda : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3: Relic of the Hunter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America - Anchorage : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Far East - Nagoya : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any ally reaches the destination within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Hunter&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4: Relic of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America: Winnipeg : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Earth Sphere Outskirts - Corte-Real Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within X turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F1: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Steel&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F2: Ultimate Relic of Aura(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E19 and obtain Ultimate relic of Aura?&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Lungnak Sector : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5: Relic of Gold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Europe - Belgrade : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Santiago : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; MC is shot down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5-2: Relic of Gold(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E15B (and Relic of Gold rank 1 &amp;amp; 2?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)MC is shot down. (2)Any ally is shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Kill 5 enemies with the other protagonist. The other protagonist will join after the mission with Huckebein 30.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Huckebein 30 (SC)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6: Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Africa - Cairo : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Blade&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7: Relic of Gales&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Asia - Yangon : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Europe - Odessa : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Asia - Indian Ocean : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Gales&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Odessa : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 3 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8: Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Oceania - Melbourne : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L4 - Paramita Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L3 - Elia Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; An enemy unit enters the area; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8F: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Aura&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Melbourne : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9: Relic of the Aegis&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Earth Sphere Outskirts - Caboto Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Europe - Rome : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F1: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Aegis&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F2: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F3: Ultimate Relic of Spirit(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Helsinki : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F1: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ?? Possibly obtain 3 Ultimate relics&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Anchorage : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F2: Ultimate Relic of Power(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - LCROSS Sector : Lvl 90&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F1: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Winnipeg : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F2: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F3: Ultimate Relic of Uplifting(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Solomon Islands : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R12F: Ultimate Relic of the Blade(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Asia - Beijing : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R13F: Ultimate Relic of the Shot(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Colony Avalon : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 5 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Onboard Missions=&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB1 : Hyoma&#039;s Failures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE1-2A (&amp;quot;Lets Combine&amp;quot;) or KE1-3B (&amp;quot;Raging Winds of Battle&amp;quot;)&lt;br /&gt;
*Hyoma must have a total kill count of 30+&lt;br /&gt;
*Combattler V&#039;s Custom Bonus acquired&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Hyoma is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Combattler V gains the &amp;quot;Grandasher&amp;quot; and &amp;quot;Grandasher (MAP)&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super EM Spin gains +400 Dmg&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Juzo&#039;s Sniping Tips&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB2 : Cannon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB3 : Flight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OB2 (&amp;quot;Cannon&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 50+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Sky Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB4 : Shiro&#039;s Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji&#039;s total kill count must be 30+&lt;br /&gt;
*Complete OE2-5 (&amp;quot;The Castle of Iron Returns&amp;quot;)&lt;br /&gt;
*Shiro&#039;s total kill count must be 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Shiro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ichinana&#039;s stats and weapons enhanced (for both versions) ([[../Mech_Upgrades#Mazinger_Infinity|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB5: Speed and Strength&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
*Ernie&#039;s total kill count must be 40+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;Any allied units shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga gains the &amp;quot;High Mobility Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga&#039;s and Tsendolg&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Knight.27s_.26_Magic|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Part Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mecha Geek&#039;s Spirit&lt;br /&gt;
*Ernie&#039;s Notebook&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-2B/KN-2B (&amp;quot;Heaven &amp;amp; World&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span class=&amp;quot;fc-route-h&amp;quot; | &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;Missions below this point are still work in progress&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB6: The Mass Production Uprising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB7: The Mass Production Revenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB8: What Makes A Captain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB9: Aces&#039; Challenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21? (and X pilots aced?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB10: Army From The Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26A?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB11: Army From Another World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB12: Army of the Braves&#039; Foes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB13: Army of Avarice&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB14: Army From Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB15: Army Of Beasts&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB16: The Mass Production Ultimatum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB17: Aces&#039; Honor&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB18: Engagement on Earth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB19: Skirmish In Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB20: Army of Quaestors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB21: The Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Onboard Challenges=&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;WORK IN PROGRESS&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
Onboard Challenges are also Onboard Missions, with specific limitations or challenges as described in the mission title&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-1 : One Unit Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E3 or SC-S3, and view the onboard scenario The Dreisstrager&#039;s Challenge&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-2 : One Unit Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-3 : One Unit Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-1: Three Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-2: Three Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15A+B+C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-3: Three Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-1: Five Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E9&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-2: Five Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-3: Five Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-1 : Boss Battle! 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4A&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-2: Boss Battle! 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-3: Boss Battle! 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E10&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-4: Boss Battle! 4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-5: Boss Battle! 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E19&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-6: Boss Battle! 6&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-7: Boss Battle! 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-8: Boss Battle! 8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-9: Boss Battle! 9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-1 : 3 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4B or SC-S4&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-2 : 3 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E8A (and E8B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-3 : 3 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14A (and E14B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-1 : 5 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E13B (and E13A?) or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-2 : 5 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15B or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-3 : 5 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-1 : 8 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E18 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-2 : 8 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-3 : 8 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-1 : 10 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-2 : 10 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-3 : 10 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53451</id>
		<title>Super Robot Wars/30/Complete</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53451"/>
		<updated>2021-11-23T00:33:27Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: /* True Ending Route */ added Nora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Color Code and Mission Numbering=&lt;br /&gt;
Missions are referenced to indicate their nature, the route they belong to, and when appropriate in which chapter they appear.&lt;br /&gt;
The reference starts with 1 or 2 letters:&lt;br /&gt;
*KE/KS : Key missions on the Earth and Space routes respectively&lt;br /&gt;
*OE/OS : Optional missions on the Earth and Space routes respectively&lt;br /&gt;
*SP : Special (DLC) Scenarios&lt;br /&gt;
*F : Front missions. These missions that can be played an unlimited number of times, and reappear once you complete a set number of missions&lt;br /&gt;
*R : Relic missions. These missions do not appear in the mission menu, only on the map. They award a specific power part each upon completion&lt;br /&gt;
*OB : Onboard mission. Missions that appear in the Onboard section of the Mission menu but do not appear on the map&lt;br /&gt;
*C : Challenge missions. A subclass of Onboard missions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Key missions and optional missions are numbered to indicate to which chapter they belong to. For example OE2-5 is the 5th optional mission of chapter 2 on the Earth Route.&lt;br /&gt;
Relic and Challenge missions are grouped by family.&lt;br /&gt;
All other missions are numbered sequentially.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
For the main story, mission with colored titles are key missions. Missions with grey titles are optional. Missions in yellow are DLC missions, requiring that you buy the appropriate DLC to be able to play them&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in Black join your team.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Orange&amp;lt;/span&amp;gt; are available for that stage, then leave.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Blue&amp;lt;/span&amp;gt; have special requirements. Check the [[../Secrets|Secrets]] page for more details.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt; previously joined, but from this point, are rendered unusable. Those lost permanently are marked so, while others rejoin later on.&amp;lt;br&amp;gt;&lt;br /&gt;
Information in &amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Green&amp;lt;/span&amp;gt; are upgrades for units already in your party.&lt;br /&gt;
&lt;br /&gt;
=Main Story=&lt;br /&gt;
==Earth Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KE1-1 (Far East - Ominato): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;レッツ・コンバイン&amp;lt;br&amp;gt;Key Mission KE1-2A (Far East - Izu): Lets Combine&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ブレイブアップ&amp;lt;br&amp;gt;Key Mission KE1-2B (Far East - Tokyo): Brave Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Key Mission KE1-3A (Far East - Tokyo): The Brave Police Mobilize&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;吹き荒れる戦いの風&amp;lt;br&amp;gt;Key Mission KE1-3B (Far East - Izu): Raging Winds of Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; J-Decker shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KE1-4 (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Gridman shot down. (2)Dreisstrager shot down; Gridman shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Devadadan. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OE2-1 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OE2-2 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Anti. Akane Points+1.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OE2-3A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OE2-3B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-4 (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OE2-5 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;始め －DEAI－&amp;lt;br&amp;gt;Optional Mission OE2-6 (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OE2-7A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OE2-7B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OE2-8A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OE2-8B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KE2-1A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;戦いの宇宙へ&amp;lt;br&amp;gt;Key Mission KE2-1B (Europe - Gibraltar): Battle Among the Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*??? or complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OE2-9 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-6 (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OE2-10 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OE2-11 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OE2-12A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OE2-12B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OE2-13A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OE2-13B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OE2-14 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OE2-12, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OE2-12, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). All units, parts and upgrades will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;リガ・ミリティアの戦士たち&amp;lt;br&amp;gt;Optional Mission OE2-15A (L3 - Elia Sector): Warriors of the League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;宇宙の出会い&amp;lt;br&amp;gt;Optional Mission OE2-15B (L3 - Elia Sector): Encounter in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Chronicle. Katejina Points+1&lt;br /&gt;
**Have Üso defeat Lupe.Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Chronicle. Katejina Points+1&lt;br /&gt;
**Have Üso defeat Lupe.Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;MJPの子供たち&amp;lt;br&amp;gt;Key Mission KE2-2 (Earth Sphere Outskirts - Columbus Sector): The Children of MJP&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KE3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KE3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Space Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KS1-1 (L3 - Colony Elion): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*V-Dash Gundam (Üso)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;リガ・ミリティア&amp;lt;br&amp;gt;Key Mission KS1-2A (L3 - Elia Sector): League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;目指せ、ヒーロー&amp;lt;br&amp;gt;Key Mission KS1-2B (L3 - Ararat Sector): Awaken, Hero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Katejina. Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down; Izuru, Asagi, Kei, Tamaki, or Suruga shot down. (2) Dreisstrager shot down; Izuru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;チームラビッツ出撃&amp;lt;br&amp;gt;Key Mission KS1-3A (L3 - Ararat Sector): Team Rabbits Launch&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;宇宙の呼ぶ声&amp;lt;br&amp;gt;Key Mission KS1-3B (L3 - Elia Sector): A Voice Calling in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied unit shot down. (2) Dreisstrager shot down; Üso shot down &amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Katejina. Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;混戦&amp;lt;br&amp;gt;Key Mission KS1-4 (L3 - Gofer Sector): Free-For-All&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down. (2) Dreisstrager shot down; ??? shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Silver Bullet Suppressor (???)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Thruster Module&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Striker Scope&lt;br /&gt;
*Defender Arm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;黒い幽霊&amp;lt;br&amp;gt;Special Scenario SP18 (L5 - V-17 Debris Sector): Black Specter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gilliam shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gespenst (Gilliam)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Hero Chronicle&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OS2-1 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ally warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ザンネンとガッカリ&amp;lt;br&amp;gt;Optional Mission OS2-2A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ヒーローの仕事&amp;lt;br&amp;gt;Optional Mission OS2-2B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;戦いの大地へ&amp;lt;br&amp;gt;Key Mission KS2-1 (Earth Orbit - Orbit Base): Planet of Conflict&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2)(3) Unknown Leader shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)(2) Allied warship shot down; Protagonist A shot down. (3) Protagonist A shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack and +10 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Cyclone Booster&lt;br /&gt;
*Sky Charm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;Get &amp;quot;Max Gridman&amp;quot; attack and recruit Mamoru (placeholder unitl I can establish complete list of missions - Silverclaw)&#039;&#039;&lt;br /&gt;
OR &lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Bravenium γ&lt;br /&gt;
*Auxiliary GS-Ride&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Smash Hitter&lt;br /&gt;
*Capacity Frame&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP19 (Black Ocean - Verne): Visitors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 5 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Ogami shot down. (2) Any allied units shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Type-2 Kobu Ogami Type (Ogami)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Voltes V (Kenichi, Ippei, Daijiroh, Hiyoshi, Megumi)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP20 (Far East - Osaka): Happy 30th Anniversary!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Super Robot Wars Soul&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OS2-3 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-1 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OS2-4A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OS2-4B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OS2-5A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OS2-5B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OS2-6 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;) or OS2-5B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OS2-3, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OS2-3, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;All units, parts and upgrades will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OS2-7A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OS2-7B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;あふれ出る悪&amp;lt;br&amp;gt;Optional Mission OS2-8A (Africa - Cairo): Overflowing Evil&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-8B (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -TOUJOU-&amp;lt;br&amp;gt;Optional Mission OS2-9A (Europe - Rome): Newfound Bravery -ARRIVAL-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -DEAI-&amp;lt;br&amp;gt;Optional Mission OS2-9B (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OS2-10 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-9A (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;) or OS2-9B (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OS2-11A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OS2-11B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OS2-12A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OS2-12B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KS2-2A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KS2-2B (North America - Pacific Coast): Destruction&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies. (2) Turn 3 starts. (3) Nagid Shu Mane shot down. Note: Nagid Shu Mane retreats on turn 5.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; Kellen or Van shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mocochee Plush&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Gridman shot down. (2) Dreisstrager shot down; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Special Dog&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Optional Mission OS2-13A (Far East - Tokyo): The Brave Police&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ジェイデッカー&amp;lt;br&amp;gt;Optional Mission OS2-13B (Far East - Tokyo): A Brave Lineage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*Complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OS2-14 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;) or OS2-13B (&amp;quot;A Brave Lineage&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*House of Spice Curry&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OS2-15 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;立ち上がる戦士達&amp;lt;br&amp;gt;Key Mission KS2-3 (Far East - Izu): Soldiers Rising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;(1) Hyoma shot down. (2) Any allied units shot down. (3) Allied warship shot down; Hyoma shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Ropet&#039;s Brainwave Scanner&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OS3-1 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-8A (&amp;quot;Overflowing Evil&amp;quot;) or OS2-8B (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Complete KS2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KS3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KS3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 , and Black 6 gain +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 4==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP5 (Europe - Barcelona): Endless Summer Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;) or K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies; Turn 4 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Izaru or Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gridman loses &amp;quot;Max Gridman&amp;quot;, &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Red 5 loses &amp;quot;Full Burst Mode&amp;quot;, and &amp;quot;Rabbits Formation&amp;quot; for the duration of the mission if acquired&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;gt;Blue 1, Purple 2, Rose 3, and Gold 4 lose &amp;quot;Rabbits Formation&amp;quot; for the duration of the mission if acquired&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mega Booster&lt;br /&gt;
*Junk Terminal&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1A (L4 - Doda Sector): The Bird He Saw That Day&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1B (L4 - Doda Sector): The PHOENIX Alights&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Geara Zulu (Ellic) destroyed. (2) Phenex (Unicorn Mode) destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Jona shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Phenex (Unicorn Mode) destroyed; Phenex (Unicorn Mode) reaches the edge of the map.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied units shot down. (2) Allied warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-2 (L5 - Hesperides Sector): Return of the Red Comet&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein destroyed &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied Warship shot down; Jona or Quattro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete O5-3 (&amp;quot;A Warning&amp;quot;) or K6-1C (&amp;quot;Feelings Offered&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-3 (Africa - Dakar): The Fall of Dakar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) and complete either OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;  Quattro shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai gains the &amp;quot;Long Mega Buster&amp;quot; MAP attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-4 (Earth Orbit - Star Rose): Solitary Ace&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Black 6 gains the &amp;quot;Full Assault&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-5 (Earth Sphere Outskirts - Theart Star): Lady Lady&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-6 (Mars Sphere - Vastitas Borealis): Encounter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-7 (Cross Point - Palata Star): Cross Point&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-6 (&amp;quot;Encounter&amp;quot;)&lt;br /&gt;
*Daba must have a total kill count of 40+ or complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Leccee Appearance:&lt;br /&gt;
**During the mission, a dialogue choice will change how Leccee appears during that stage:&lt;br /&gt;
***&amp;quot;No way Leccee should change&amp;quot; - Short hair, purple outfit&lt;br /&gt;
***&amp;quot;I can see Leccee&#039;s new look&amp;quot; - Long Hair, blue outfit&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP6 (The Moon - Almagest Base): The Secret Ingredient Is...&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;)&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;) or K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*Complete either O4-7 (&amp;quot;Cross Point&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Premium Bento Box&lt;br /&gt;
*Golden Legacy&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission O4-8 (Far East - Okinawa): Return of the Mirage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete the secret requirements in OE2-1/OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*Complete either OE2-2/OS2-15 (&amp;quot;Seven Officers&amp;quot;), K5-3B (&amp;quot;Brave Spirits&amp;quot;), or O6-3 (&amp;quot;Chizetan Storm&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Shadow-Maru shot down. (2) Allied warship shot down; Shadow-Maru shot down. (3) Allied warship shot down; Shadow-Maru or Kagero shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Shadow-Maru and Kagero gain the &amp;quot;Brave Ninja Attack&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;All units and upgrades are lost&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;新しい翼&amp;lt;br&amp;gt;Key Mission K4-1A (The Moon - Omicron): New Wings&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ゼロ再臨&amp;lt;br&amp;gt;Key Mission K4-1B (Asia Region - Indian Ocean): The Second Coming of Zero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Üso (Complete one of the following: OE2-15A (&amp;quot;Warriors of the League Militaire&amp;quot;), OE2-15B (&amp;quot;Encounter in Space&amp;quot;), KS1-1 (&amp;quot;A Journey&#039;s Beginning&amp;quot;))&lt;br /&gt;
*Üso must have a total kill count of 50+ or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V2 Gundam (Üso)&lt;br /&gt;
*Gun Blaster (Odelo)&lt;br /&gt;
*Gun Blaster (Tomache)&lt;br /&gt;
*White Ark (Marbet)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;). Onboard missions do not count.&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Lancelot sIN (Suzaku)&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gekkoei Sui (Lelouch, C.C.)&lt;br /&gt;
*Supporter: Ohgi and Tamaki&lt;br /&gt;
*Supporter: Lloyd&lt;br /&gt;
*Supporter: Jeremiah and Anya&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*JG Farm Orange&lt;br /&gt;
*Attachable Armor Cocoon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;門-JUPITER-&amp;lt;br&amp;gt;Key Mission K4-2 (Jupiter Sphere - Almagest Base): Gateway of Demise -JUPITER-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGuyGo (Mamoru, Kaidoh) (If not previously recruited)&lt;br /&gt;
*Shin Getter Dragon (Ryoma) (If not previously recruited)&lt;br /&gt;
*GaoFighGar (Guy)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*G-Stone Shard&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;そびえ立つ光&amp;lt;br&amp;gt;Key Mission K4-3 (Asia - Phnom Penh): A Towering Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note: &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Gadved (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Let the billion die.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Murder the hundred million.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;Charge&amp;quot; attack and +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Trajectory Predictor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 5==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP7 (Earth Sphere Outskirts - Columbus Sector): Operation: Federation Idol&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*PP Gain Meter&lt;br /&gt;
*Zone Recoverer&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-1 (Mars Sphere - Evergreen): Home Sweet Home&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP8 (Mars Sphere - Valles Marineris): Respect Your Elders&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O5-1 (&amp;quot;Home Sweet Home&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Gunfight Supporter&lt;br /&gt;
*Minovsky Drive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-2 (Earth Orbit - Orbit Base): A Brave&#039;s Return -ADVENT-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚-MEZAME-&amp;lt;br&amp;gt;Key Mission K5-1A (Far East - Tokyo): Conquest in Waiting -AWAKEN-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;アッシュの影&amp;lt;br&amp;gt;Key Mission K5-1B (Asteroid Belt - Bode Sector): Shadow of the AHSMB&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;決戦のセフィーロ&amp;lt;br&amp;gt;Key Mission K5-1C (Oceania - Blue Hole): Showdown in Cephiro&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Hinoki replaces Kaidoh as one of GaoGaiGo&#039;s pilots for the duration of the mission&lt;br /&gt;
*Shin Getter Dragon (Ryoma, Hayato, Benkei)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +20 max EN, A rank in water terrain adaptivity, and +200 dmg to all attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Liger Attack&amp;quot; and &amp;quot;Shin Poseidon Attack&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*Kakuseijin V2 (Keita)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Auxiliary GS-Ride&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Once the mission is over, Mamoru and Kaidoh are assigned as GaoGaiGo&#039;s pilots, Hinoki and Keita as Kukuseijin V2&#039;s pilots. Mamoru will always be paired with Kaidoh, Hinoki with Keita, but you can switch unit the pairs are assigned to in the Formation-&amp;gt;Assign Menu.&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;), and either OE3-1A (&amp;quot;Fail and Bummer&amp;quot;) or OE3-1B (&amp;quot;A Hero&#039;s Job&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 and Black 6 gain the &amp;quot;Rabbits Formation&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Hikaru, Umi, Fuu, Ernie, and Kid must have a combined kill count of 150+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*Supporter: Martina and Isadora&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece and Sky God Windam gain +100 armor and the &amp;quot;Spiral Flash&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP9 (Earth Orbit - Star Rose): Heroic Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*ExC Mega Booster&lt;br /&gt;
*Hero Monthly&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;宇宙を走る閃光&amp;lt;br&amp;gt;Key Mission K5-2 (Earth Orbit - Kailash Geary): A Flash Through Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all Units in 6 turns. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;2nd V2 Gundam:&lt;br /&gt;
**Completing K4-1A (&amp;quot;New Wings&amp;quot;) before this mission will grant you a second V2 Gundam in this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&#039;&#039;&#039;Normal Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Elisha and Martina&lt;br /&gt;
*Reinforce Jr. (Gomez, Jinn, Otis, Romero, Leonid)&lt;br /&gt;
*V-Dash Gundam Hexa (Oliver)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;V2 Gundam &amp;lt;/span&amp;gt;&lt;br /&gt;
*Gun Blaster (Juca)&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;ザンスカール潜入&amp;lt;br&amp;gt;Key Mission K5-3A (L4 - Colony Amelia): Infiltrating Zanscare&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;勇者の魂&amp;lt;br&amp;gt;Key Mission K5-3B (Europe - Munich): Brave Spirits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Nu Gundam (Amuro)&lt;br /&gt;
*Zeta Gundam (Kamille)&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Poppy&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*Shadow-Maru (Shadow Maru)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman&#039;s stats upgraded (HP +2,000, EN +40, Mobility &amp;amp; Sight +10)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;J-Decker (J-Decker)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Duke Fire (Duke Fire)&lt;br /&gt;
&#039;&#039;Note: Duke Fire inherits J-Decker&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Super Build Tiger loses the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP10 (Latin America - Jaburo): A Return to Jaburo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;) and ???&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Haro&lt;br /&gt;
*Vanishing Thruster&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario O5-3 (L4 - Lungnak Sector): A Warning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein Destroyed. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Allied warship shot down (2)Jona shot down (3)Phenex (Unicorn Mode) shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-1C (&amp;quot;Feelings Offered&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;戦場に響く鈴の音&amp;lt;br&amp;gt;Key Mission K5-4A (The Moon - LCROSS Sector): Bells on the Battlefield&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;浄化される大地&amp;lt;br&amp;gt;Key Mission K5-4B (Europe - Athens): A Purified Land&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
*Üso must have a total kill count of 100+ (&#039;&#039;Some conditions may reduce that kill requirement&#039;&#039;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Üso&#039;s V2 Gundam gains the &amp;quot;Assault Buster&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; You&#039;ll be forced to play this mission once ???&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take the life of others.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Allow the migration.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains +200 dmg to all weapons and +5 mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van&#039;s &amp;quot;YII&amp;quot; skill is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Organization A Handbook&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 6==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;The chapter is unlocked one K5-4B (&amp;quot;A Purified Land&amp;quot;) is completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP11 (L4 - Colony Amelia): Michele, the Fortuneteller&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;Completion Rewards:&lt;br /&gt;
*Motion Predictor&lt;br /&gt;
*Auxiliary Psycho-frame&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-1 (Asia - Shangai): Imperial Princess&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-2 (Oceania - Solomon Islands): Menacing Wings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain +200 dmg to all attacks except &amp;quot;Spiral Flash&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sea God Selece gains the &amp;quot;Ice Blades&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sky God Windam gains the &amp;quot;Emerald Cyclone&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Silver Phoenix Crest&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-3 (Asia - New Delhi): Chizetan Storm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;)???&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)???&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;Completion Rewards:&lt;br /&gt;
*Chizetan Tea Set&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-4 (L4 - Padum Sector): Escape Giwaza&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;禽-PHOENIX-&amp;lt;br&amp;gt;Key Mission K6-1A (Earth Orbit - Orbit Base): The Lion Revived -PHOENIX-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;定められた運命&amp;lt;br&amp;gt;Key Mission KE6-1B (Far East - Ominato): Preordained Destiny&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;進むべき道の先に&amp;lt;br&amp;gt;Key Mission KS6-1B (L3 - Colony Elion): Where It All Leads&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot;|&#039;&#039;&#039;差し伸べられる想い&amp;lt;br&amp;gt;Key Mission K6-1C (L5 - Colony Avalon): Feelings Offered&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
*Guy and Ryoma must have a combined total kill count of 100+ or complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +10 max EN, &amp;quot;Getter Beam&amp;quot; gains +2 range but loses &amp;quot;Move and Fire&amp;quot; property&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Shine Spark&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
*GaoGaiGar (Guy)&lt;br /&gt;
*Renais is recruited as GaoFighGar&#039;s new pilot&lt;br /&gt;
*King J-Der (J, Tomoro)&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*J-Jewel Shard&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Earth Route only&#039;&#039;&#039;&lt;br /&gt;
*MC and Mitsuba must have a combined total kill count of 150+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Treat the clone the same.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Clear that level.&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Huckebein 30 (MC)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Huckebein 30th (MC)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Space Route only&#039;&#039;&#039;&lt;br /&gt;
*MC and Mitsuba must have a combined total kill count of 150+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Treat the clone the same.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Clear that level.&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Huckebein 30 (MC)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Huckebein 30th (MC)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-5 (The Moon - Mond Sector): The Red Comet&#039;s Duty&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-1C (&amp;quot;Feelings Offered&amp;quot;)&lt;br /&gt;
*Complete O4-3 (&amp;quot;The Fall of Dakar&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ???. No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;ねらわれた都市学園&amp;lt;br&amp;gt;Key Mission K6-2 (Far East - Furano): Academy in the Crosshairs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)&lt;br /&gt;
*Complete any 1 mission after completing K5-4B&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*Supporter: Lisa&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Great Mazinger (Tetsuya)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Mazinger Z loses the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Hero Monthly&lt;br /&gt;
*Dating Guide&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;炎の合体&amp;lt;br&amp;gt;Key Mission K6-3 (Europe - London): Blazing Combination&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt; (&#039;&#039;this might actually be subject to conditions&#039;&#039;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Duke Fire (Duke Fire)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Fire J-Decker (Fire J-Decker)&lt;br /&gt;
&#039;&#039;Note: Fire J-Decker inherits Duke Fire&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger regains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Hyperlink&amp;quot; ability.&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Regina&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Drawing of Deckerd&lt;br /&gt;
*Junk Terminal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP12 (North America - San Francisco): Unknown Horizons&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-4 (Far East - New Fuji Research Town): Life of a Mazin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-3 (&amp;quot;Blazing Combination&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha:&lt;br /&gt;
**Koji shoots down 2+ enemies during mission after Mazinger Z activates the &amp;quot;Mazin Power&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;(Permanently recruited if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z regains the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Boss Ramen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP13 (Europe - Gibraltar): A Brave Lineage (Alt. Route)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-6 (Far East - Pacific Coast): Melancholy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Anosillus&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-5 (Africa - Kilimanjaro): A World in Turmoil&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete the missions O6-1 (&amp;quot;Imperial Princess&amp;quot;) and O6-3 (&amp;quot;Chizetan Storm&amp;quot;) BEFORE completing this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Fassalina (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Make key crew members exempt.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Make no one exempt.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Volcain Custom (Ray)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung (Aska, Sang Yung)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Tatra and Tarta&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 7==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP14 (The Moon - Omicron): Stupendous Robot Symposium&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-1 (Far East - Hiroshima): What the Heart Dictates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-2 (Asteroid Belt - Brache Sector): Deep Recon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rhinos (High-Performance AI) x6&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-3 (L4 - Chamba Sector): A Fearsome Trap&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-4A (&amp;quot;Bells on the Battlefield&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-4 (Asteroid Belt - Palata Star): Last Memory&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O6-4 (&amp;quot;Escape Giwaza&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-5 (Asia - Beijing): Blackwing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;) (almost certain)&lt;br /&gt;
AND&lt;br /&gt;
Current Theories :&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
*Complete X missions after K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rune God Lantis (Lantis, Primera)&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K7-3 (&amp;quot;Arbitrator&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-1 (Far East - New Fuji Research Town): Beyond Light and Darkness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Dragon (True Form) (Go, Kei, Gai)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Unleash Getter Rays&amp;quot; and &amp;quot;HP Regen (S)&amp;quot; abilities, and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Hyper Photon Power Rocket Punch&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Great Booster&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGar gains the &amp;quot;Goldion DoubleHammer&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGo gains the &amp;quot;Hell and Heaven (G+J)&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Hana&amp;quot; becomes &amp;quot;Hana and Alouette&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Lisa is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP15 (Far East - Tokyo): Brave vs. Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-6 (Far East - New Fuji Research Town): A Mazin Enraged&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete one mission after completing K7-1 (&amp;quot;Beyond Light and Darkness&amp;quot;)&lt;br /&gt;
*Koji, Tetsuya and Shiro must have a combined total kill count of 180+ or complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinkaizer (Koji)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-7A (&amp;quot;Facing Death&amp;quot;) or KT-7B (&amp;quot;In Search of Truth&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Unit will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-2 (Latin America - Andes Mountain Range): Arbitrator&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take fate into my own hands.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Risk starvation and wait for my owner.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Fire J-Decker gains the &amp;quot;Brave Cannon&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Rune God Lantis (Lantis, Primera)&lt;br /&gt;
*FTO (Eagle)&lt;br /&gt;
*NSX (Geo)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 8==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP16 (Oceania - Blue Hole): Super Deformed Danger&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-1 (North America - Seattle): The Meaning of Happiness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Michael (+1 Point)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-2 (Latin America - Panama): Dark Invitation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and Cephirans&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;), O8-3 (&amp;quot;A Mother&#039;s Awakening&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-3 (Europe - Helsinki): A Mother&#039;s Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-1 (&amp;quot;What the Heart Dictates&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Have Gridknight and Fire J-Decker fight Victim then defeat Victim with Fire J-Decker&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Anti (Anti)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ??? (&amp;quot;???&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-4 (Earth Sphere Outskirst - Cabral Sector): Picaresque&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-4 (&amp;quot;Last Memory&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-1 (L5 - Glaston Sector): What Follows Myth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Shakti&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Michele unavailable for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;C-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam C-Packs gains the &amp;quot;Psycho-Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Phenex (Unicorn Mode) (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Jona unlocks the &amp;quot;Newtype&amp;quot; skill&lt;br /&gt;
*Silver Bullet Suppressor (Banagher)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Michele is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-2 (Antartica - South Pole): Judgement&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (First Run):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will automatically take the True Ending Route&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (NG+):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will be asked a question during the mission introduction&lt;br /&gt;
**To take the True Ending Route, answer &amp;quot;The Earthlings must be eliminated by the Quaestors.&amp;quot;&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Normal Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KN-3A (&amp;quot;Dreamers Forever&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KN-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KN-3A (&amp;quot;Dreamers Forever&amp;quot;) until you complete KN-4B or KN-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Nora&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3A (Mars - Mare Deuteronicus): Dreamers Forever&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission ON-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play ON-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-7 (Antartica - Antartic Peninsula): Prelude to the Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-8 (Subspace - Final Battle Area): End to the Never-Ending&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==True Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KT-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KT-3A (&amp;quot;The Dictator&amp;quot;) until you complete KT-4B or KT-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Nora)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3A (Mars - Mare Deuteronicus): The Dictator&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission OT-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play OT-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Caruleum:&lt;br /&gt;
**Caruleum will ask to join your team. Accept his request to have him join your team&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7A (Antartica - Antartic Peninsula): Facing Death&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7B (Antartica - Antartic Peninsula): In Search of Truth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruited Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Did not recruit Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8A (Subspace - Final Battle Area): Truth&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8B (Subspace - Final Battle Area): An Answer Found&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Front Missions=&lt;br /&gt;
&amp;quot;Front&amp;quot; Missions reappear after a certain time once completed. The prerequisites indicated here are for the first &amp;quot;appearance&amp;quot; of the mission.&amp;lt;br&amp;gt;&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F1 (Earth Sphere Outskirts - Da Gama Sector): The Earth Sphere Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE2-2 (&amp;quot;The Children of MJP&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F2 (Far East Region - Hakata): The West Japan Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F3 (Asia Region - Chongqing): The East Asian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F4 (Latin America - Cusco): The South American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F5 (Oceania Region - Brisbane): The Oceanian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F6 (L3 - Olivin Sector): The L3 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F7 (L5 - Tirna Sector): The L5 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete O4-2 (&amp;quot;Return of the Red Comet&amp;quot;) or &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F8 (North Americ - Minneapolis): The North American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F9 (Africa - Lagos): The African Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F10 (Europe - Amsterdam): The European Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete ??? (&amp;quot;&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Relic Missions=&lt;br /&gt;
&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;WORK IN PROGRESS&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Multiple instances of a given relic mission appear at different locations on the world map. The enemy level is fixed for a given location and doesn&#039;t scale with your team&#039;s level, unlike other missions. The objectives however remain globally the same regardless of location.&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1: Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L5 - Egbert Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Africa - Khartoum : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L5 - Hesperides Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1F: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Shot&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Egbert Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2: Relic of Restoration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Africa - Luanda : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Oceania - Alice Springs : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Restoration&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Africa - Luanda : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3: Relic of the Hunter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America - Anchorage : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Far East - Nagoya : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any ally reaches the destination within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Hunter&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4: Relic of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America: Winnipeg : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Earth Sphere Outskirts - Corte-Real Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within X turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F1: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Steel&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F2: Ultimate Relic of Aura(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E19 and obtain Ultimate relic of Aura?&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Lungnak Sector : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5: Relic of Gold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Europe - Belgrade : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Santiago : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; MC is shot down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5-2: Relic of Gold(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E15B (and Relic of Gold rank 1 &amp;amp; 2?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)MC is shot down. (2)Any ally is shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Kill 5 enemies with the other protagonist. The other protagonist will join after the mission with Huckebein 30.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Huckebein 30 (SC)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6: Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Africa - Cairo : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Blade&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7: Relic of Gales&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Asia - Yangon : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Europe - Odessa : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Asia - Indian Ocean : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Gales&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Odessa : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 3 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8: Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Oceania - Melbourne : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L4 - Paramita Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L3 - Elia Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; An enemy unit enters the area; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8F: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Aura&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Melbourne : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9: Relic of the Aegis&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Earth Sphere Outskirts - Caboto Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Europe - Rome : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F1: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Aegis&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F2: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F3: Ultimate Relic of Spirit(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Helsinki : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F1: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ?? Possibly obtain 3 Ultimate relics&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Anchorage : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F2: Ultimate Relic of Power(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - LCROSS Sector : Lvl 90&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F1: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Winnipeg : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F2: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F3: Ultimate Relic of Uplifting(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Solomon Islands : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R12F: Ultimate Relic of the Blade(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Asia - Beijing : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R13F: Ultimate Relic of the Shot(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Colony Avalon : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 5 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Onboard Missions=&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB1 : Hyoma&#039;s Failures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE1-2A (&amp;quot;Lets Combine&amp;quot;) or KE1-3B (&amp;quot;Raging Winds of Battle&amp;quot;)&lt;br /&gt;
*Hyoma must have a total kill count of 30+&lt;br /&gt;
*Combattler V&#039;s Custom Bonus acquired&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Hyoma is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Combattler V gains the &amp;quot;Grandasher&amp;quot; and &amp;quot;Grandasher (MAP)&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super EM Spin gains +400 Dmg&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Juzo&#039;s Sniping Tips&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB2 : Cannon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB3 : Flight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OB2 (&amp;quot;Cannon&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 50+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Sky Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB4 : Shiro&#039;s Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji&#039;s total kill count must be 30+&lt;br /&gt;
*Complete OE2-5 (&amp;quot;The Castle of Iron Returns&amp;quot;)&lt;br /&gt;
*Shiro&#039;s total kill count must be 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Shiro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ichinana&#039;s stats and weapons enhanced (for both versions) ([[../Mech_Upgrades#Mazinger_Infinity|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB5: Speed and Strength&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
*Ernie&#039;s total kill count must be 40+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;Any allied units shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga gains the &amp;quot;High Mobility Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga&#039;s and Tsendolg&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Knight.27s_.26_Magic|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Part Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mecha Geek&#039;s Spirit&lt;br /&gt;
*Ernie&#039;s Notebook&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-2B/KN-2B (&amp;quot;Heaven &amp;amp; World&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span class=&amp;quot;fc-route-h&amp;quot; | &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;Missions below this point are still work in progress&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB6: The Mass Production Uprising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB7: The Mass Production Revenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB8: What Makes A Captain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB9: Aces&#039; Challenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21? (and X pilots aced?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB10: Army From The Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26A?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB11: Army From Another World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB12: Army of the Braves&#039; Foes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB13: Army of Avarice&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB14: Army From Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB15: Army Of Beasts&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB16: The Mass Production Ultimatum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB17: Aces&#039; Honor&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB18: Engagement on Earth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB19: Skirmish In Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB20: Army of Quaestors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB21: The Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Onboard Challenges=&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;WORK IN PROGRESS&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
Onboard Challenges are also Onboard Missions, with specific limitations or challenges as described in the mission title&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-1 : One Unit Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E3 or SC-S3, and view the onboard scenario The Dreisstrager&#039;s Challenge&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-2 : One Unit Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-3 : One Unit Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-1: Three Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-2: Three Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15A+B+C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-3: Three Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-1: Five Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E9&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-2: Five Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-3: Five Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-1 : Boss Battle! 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4A&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-2: Boss Battle! 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-3: Boss Battle! 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E10&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-4: Boss Battle! 4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-5: Boss Battle! 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E19&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-6: Boss Battle! 6&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-7: Boss Battle! 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-8: Boss Battle! 8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-9: Boss Battle! 9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-1 : 3 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4B or SC-S4&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-2 : 3 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E8A (and E8B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-3 : 3 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14A (and E14B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-1 : 5 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E13B (and E13A?) or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-2 : 5 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15B or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-3 : 5 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-1 : 8 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E18 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-2 : 8 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-3 : 8 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-1 : 10 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-2 : 10 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-3 : 10 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53450</id>
		<title>Super Robot Wars/30/Complete</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53450"/>
		<updated>2021-11-23T00:32:00Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: /* Normal Ending Route */ Added Nora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Color Code and Mission Numbering=&lt;br /&gt;
Missions are referenced to indicate their nature, the route they belong to, and when appropriate in which chapter they appear.&lt;br /&gt;
The reference starts with 1 or 2 letters:&lt;br /&gt;
*KE/KS : Key missions on the Earth and Space routes respectively&lt;br /&gt;
*OE/OS : Optional missions on the Earth and Space routes respectively&lt;br /&gt;
*SP : Special (DLC) Scenarios&lt;br /&gt;
*F : Front missions. These missions that can be played an unlimited number of times, and reappear once you complete a set number of missions&lt;br /&gt;
*R : Relic missions. These missions do not appear in the mission menu, only on the map. They award a specific power part each upon completion&lt;br /&gt;
*OB : Onboard mission. Missions that appear in the Onboard section of the Mission menu but do not appear on the map&lt;br /&gt;
*C : Challenge missions. A subclass of Onboard missions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Key missions and optional missions are numbered to indicate to which chapter they belong to. For example OE2-5 is the 5th optional mission of chapter 2 on the Earth Route.&lt;br /&gt;
Relic and Challenge missions are grouped by family.&lt;br /&gt;
All other missions are numbered sequentially.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
For the main story, mission with colored titles are key missions. Missions with grey titles are optional. Missions in yellow are DLC missions, requiring that you buy the appropriate DLC to be able to play them&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in Black join your team.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Orange&amp;lt;/span&amp;gt; are available for that stage, then leave.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Blue&amp;lt;/span&amp;gt; have special requirements. Check the [[../Secrets|Secrets]] page for more details.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt; previously joined, but from this point, are rendered unusable. Those lost permanently are marked so, while others rejoin later on.&amp;lt;br&amp;gt;&lt;br /&gt;
Information in &amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Green&amp;lt;/span&amp;gt; are upgrades for units already in your party.&lt;br /&gt;
&lt;br /&gt;
=Main Story=&lt;br /&gt;
==Earth Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KE1-1 (Far East - Ominato): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;レッツ・コンバイン&amp;lt;br&amp;gt;Key Mission KE1-2A (Far East - Izu): Lets Combine&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ブレイブアップ&amp;lt;br&amp;gt;Key Mission KE1-2B (Far East - Tokyo): Brave Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Key Mission KE1-3A (Far East - Tokyo): The Brave Police Mobilize&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;吹き荒れる戦いの風&amp;lt;br&amp;gt;Key Mission KE1-3B (Far East - Izu): Raging Winds of Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; J-Decker shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KE1-4 (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Gridman shot down. (2)Dreisstrager shot down; Gridman shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Devadadan. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OE2-1 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OE2-2 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Anti. Akane Points+1.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OE2-3A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OE2-3B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-4 (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OE2-5 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;始め －DEAI－&amp;lt;br&amp;gt;Optional Mission OE2-6 (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OE2-7A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OE2-7B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OE2-8A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OE2-8B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KE2-1A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;戦いの宇宙へ&amp;lt;br&amp;gt;Key Mission KE2-1B (Europe - Gibraltar): Battle Among the Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*??? or complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OE2-9 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-6 (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OE2-10 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OE2-11 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OE2-12A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OE2-12B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OE2-13A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OE2-13B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OE2-14 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OE2-12, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OE2-12, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). All units, parts and upgrades will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;リガ・ミリティアの戦士たち&amp;lt;br&amp;gt;Optional Mission OE2-15A (L3 - Elia Sector): Warriors of the League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;宇宙の出会い&amp;lt;br&amp;gt;Optional Mission OE2-15B (L3 - Elia Sector): Encounter in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Chronicle. Katejina Points+1&lt;br /&gt;
**Have Üso defeat Lupe.Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Chronicle. Katejina Points+1&lt;br /&gt;
**Have Üso defeat Lupe.Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;MJPの子供たち&amp;lt;br&amp;gt;Key Mission KE2-2 (Earth Sphere Outskirts - Columbus Sector): The Children of MJP&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KE3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KE3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Space Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KS1-1 (L3 - Colony Elion): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*V-Dash Gundam (Üso)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;リガ・ミリティア&amp;lt;br&amp;gt;Key Mission KS1-2A (L3 - Elia Sector): League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;目指せ、ヒーロー&amp;lt;br&amp;gt;Key Mission KS1-2B (L3 - Ararat Sector): Awaken, Hero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Katejina. Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down; Izuru, Asagi, Kei, Tamaki, or Suruga shot down. (2) Dreisstrager shot down; Izuru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;チームラビッツ出撃&amp;lt;br&amp;gt;Key Mission KS1-3A (L3 - Ararat Sector): Team Rabbits Launch&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;宇宙の呼ぶ声&amp;lt;br&amp;gt;Key Mission KS1-3B (L3 - Elia Sector): A Voice Calling in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied unit shot down. (2) Dreisstrager shot down; Üso shot down &amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Katejina points:&lt;br /&gt;
**Have Üso defeat Katejina. Katejina Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;混戦&amp;lt;br&amp;gt;Key Mission KS1-4 (L3 - Gofer Sector): Free-For-All&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down. (2) Dreisstrager shot down; ??? shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Silver Bullet Suppressor (???)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Thruster Module&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Striker Scope&lt;br /&gt;
*Defender Arm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;黒い幽霊&amp;lt;br&amp;gt;Special Scenario SP18 (L5 - V-17 Debris Sector): Black Specter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gilliam shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gespenst (Gilliam)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Hero Chronicle&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OS2-1 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ally warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ザンネンとガッカリ&amp;lt;br&amp;gt;Optional Mission OS2-2A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ヒーローの仕事&amp;lt;br&amp;gt;Optional Mission OS2-2B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;戦いの大地へ&amp;lt;br&amp;gt;Key Mission KS2-1 (Earth Orbit - Orbit Base): Planet of Conflict&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2)(3) Unknown Leader shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)(2) Allied warship shot down; Protagonist A shot down. (3) Protagonist A shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack and +10 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Cyclone Booster&lt;br /&gt;
*Sky Charm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;Get &amp;quot;Max Gridman&amp;quot; attack and recruit Mamoru (placeholder unitl I can establish complete list of missions - Silverclaw)&#039;&#039;&lt;br /&gt;
OR &lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Bravenium γ&lt;br /&gt;
*Auxiliary GS-Ride&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Smash Hitter&lt;br /&gt;
*Capacity Frame&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP19 (Black Ocean - Verne): Visitors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 5 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Ogami shot down. (2) Any allied units shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Type-2 Kobu Ogami Type (Ogami)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Voltes V (Kenichi, Ippei, Daijiroh, Hiyoshi, Megumi)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP20 (Far East - Osaka): Happy 30th Anniversary!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Super Robot Wars Soul&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OS2-3 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-1 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OS2-4A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OS2-4B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OS2-5A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OS2-5B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OS2-6 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;) or OS2-5B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OS2-3, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OS2-3, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;All units, parts and upgrades will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OS2-7A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OS2-7B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;あふれ出る悪&amp;lt;br&amp;gt;Optional Mission OS2-8A (Africa - Cairo): Overflowing Evil&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-8B (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -TOUJOU-&amp;lt;br&amp;gt;Optional Mission OS2-9A (Europe - Rome): Newfound Bravery -ARRIVAL-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -DEAI-&amp;lt;br&amp;gt;Optional Mission OS2-9B (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OS2-10 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-9A (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;) or OS2-9B (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OS2-11A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OS2-11B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OS2-12A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OS2-12B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KS2-2A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KS2-2B (North America - Pacific Coast): Destruction&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies. (2) Turn 3 starts. (3) Nagid Shu Mane shot down. Note: Nagid Shu Mane retreats on turn 5.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; Kellen or Van shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mocochee Plush&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Gridman shot down. (2) Dreisstrager shot down; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Special Dog&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Optional Mission OS2-13A (Far East - Tokyo): The Brave Police&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ジェイデッカー&amp;lt;br&amp;gt;Optional Mission OS2-13B (Far East - Tokyo): A Brave Lineage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*Complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OS2-14 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;) or OS2-13B (&amp;quot;A Brave Lineage&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*House of Spice Curry&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OS2-15 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;立ち上がる戦士達&amp;lt;br&amp;gt;Key Mission KS2-3 (Far East - Izu): Soldiers Rising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;(1) Hyoma shot down. (2) Any allied units shot down. (3) Allied warship shot down; Hyoma shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Ropet&#039;s Brainwave Scanner&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OS3-1 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-8A (&amp;quot;Overflowing Evil&amp;quot;) or OS2-8B (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Complete KS2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KS3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 Area missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KS3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 , and Black 6 gain +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 4==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP5 (Europe - Barcelona): Endless Summer Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;) or K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies; Turn 4 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Izaru or Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gridman loses &amp;quot;Max Gridman&amp;quot;, &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Red 5 loses &amp;quot;Full Burst Mode&amp;quot;, and &amp;quot;Rabbits Formation&amp;quot; for the duration of the mission if acquired&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;gt;Blue 1, Purple 2, Rose 3, and Gold 4 lose &amp;quot;Rabbits Formation&amp;quot; for the duration of the mission if acquired&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mega Booster&lt;br /&gt;
*Junk Terminal&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1A (L4 - Doda Sector): The Bird He Saw That Day&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1B (L4 - Doda Sector): The PHOENIX Alights&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Geara Zulu (Ellic) destroyed. (2) Phenex (Unicorn Mode) destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Jona shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Phenex (Unicorn Mode) destroyed; Phenex (Unicorn Mode) reaches the edge of the map.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied units shot down. (2) Allied warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-2 (L5 - Hesperides Sector): Return of the Red Comet&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein destroyed &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied Warship shot down; Jona or Quattro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete O5-3 (&amp;quot;A Warning&amp;quot;) or K6-1C (&amp;quot;Feelings Offered&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-3 (Africa - Dakar): The Fall of Dakar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) and complete either OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;  Quattro shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai gains the &amp;quot;Long Mega Buster&amp;quot; MAP attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-4 (Earth Orbit - Star Rose): Solitary Ace&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Black 6 gains the &amp;quot;Full Assault&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-5 (Earth Sphere Outskirts - Theart Star): Lady Lady&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-6 (Mars Sphere - Vastitas Borealis): Encounter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-7 (Cross Point - Palata Star): Cross Point&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-6 (&amp;quot;Encounter&amp;quot;)&lt;br /&gt;
*Daba must have a total kill count of 40+ or complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Leccee Appearance:&lt;br /&gt;
**During the mission, a dialogue choice will change how Leccee appears during that stage:&lt;br /&gt;
***&amp;quot;No way Leccee should change&amp;quot; - Short hair, purple outfit&lt;br /&gt;
***&amp;quot;I can see Leccee&#039;s new look&amp;quot; - Long Hair, blue outfit&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP6 (The Moon - Almagest Base): The Secret Ingredient Is...&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;)&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;) or K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*Complete either O4-7 (&amp;quot;Cross Point&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Premium Bento Box&lt;br /&gt;
*Golden Legacy&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission O4-8 (Far East - Okinawa): Return of the Mirage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete the secret requirements in OE2-1/OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*Complete either OE2-2/OS2-15 (&amp;quot;Seven Officers&amp;quot;), K5-3B (&amp;quot;Brave Spirits&amp;quot;), or O6-3 (&amp;quot;Chizetan Storm&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Shadow-Maru shot down. (2) Allied warship shot down; Shadow-Maru shot down. (3) Allied warship shot down; Shadow-Maru or Kagero shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Shadow-Maru and Kagero gain the &amp;quot;Brave Ninja Attack&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;All units and upgrades are lost&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;新しい翼&amp;lt;br&amp;gt;Key Mission K4-1A (The Moon - Omicron): New Wings&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ゼロ再臨&amp;lt;br&amp;gt;Key Mission K4-1B (Asia Region - Indian Ocean): The Second Coming of Zero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Üso (Complete one of the following: OE2-15A (&amp;quot;Warriors of the League Militaire&amp;quot;), OE2-15B (&amp;quot;Encounter in Space&amp;quot;), KS1-1 (&amp;quot;A Journey&#039;s Beginning&amp;quot;))&lt;br /&gt;
*Üso must have a total kill count of 50+ or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V2 Gundam (Üso)&lt;br /&gt;
*Gun Blaster (Odelo)&lt;br /&gt;
*Gun Blaster (Tomache)&lt;br /&gt;
*White Ark (Marbet)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;). Onboard missions do not count.&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Lancelot sIN (Suzaku)&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gekkoei Sui (Lelouch, C.C.)&lt;br /&gt;
*Supporter: Ohgi and Tamaki&lt;br /&gt;
*Supporter: Lloyd&lt;br /&gt;
*Supporter: Jeremiah and Anya&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*JG Farm Orange&lt;br /&gt;
*Attachable Armor Cocoon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;門-JUPITER-&amp;lt;br&amp;gt;Key Mission K4-2 (Jupiter Sphere - Almagest Base): Gateway of Demise -JUPITER-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGuyGo (Mamoru, Kaidoh) (If not previously recruited)&lt;br /&gt;
*Shin Getter Dragon (Ryoma) (If not previously recruited)&lt;br /&gt;
*GaoFighGar (Guy)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*G-Stone Shard&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;そびえ立つ光&amp;lt;br&amp;gt;Key Mission K4-3 (Asia - Phnom Penh): A Towering Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note: &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Gadved (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Let the billion die.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Murder the hundred million.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;Charge&amp;quot; attack and +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Trajectory Predictor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 5==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP7 (Earth Sphere Outskirts - Columbus Sector): Operation: Federation Idol&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*PP Gain Meter&lt;br /&gt;
*Zone Recoverer&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-1 (Mars Sphere - Evergreen): Home Sweet Home&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP8 (Mars Sphere - Valles Marineris): Respect Your Elders&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O5-1 (&amp;quot;Home Sweet Home&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Gunfight Supporter&lt;br /&gt;
*Minovsky Drive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-2 (Earth Orbit - Orbit Base): A Brave&#039;s Return -ADVENT-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚-MEZAME-&amp;lt;br&amp;gt;Key Mission K5-1A (Far East - Tokyo): Conquest in Waiting -AWAKEN-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;アッシュの影&amp;lt;br&amp;gt;Key Mission K5-1B (Asteroid Belt - Bode Sector): Shadow of the AHSMB&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;決戦のセフィーロ&amp;lt;br&amp;gt;Key Mission K5-1C (Oceania - Blue Hole): Showdown in Cephiro&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Hinoki replaces Kaidoh as one of GaoGaiGo&#039;s pilots for the duration of the mission&lt;br /&gt;
*Shin Getter Dragon (Ryoma, Hayato, Benkei)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +20 max EN, A rank in water terrain adaptivity, and +200 dmg to all attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Liger Attack&amp;quot; and &amp;quot;Shin Poseidon Attack&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*Kakuseijin V2 (Keita)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Auxiliary GS-Ride&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Once the mission is over, Mamoru and Kaidoh are assigned as GaoGaiGo&#039;s pilots, Hinoki and Keita as Kukuseijin V2&#039;s pilots. Mamoru will always be paired with Kaidoh, Hinoki with Keita, but you can switch unit the pairs are assigned to in the Formation-&amp;gt;Assign Menu.&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;), and either OE3-1A (&amp;quot;Fail and Bummer&amp;quot;) or OE3-1B (&amp;quot;A Hero&#039;s Job&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 and Black 6 gain the &amp;quot;Rabbits Formation&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Hikaru, Umi, Fuu, Ernie, and Kid must have a combined kill count of 150+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*Supporter: Martina and Isadora&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece and Sky God Windam gain +100 armor and the &amp;quot;Spiral Flash&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP9 (Earth Orbit - Star Rose): Heroic Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*ExC Mega Booster&lt;br /&gt;
*Hero Monthly&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;宇宙を走る閃光&amp;lt;br&amp;gt;Key Mission K5-2 (Earth Orbit - Kailash Geary): A Flash Through Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all Units in 6 turns. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;2nd V2 Gundam:&lt;br /&gt;
**Completing K4-1A (&amp;quot;New Wings&amp;quot;) before this mission will grant you a second V2 Gundam in this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&#039;&#039;&#039;Normal Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Elisha and Martina&lt;br /&gt;
*Reinforce Jr. (Gomez, Jinn, Otis, Romero, Leonid)&lt;br /&gt;
*V-Dash Gundam Hexa (Oliver)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;V2 Gundam &amp;lt;/span&amp;gt;&lt;br /&gt;
*Gun Blaster (Juca)&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;ザンスカール潜入&amp;lt;br&amp;gt;Key Mission K5-3A (L4 - Colony Amelia): Infiltrating Zanscare&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;勇者の魂&amp;lt;br&amp;gt;Key Mission K5-3B (Europe - Munich): Brave Spirits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Nu Gundam (Amuro)&lt;br /&gt;
*Zeta Gundam (Kamille)&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Poppy&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*Shadow-Maru (Shadow Maru)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman&#039;s stats upgraded (HP +2,000, EN +40, Mobility &amp;amp; Sight +10)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;J-Decker (J-Decker)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Duke Fire (Duke Fire)&lt;br /&gt;
&#039;&#039;Note: Duke Fire inherits J-Decker&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Super Build Tiger loses the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP10 (Latin America - Jaburo): A Return to Jaburo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;) and ???&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Haro&lt;br /&gt;
*Vanishing Thruster&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario O5-3 (L4 - Lungnak Sector): A Warning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein Destroyed. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Allied warship shot down (2)Jona shot down (3)Phenex (Unicorn Mode) shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-1C (&amp;quot;Feelings Offered&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;戦場に響く鈴の音&amp;lt;br&amp;gt;Key Mission K5-4A (The Moon - LCROSS Sector): Bells on the Battlefield&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;浄化される大地&amp;lt;br&amp;gt;Key Mission K5-4B (Europe - Athens): A Purified Land&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
*Üso must have a total kill count of 100+ (&#039;&#039;Some conditions may reduce that kill requirement&#039;&#039;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Üso&#039;s V2 Gundam gains the &amp;quot;Assault Buster&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; You&#039;ll be forced to play this mission once ???&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take the life of others.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Allow the migration.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains +200 dmg to all weapons and +5 mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van&#039;s &amp;quot;YII&amp;quot; skill is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Organization A Handbook&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 6==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;25%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;The chapter is unlocked one K5-4B (&amp;quot;A Purified Land&amp;quot;) is completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP11 (L4 - Colony Amelia): Michele, the Fortuneteller&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;Completion Rewards:&lt;br /&gt;
*Motion Predictor&lt;br /&gt;
*Auxiliary Psycho-frame&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-1 (Asia - Shangai): Imperial Princess&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-2 (Oceania - Solomon Islands): Menacing Wings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain +200 dmg to all attacks except &amp;quot;Spiral Flash&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sea God Selece gains the &amp;quot;Ice Blades&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sky God Windam gains the &amp;quot;Emerald Cyclone&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Silver Phoenix Crest&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-3 (Asia - New Delhi): Chizetan Storm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;)???&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)???&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;Completion Rewards:&lt;br /&gt;
*Chizetan Tea Set&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-4 (L4 - Padum Sector): Escape Giwaza&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;禽-PHOENIX-&amp;lt;br&amp;gt;Key Mission K6-1A (Earth Orbit - Orbit Base): The Lion Revived -PHOENIX-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;定められた運命&amp;lt;br&amp;gt;Key Mission KE6-1B (Far East - Ominato): Preordained Destiny&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;進むべき道の先に&amp;lt;br&amp;gt;Key Mission KS6-1B (L3 - Colony Elion): Where It All Leads&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot;|&#039;&#039;&#039;差し伸べられる想い&amp;lt;br&amp;gt;Key Mission K6-1C (L5 - Colony Avalon): Feelings Offered&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
*Guy and Ryoma must have a combined total kill count of 100+ or complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +10 max EN, &amp;quot;Getter Beam&amp;quot; gains +2 range but loses &amp;quot;Move and Fire&amp;quot; property&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Shine Spark&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
*GaoGaiGar (Guy)&lt;br /&gt;
*Renais is recruited as GaoFighGar&#039;s new pilot&lt;br /&gt;
*King J-Der (J, Tomoro)&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*J-Jewel Shard&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Earth Route only&#039;&#039;&#039;&lt;br /&gt;
*MC and Mitsuba must have a combined total kill count of 150+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Treat the clone the same.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Clear that level.&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Huckebein 30 (MC)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Huckebein 30th (MC)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Space Route only&#039;&#039;&#039;&lt;br /&gt;
*MC and Mitsuba must have a combined total kill count of 150+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Treat the clone the same.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Clear that level.&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Huckebein 30 (MC)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Huckebein 30th (MC)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-5 (The Moon - Mond Sector): The Red Comet&#039;s Duty&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-1C (&amp;quot;Feelings Offered&amp;quot;)&lt;br /&gt;
*Complete O4-3 (&amp;quot;The Fall of Dakar&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ???. No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;ねらわれた都市学園&amp;lt;br&amp;gt;Key Mission K6-2 (Far East - Furano): Academy in the Crosshairs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)&lt;br /&gt;
*Complete any 1 mission after completing K5-4B&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*Supporter: Lisa&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Great Mazinger (Tetsuya)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Mazinger Z loses the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Hero Monthly&lt;br /&gt;
*Dating Guide&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;炎の合体&amp;lt;br&amp;gt;Key Mission K6-3 (Europe - London): Blazing Combination&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt; (&#039;&#039;this might actually be subject to conditions&#039;&#039;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Duke Fire (Duke Fire)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Fire J-Decker (Fire J-Decker)&lt;br /&gt;
&#039;&#039;Note: Fire J-Decker inherits Duke Fire&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger regains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Hyperlink&amp;quot; ability.&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Regina&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Drawing of Deckerd&lt;br /&gt;
*Junk Terminal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP12 (North America - San Francisco): Unknown Horizons&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-4 (Far East - New Fuji Research Town): Life of a Mazin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-3 (&amp;quot;Blazing Combination&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha:&lt;br /&gt;
**Koji shoots down 2+ enemies during mission after Mazinger Z activates the &amp;quot;Mazin Power&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;(Permanently recruited if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z regains the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
Completion Rewards:&lt;br /&gt;
*Boss Ramen&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP13 (Europe - Gibraltar): A Brave Lineage (Alt. Route)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-6 (Far East - Pacific Coast): Melancholy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Anosillus&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-5 (Africa - Kilimanjaro): A World in Turmoil&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete the missions O6-1 (&amp;quot;Imperial Princess&amp;quot;) and O6-3 (&amp;quot;Chizetan Storm&amp;quot;) BEFORE completing this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Fassalina (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Make key crew members exempt.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Make no one exempt.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Volcain Custom (Ray)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung (Aska, Sang Yung)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Tatra and Tarta&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 7==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP14 (The Moon - Omicron): Stupendous Robot Symposium&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-1 (Far East - Hiroshima): What the Heart Dictates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-2 (Asteroid Belt - Brache Sector): Deep Recon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rhinos (High-Performance AI) x6&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-3 (L4 - Chamba Sector): A Fearsome Trap&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-4A (&amp;quot;Bells on the Battlefield&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-4 (Asteroid Belt - Palata Star): Last Memory&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O6-4 (&amp;quot;Escape Giwaza&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-5 (Asia - Beijing): Blackwing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;) (almost certain)&lt;br /&gt;
AND&lt;br /&gt;
Current Theories :&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
*Complete X missions after K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rune God Lantis (Lantis, Primera)&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K7-3 (&amp;quot;Arbitrator&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-1 (Far East - New Fuji Research Town): Beyond Light and Darkness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Dragon (True Form) (Go, Kei, Gai)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Unleash Getter Rays&amp;quot; and &amp;quot;HP Regen (S)&amp;quot; abilities, and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Hyper Photon Power Rocket Punch&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Great Booster&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGar gains the &amp;quot;Goldion DoubleHammer&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGo gains the &amp;quot;Hell and Heaven (G+J)&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Hana&amp;quot; becomes &amp;quot;Hana and Alouette&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Lisa is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP15 (Far East - Tokyo): Brave vs. Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-6 (Far East - New Fuji Research Town): A Mazin Enraged&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete one mission after completing K7-1 (&amp;quot;Beyond Light and Darkness&amp;quot;)&lt;br /&gt;
*Koji, Tetsuya and Shiro must have a combined total kill count of 180+ or complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinkaizer (Koji)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-7A (&amp;quot;Facing Death&amp;quot;) or KT-7B (&amp;quot;In Search of Truth&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Unit will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-2 (Latin America - Andes Mountain Range): Arbitrator&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take fate into my own hands.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Risk starvation and wait for my owner.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Fire J-Decker gains the &amp;quot;Brave Cannon&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Rune God Lantis (Lantis, Primera)&lt;br /&gt;
*FTO (Eagle)&lt;br /&gt;
*NSX (Geo)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 8==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP16 (Oceania - Blue Hole): Super Deformed Danger&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-1 (North America - Seattle): The Meaning of Happiness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Michael (+1 Point)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-2 (Latin America - Panama): Dark Invitation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and Cephirans&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;), O8-3 (&amp;quot;A Mother&#039;s Awakening&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-3 (Europe - Helsinki): A Mother&#039;s Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-1 (&amp;quot;What the Heart Dictates&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Have Gridknight and Fire J-Decker fight Victim then defeat Victim with Fire J-Decker&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Anti (Anti)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ??? (&amp;quot;???&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-4 (Earth Sphere Outskirst - Cabral Sector): Picaresque&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-4 (&amp;quot;Last Memory&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-1 (L5 - Glaston Sector): What Follows Myth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Shakti&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Michele unavailable for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;C-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam C-Packs gains the &amp;quot;Psycho-Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Phenex (Unicorn Mode) (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Jona unlocks the &amp;quot;Newtype&amp;quot; skill&lt;br /&gt;
*Silver Bullet Suppressor (Banagher)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Michele is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-2 (Antartica - South Pole): Judgement&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (First Run):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will automatically take the True Ending Route&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (NG+):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will be asked a question during the mission introduction&lt;br /&gt;
**To take the True Ending Route, answer &amp;quot;The Earthlings must be eliminated by the Quaestors.&amp;quot;&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Normal Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KN-3A (&amp;quot;Dreamers Forever&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KN-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KN-3A (&amp;quot;Dreamers Forever&amp;quot;) until you complete KN-4B or KN-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Nora&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3A (Mars - Mare Deuteronicus): Dreamers Forever&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission ON-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play ON-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-7 (Antartica - Antartic Peninsula): Prelude to the Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-8 (Subspace - Final Battle Area): End to the Never-Ending&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==True Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KT-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KT-3A (&amp;quot;The Dictator&amp;quot;) until you complete KT-4B or KT-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3A (Mars - Mare Deuteronicus): The Dictator&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission OT-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play OT-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Caruleum:&lt;br /&gt;
**Caruleum will ask to join your team. Accept his request to have him join your team&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7A (Antartica - Antartic Peninsula): Facing Death&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7B (Antartica - Antartic Peninsula): In Search of Truth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruited Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Did not recruit Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8A (Subspace - Final Battle Area): Truth&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8B (Subspace - Final Battle Area): An Answer Found&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Front Missions=&lt;br /&gt;
&amp;quot;Front&amp;quot; Missions reappear after a certain time once completed. The prerequisites indicated here are for the first &amp;quot;appearance&amp;quot; of the mission.&amp;lt;br&amp;gt;&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F1 (Earth Sphere Outskirts - Da Gama Sector): The Earth Sphere Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE2-2 (&amp;quot;The Children of MJP&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F2 (Far East Region - Hakata): The West Japan Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F3 (Asia Region - Chongqing): The East Asian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F4 (Latin America - Cusco): The South American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F5 (Oceania Region - Brisbane): The Oceanian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F6 (L3 - Olivin Sector): The L3 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F7 (L5 - Tirna Sector): The L5 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete O4-2 (&amp;quot;Return of the Red Comet&amp;quot;) or &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F8 (North Americ - Minneapolis): The North American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F9 (Africa - Lagos): The African Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F10 (Europe - Amsterdam): The European Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete ??? (&amp;quot;&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Relic Missions=&lt;br /&gt;
&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;WORK IN PROGRESS&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Multiple instances of a given relic mission appear at different locations on the world map. The enemy level is fixed for a given location and doesn&#039;t scale with your team&#039;s level, unlike other missions. The objectives however remain globally the same regardless of location.&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1: Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L5 - Egbert Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Africa - Khartoum : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L5 - Hesperides Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1F: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Shot&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Egbert Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2: Relic of Restoration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Africa - Luanda : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Oceania - Alice Springs : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Restoration&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Africa - Luanda : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3: Relic of the Hunter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America - Anchorage : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Far East - Nagoya : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any ally reaches the destination within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Hunter&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4: Relic of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America: Winnipeg : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Earth Sphere Outskirts - Corte-Real Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within X turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F1: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Steel&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F2: Ultimate Relic of Aura(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E19 and obtain Ultimate relic of Aura?&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Lungnak Sector : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5: Relic of Gold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Europe - Belgrade : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Santiago : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; MC is shot down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5-2: Relic of Gold(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E15B (and Relic of Gold rank 1 &amp;amp; 2?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)MC is shot down. (2)Any ally is shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Kill 5 enemies with the other protagonist. The other protagonist will join after the mission with Huckebein 30.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Huckebein 30 (SC)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6: Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Africa - Cairo : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Blade&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7: Relic of Gales&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Asia - Yangon : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Europe - Odessa : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Asia - Indian Ocean : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Gales&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Odessa : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 3 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8: Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Oceania - Melbourne : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L4 - Paramita Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L3 - Elia Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; An enemy unit enters the area; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8F: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Aura&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Melbourne : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9: Relic of the Aegis&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Earth Sphere Outskirts - Caboto Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Europe - Rome : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F1: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Aegis&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F2: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F3: Ultimate Relic of Spirit(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Helsinki : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F1: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ?? Possibly obtain 3 Ultimate relics&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Anchorage : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F2: Ultimate Relic of Power(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - LCROSS Sector : Lvl 90&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F1: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Winnipeg : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F2: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F3: Ultimate Relic of Uplifting(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Solomon Islands : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R12F: Ultimate Relic of the Blade(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Asia - Beijing : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R13F: Ultimate Relic of the Shot(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Colony Avalon : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 5 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Onboard Missions=&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB1 : Hyoma&#039;s Failures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE1-2A (&amp;quot;Lets Combine&amp;quot;) or KE1-3B (&amp;quot;Raging Winds of Battle&amp;quot;)&lt;br /&gt;
*Hyoma must have a total kill count of 30+&lt;br /&gt;
*Combattler V&#039;s Custom Bonus acquired&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Hyoma is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Combattler V gains the &amp;quot;Grandasher&amp;quot; and &amp;quot;Grandasher (MAP)&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super EM Spin gains +400 Dmg&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Juzo&#039;s Sniping Tips&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB2 : Cannon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB3 : Flight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OB2 (&amp;quot;Cannon&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 50+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Sky Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB4 : Shiro&#039;s Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji&#039;s total kill count must be 30+&lt;br /&gt;
*Complete OE2-5 (&amp;quot;The Castle of Iron Returns&amp;quot;)&lt;br /&gt;
*Shiro&#039;s total kill count must be 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Shiro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ichinana&#039;s stats and weapons enhanced (for both versions) ([[../Mech_Upgrades#Mazinger_Infinity|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB5: Speed and Strength&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
*Ernie&#039;s total kill count must be 40+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;Any allied units shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga gains the &amp;quot;High Mobility Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga&#039;s and Tsendolg&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Knight.27s_.26_Magic|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Part Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mecha Geek&#039;s Spirit&lt;br /&gt;
*Ernie&#039;s Notebook&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-2B/KN-2B (&amp;quot;Heaven &amp;amp; World&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span class=&amp;quot;fc-route-h&amp;quot; | &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;Missions below this point are still work in progress&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB6: The Mass Production Uprising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB7: The Mass Production Revenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB8: What Makes A Captain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB9: Aces&#039; Challenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21? (and X pilots aced?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB10: Army From The Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26A?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB11: Army From Another World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB12: Army of the Braves&#039; Foes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB13: Army of Avarice&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB14: Army From Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB15: Army Of Beasts&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB16: The Mass Production Ultimatum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB17: Aces&#039; Honor&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB18: Engagement on Earth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB19: Skirmish In Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB20: Army of Quaestors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB21: The Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Onboard Challenges=&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;WORK IN PROGRESS&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
Onboard Challenges are also Onboard Missions, with specific limitations or challenges as described in the mission title&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-1 : One Unit Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E3 or SC-S3, and view the onboard scenario The Dreisstrager&#039;s Challenge&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-2 : One Unit Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-3 : One Unit Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-1: Three Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-2: Three Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15A+B+C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-3: Three Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-1: Five Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E9&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-2: Five Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-3: Five Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-1 : Boss Battle! 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4A&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-2: Boss Battle! 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-3: Boss Battle! 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E10&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-4: Boss Battle! 4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-5: Boss Battle! 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E19&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-6: Boss Battle! 6&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-7: Boss Battle! 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-8: Boss Battle! 8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-9: Boss Battle! 9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-1 : 3 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4B or SC-S4&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-2 : 3 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E8A (and E8B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-3 : 3 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14A (and E14B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-1 : 5 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E13B (and E13A?) or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-2 : 5 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15B or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-3 : 5 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-1 : 8 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E18 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-2 : 8 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-3 : 8 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-1 : 10 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-2 : 10 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-3 : 10 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Secrets&amp;diff=53449</id>
		<title>Super Robot Wars/30/Secrets</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Secrets&amp;diff=53449"/>
		<updated>2021-11-23T00:30:23Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: Added Nora based off own experience + checking script&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Under Construction&lt;br /&gt;
&lt;br /&gt;
=Confirmed=&lt;br /&gt;
&lt;br /&gt;
==Lancelot Albion Zero &amp;amp; Early Suzaku==&lt;br /&gt;
&lt;br /&gt;
During the Mission &amp;quot;Zilkhstan&#039;s Darkness&amp;quot;, defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow. Suzaku will join with the Lancelot Albion Zero after the stage.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Full Armor Gundam Mk-II==&lt;br /&gt;
&lt;br /&gt;
Quattro&#039;s total kill count must be 20+ at the beginning of &amp;quot;Augusta Remembrances/A Sign.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
During the mission, &amp;quot;Augusta Remembrances/A Sign,&amp;quot; Jona defeats 3 units before the end of turn 2.&amp;lt;br&amp;gt;&lt;br /&gt;
If the criteria have been satisfied, Kamille will sortie in the Full Armor Gundam Mk-II.&amp;lt;br&amp;gt;&lt;br /&gt;
Otherwise, the Full Armor option parts can still be obtained by getting the MP Nu Gundam (see below).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==MP Nu Gundam==&lt;br /&gt;
&lt;br /&gt;
1. Complete &amp;quot;The Man They Called Newtype/The White Comet&#039;s Contrails&amp;quot; and &amp;quot;Augusta Remembrances/A Sign&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
2. Alternatively, complete &amp;quot;A Flash Through Space&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
3. If you played &amp;quot;The Man They Called Newtype/The White Comet&#039;s Contrails&amp;quot; and Amuro destroyed 4+ enemies in that mission, Amuro must have a total kill count of 30+. Otherwise Amuro must have a total kill count of 60+.&amp;lt;br&amp;gt;&lt;br /&gt;
4. Once those conditions are met, Onboard Mission &amp;quot;Alone in the Wild&amp;quot; will unlock. Completing it will grant the MP Nu Gundam, the Incom optional parts as well as the Full Armor Mk II optional parts if not unlocked earlier.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Kagero==&lt;br /&gt;
&lt;br /&gt;
1. During the Mission &amp;quot;Mutual Trust&amp;quot; have Shadow Maru defeat Kagero, then have Shadow Maru, J-Decker or Build Tiger defeat Kagero after he reappears.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Clear the Mission &amp;quot;7 Officers&amp;quot; (Unlocked by getting the combined Score of Gridman + J-Decker + Build Tiger to 80).&amp;lt;br&amp;gt;&lt;br /&gt;
3. Clear the Mission &amp;quot;Return of the Mirage&amp;quot;.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Leccee Appearance==&lt;br /&gt;
&lt;br /&gt;
During Mission &amp;quot;Cross Point&amp;quot; a dialogue choice will change how Leccee appears during that stage&amp;lt;br&amp;gt;&lt;br /&gt;
1. &amp;quot;No way Leccee should change&amp;quot; - Short hair, purple outfit&amp;lt;br&amp;gt;&lt;br /&gt;
2. &amp;quot;I can see Leccee&#039;s new look&amp;quot; - Long Hair, blue outfit&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==2nd V2 Gundam==&lt;br /&gt;
&lt;br /&gt;
Complete the mission &amp;quot;New Wings&amp;quot; before completing the mission &amp;quot;A Flash Through Space&amp;quot;.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supporter Boss, Nuke and Mucha==&lt;br /&gt;
&lt;br /&gt;
During the mission &amp;quot;Life of a Mazin&amp;quot;, have Kouji score 2 or more kills after the Majin Power event.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tatra &amp;amp; Tarta Supporter, Aska &amp;amp; Giant Sang Yung==&lt;br /&gt;
&lt;br /&gt;
Complete the missions &amp;quot;Chizetan Storm&amp;quot; and &amp;quot;Imperial Princess&amp;quot; before completing the mission &amp;quot;A World In Turmoil&amp;quot;.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Lamia &amp;amp; Betterman Cataphract==&lt;br /&gt;
&lt;br /&gt;
During the mission &amp;quot;Future at Stake -VERSUS-&amp;quot;, defeat Betterman Cataphract with Guy. He will join after the stage is completed.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supporter Nora==&lt;br /&gt;
&lt;br /&gt;
During the mission &amp;quot;Heaven &amp;amp; Earth&amp;quot;, defeat Dorotheo with Ernie, or (unconfirmed) have a score of 100 with Ernie. She will join after the stage is completed.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Other Protagonist==&lt;br /&gt;
&lt;br /&gt;
1. Do all the &amp;quot;Relic Of Gold&amp;quot; missions.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Complete &amp;quot;Preordained Destiny&amp;quot; (Earth Route) or &amp;quot;Where It All Leads&amp;quot; (Space Route)&amp;lt;br&amp;gt;&lt;br /&gt;
3. Start &amp;quot;Relic of Gold(Fin)&amp;quot;. The other protagonist will show up.&amp;lt;br&amp;gt;&lt;br /&gt;
4. Kill 5 enemies with the other protagonist. The other protagonist will join after the mission with Huckebein 30. (Kill count confirmation needed)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==True Ending==&lt;br /&gt;
&lt;br /&gt;
At several points in the game, Caruleum Vaull (the OG antagonist with the horns) will ask Mitsuba a moral question; once you answer, he&#039;ll tell you if your answer tipped the scales left or right.&lt;br /&gt;
*Mission &amp;quot;A Towering Light&amp;quot;: Answer &amp;quot;Let the billion die.&amp;quot; to gain +1 Left points&lt;br /&gt;
*Mission &amp;quot;A Purified Land&amp;quot;: Answer &amp;quot;Take the life of others.&amp;quot; to gain +1 Left points&lt;br /&gt;
*Mission &amp;quot;Preordained Destiny&amp;quot;: Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
*Mission &amp;quot;A World in Turmoil&amp;quot;: Answer &amp;quot;Make key crew members exempt.&amp;quot; to gain +1 Left points&lt;br /&gt;
*Mission &amp;quot;Arbitrator&amp;quot;: Answer &amp;quot;Take fate into my own hands.&amp;quot; to gain +1 Left points&lt;br /&gt;
If you have answered more left than right, you will take the True Ending Route.  Otherwise, you will take the Normal Ending Route.  On a New Game Plus, in the introduction of the mission &amp;quot;Judgement&amp;quot;, you will instead be given a choice: &lt;br /&gt;
*Answer &amp;quot;The Earthlings must be eliminated by the Quaestors.&amp;quot; to take the True Ending Route&lt;br /&gt;
*Answer &amp;quot;The Quaestors must repair their faults.&amp;quot; to take the Normal Ending Route&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Unconfirmed=&lt;br /&gt;
&lt;br /&gt;
==Secret Characters and Units==&lt;br /&gt;
&lt;br /&gt;
===Supporter Sakura===&lt;br /&gt;
&lt;br /&gt;
Requirements unknown&amp;lt;br&amp;gt;&lt;br /&gt;
Possible theory:&lt;br /&gt;
*In &amp;quot;Judgement&amp;quot;, defeat Genesic King with Guy and complete requirements for Lamia&lt;br /&gt;
If requirements are met, obtained once &amp;quot;Future at Stake -VERSUS-&amp;quot; is concluded&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Katejina &amp;amp; Chronicle===&lt;br /&gt;
&lt;br /&gt;
1. On Earth Route &amp;quot;Warriors of the League Militaire&amp;quot; / &amp;quot;Encounter in Space&amp;quot;, have Üso defeat Chronicle. Katajina Points+1. Have Üso defeat Lupe. Katejina Points+1&lt;br /&gt;
 &lt;br /&gt;
2. On Space Route &amp;quot;League Militaire&amp;quot; / &amp;quot;A Voice Calling in Space&amp;quot;, have Üso defeat Katejina. Katejina Points+1&lt;br /&gt;
 &lt;br /&gt;
3. On mission &amp;quot;&#039;&#039;Melee Battle&#039;&#039;&amp;quot; (possibly space route&#039;s &amp;quot;Free-For-All&amp;quot;), have Üso defeat Lupe. Katejina Points+1&lt;br /&gt;
 &lt;br /&gt;
4. On mission &amp;quot;New Wings&amp;quot;, have Üso fight Katejina. Katejina Points+1. Have Üso defeat Katejina. Katejina Points+1&lt;br /&gt;
 &lt;br /&gt;
5. On mission &amp;quot;Infiltrating Zanscare&amp;quot;, have Üso fight Katejina. Katejina points +1. Have Üso defeat Katejina. Katejina Points+1&lt;br /&gt;
 &lt;br /&gt;
6. On mission &amp;quot;&#039;&#039;Red Comet&#039;s Mission&#039;&#039;&amp;quot; (supposedly &amp;quot;The Red Comet&#039;s Duty&amp;quot;), defeat Chronicle before reinforcements arrive. Katejina Points+2&lt;br /&gt;
 &lt;br /&gt;
7. On mission &amp;quot;What Follows Myth&amp;quot;, defeat Katejina. Katejina Points+1&lt;br /&gt;
 &lt;br /&gt;
8. On mission &amp;quot;The Angels Ascend&amp;quot; / &amp;quot;Above the Angel&#039;s Halo&amp;quot;, defeat Zoltan with Chronicle and Katejina still present. If Katejina Points ≥4, use Üso to defeat Katejina, then use Üso to defeat Chronicle.&lt;br /&gt;
 &lt;br /&gt;
9. On mission &amp;quot;Doorway to the Abyss&amp;quot;, select &amp;quot;I sense Katejina&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Supporter Akane===&lt;br /&gt;
&lt;br /&gt;
1. On mission &amp;quot;Awakening&amp;quot;, use Gridman to defeat Devadadan. Akane Points+1&lt;br /&gt;
 &lt;br /&gt;
2. On misson &amp;quot;7 Officers&amp;quot;, use Gridman to defeat Anti. Akane Points+1&lt;br /&gt;
 &lt;br /&gt;
3. Do mission &amp;quot;Melancholy&amp;quot;. Akane Points+1&lt;br /&gt;
 &lt;br /&gt;
4. Do mission &amp;quot;What the Heart Dictates&amp;quot;. Akane Points+1&lt;br /&gt;
 &lt;br /&gt;
5. On mission &amp;quot;Creation&amp;quot; / &amp;quot;Awakening&amp;quot;, use Gridman/Gridknight to defeat Zegga. Akane Points+2&lt;br /&gt;
 &lt;br /&gt;
6. On mission &amp;quot;Creation&amp;quot; / &amp;quot;Awakening&amp;quot;, use Gridman/Gridknight to defeat Alexis Kerib, and if Akane Points ≥4, Akane will join as a supporter.&lt;br /&gt;
&lt;br /&gt;
===Victim===&lt;br /&gt;
&lt;br /&gt;
1. During mission &amp;quot;A Mother&#039;s Awakening&amp;quot; have Gridknight and Fire J-Decker fight Victim then defeat Victim with Fire J-Decker. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. During mission &amp;quot;Heart to Heart&amp;quot; or &amp;quot;To a Future Filled With Light&amp;quot; defeat Big Mother with either Fire J-Decker or Victim.&lt;br /&gt;
&lt;br /&gt;
===Saudade of Sunday(Michael Garret) &amp;amp; Dahlia of Wednesday(Fasalina)===&lt;br /&gt;
&lt;br /&gt;
1. On mission &amp;quot;Towering Light&amp;quot;, use Van to defeat Gadved. Michael Points+1&lt;br /&gt;
 &lt;br /&gt;
2. On mission &amp;quot;The Meaning of Happiness&amp;quot;, use Van to defeat Michael. Michael Points+1&lt;br /&gt;
 &lt;br /&gt;
3. On mission &amp;quot;World in Turmoil&amp;quot;, use Van to defeat Fasalina. Michael Points+1&lt;br /&gt;
 &lt;br /&gt;
4. On mission &amp;quot;Endless Dream&amp;quot;, use Van or Ray to defeat Birthday.&lt;br /&gt;
 &lt;br /&gt;
5. If Michael Points ≥2, do the mission &amp;quot;A Dish Best Served Cold&amp;quot; to obtain them.&lt;br /&gt;
&lt;br /&gt;
===Nei Moh Han &amp;amp; Auge and Gavlet Gablae &amp;amp; Ashura Temple===&lt;br /&gt;
 &lt;br /&gt;
1. On mission &amp;quot;Contact Pentagona&amp;quot;, have Daba defeat Nei. Nei Points+1&lt;br /&gt;
 &lt;br /&gt;
2. On mission &amp;quot;Lady Lady&amp;quot;, have Daba fight with Nei. Nei Points+1&lt;br /&gt;
 &lt;br /&gt;
3. On mission &amp;quot;Cross Point&amp;quot;, have Daba fight with Nei. Nei Points+1&lt;br /&gt;
 &lt;br /&gt;
4. On mission &amp;quot;Escape Giwaza&amp;quot;, have Daba or Leccee defeat Nei. Nei Points+1&lt;br /&gt;
 &lt;br /&gt;
5. On mission &amp;quot;Picaresque&amp;quot;, have Daba defeat Gablae and Nei. Nei Points+1&lt;br /&gt;
 &lt;br /&gt;
6. Have Nei Points ≥5 on clearing the mission &amp;quot;Picaresque&amp;quot; or get Daba&#039;s score to 100 to unlock the mission &amp;quot;My Love&amp;quot; (these are separate conditions).&lt;br /&gt;
 &lt;br /&gt;
7. After meeting the conditions, do the mission &amp;quot;My Love&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Quwasan Olibee &amp;amp; Calvary Temple===&lt;br /&gt;
&lt;br /&gt;
1. During mission &amp;quot;Escape Giwaza&amp;quot; have Daba fight Olibee then defeat her with Daba.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Daba must have 150 or higher score before starting &amp;quot;Dreamers Forever&amp;quot; mission. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. After meeting the conditions, Olibee in her Calvary Temple will automatically join the battle on &amp;quot;Dreamers Forever&amp;quot; mission after the first mid stage event.&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
	<entry>
		<id>http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53386</id>
		<title>Super Robot Wars/30/Complete</title>
		<link rel="alternate" type="text/html" href="http://neo-akurasu.duckdns.org/index.php?title=Super_Robot_Wars/30/Complete&amp;diff=53386"/>
		<updated>2021-11-20T01:09:55Z</updated>

		<summary type="html">&lt;p&gt;Timpkmn89: /* Chapter 7 */ Moved incorrect unit acquisition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Color Code and Mission Numbering=&lt;br /&gt;
Missions are referenced to indicate their nature, the route they belong to, and when appropriate in which chapter they appear.&lt;br /&gt;
The reference starts with 1 or 2 letters:&lt;br /&gt;
*KE/KS : Key missions on the Earth and Space routes respectively&lt;br /&gt;
*OE/OS : Optional missions on the Earth and Space routes respectively&lt;br /&gt;
*SP : Special (DLC) Scenarios&lt;br /&gt;
*F : Front missions. These missions that can be played an unlimited number of times, and reappear once you complete a set number of missions&lt;br /&gt;
*R : Relic missions. These missions do not appear in the mission menu, only on the map. They award a specific power part each upon completion&lt;br /&gt;
*OB : Onboard mission. Missions that appear in the Onboard section of the Mission menu but do not appear on the map&lt;br /&gt;
*C : Challenge missions. A subclass of Onboard missions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Key missions and optional missions are numbered to indicate to which chapter they belong to. For example OE2-5 is the 5th optional mission of chapter 2 on the Earth Route.&lt;br /&gt;
Relic and Challenge missions are grouped by family.&lt;br /&gt;
All other missions are numbered sequentially.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
For the main story, mission with colored titles are key missions. Missions with grey titles are optional. Missions in yellow are DLC missions, requiring that you buy the appropriate DLC to be able to play them&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in Black join your team.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Orange&amp;lt;/span&amp;gt; are available for that stage, then leave.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Blue&amp;lt;/span&amp;gt; have special requirements. Check the [[../Secrets|Secrets]] page for more details.&amp;lt;br&amp;gt;&lt;br /&gt;
Units and Pilots in &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt; previously joined, but from this point, are rendered unusable. Those lost permanently are marked so, while others rejoin later on.&amp;lt;br&amp;gt;&lt;br /&gt;
Information in &amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Green&amp;lt;/span&amp;gt; are upgrades for units already in your party.&lt;br /&gt;
&lt;br /&gt;
=Main Story=&lt;br /&gt;
==Earth Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KE1-1 (Far East - Ominato): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;レッツ・コンバイン&amp;lt;br&amp;gt;Key Mission KE1-2A (Far East - Izu): Lets Combine&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ブレイブアップ&amp;lt;br&amp;gt;Key Mission KE1-2B (Far East - Tokyo): Brave Up&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Key Mission KE1-3A (Far East - Tokyo): The Brave Police Mobilize&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;吹き荒れる戦いの風&amp;lt;br&amp;gt;Key Mission KE1-3B (Far East - Izu): Raging Winds of Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; J-Decker shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KE1-4 (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Gridman shot down. (2)Dreisstrager shot down; Gridman shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Devadadan. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OE2-1 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OE2-2 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman to defeat Anti. Akane Points+1.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OE2-3A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OE2-3B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-4 (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OE2-5 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;始め －DEAI－&amp;lt;br&amp;gt;Optional Mission OE2-6 (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OE2-7A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OE2-7B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-8A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OE2-8A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OE2-8B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KE2-1A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;戦いの宇宙へ&amp;lt;br&amp;gt;Key Mission KE2-1B (Europe - Gibraltar): Battle Among the Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*??? or complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OE2-9 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-6 (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OE2-10 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OE2-11 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OE2-12A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OE2-12B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OE2-13A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OE2-13B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OE2-14 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. Secrets WILL be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OE2-14 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OE2-12, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OE2-12, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). All units, parts and upgrades will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;リガ・ミリティアの戦士たち&amp;lt;br&amp;gt;Optional Mission OE2-15A (L3 - Elia Sector): Warriors of the League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;宇宙の出会い&amp;lt;br&amp;gt;Optional Mission OE2-15B (L3 - Elia Sector): Encounter in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam (Üso, Haro)&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;MJPの子供たち&amp;lt;br&amp;gt;Key Mission KE2-2 (Earth Sphere Outskirts - Columbus Sector): The Children of MJP&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OE3-1B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KE3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KE3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Space Route (Chapters 1-3)==&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed collapse_left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Chapter 1===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;旅立ちの日&amp;lt;br&amp;gt;Key Mission KS1-1 (L3 - Colony Elion): A Journey&#039;s Beginning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any allied unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Huckebein 30 (MC)&lt;br /&gt;
*V-Dash Gundam (Üso)&lt;br /&gt;
*Dreisstrager (Mitsuba, Reynold, Lian)&lt;br /&gt;
*Supporter: Jiequan&lt;br /&gt;
*Supporter: Mayvy&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;リガ・ミリティア&amp;lt;br&amp;gt;Key Mission KS1-2A (L3 - Elia Sector): League Militaire&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;目指せ、ヒーロー&amp;lt;br&amp;gt;Key Mission KS1-2B (L3 - Ararat Sector): Awaken, Hero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down; Izuru, Asagi, Kei, Tamaki, or Suruga shot down. (2) Dreisstrager shot down; Izuru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;チームラビッツ出撃&amp;lt;br&amp;gt;Key Mission KS1-3A (L3 - Ararat Sector): Team Rabbits Launch&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;宇宙の呼ぶ声&amp;lt;br&amp;gt;Key Mission KS1-3B (L3 - Elia Sector): A Voice Calling in Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Red 5 (Izuru)&lt;br /&gt;
*Blue 1 (Asagi)&lt;br /&gt;
*Purple 2 (Kei)&lt;br /&gt;
*Rose 3 (Tamaki)&lt;br /&gt;
*Gold 4 (Suruga)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Saionji Stomach Medicine&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied unit shot down. (2) Dreisstrager shot down; Üso shot down &amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V-Dash Gundam Hexa (Marbet)&lt;br /&gt;
*Gun Blaster (Cony)&lt;br /&gt;
*Gun Blaster (Junko)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;混戦&amp;lt;br&amp;gt;Key Mission KS1-4 (L3 - Gofer Sector): Free-For-All&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;12&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Dreisstrager shot down. (2) Dreisstrager shot down; ??? shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Silver Bullet Suppressor (???)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Thruster Module&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 2===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;鋼の魂&amp;lt;br&amp;gt;Special Scenario SP2 (Earth Orbit - Debris Belt): Spirit of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ryusei shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;SRX (Ryusei, Rai, Aya)&amp;lt;/span&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Striker Scope&lt;br /&gt;
*Defender Arm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;黒い幽霊&amp;lt;br&amp;gt;Special Scenario SP18 (L5 - V-17 Debris Sector): Black Specter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gilliam shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gespenst (Gilliam)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Hero Chronicle&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;新たな物語&amp;lt;br&amp;gt;Optional Mission OS2-1 (L5 - Colony Londenion): A New Story&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Ally warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ザンネンとガッカリ&amp;lt;br&amp;gt;Optional Mission OS2-2A (Earth Sphere Outskirts - Corte-Real Sector): Fail and Bummer&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ヒーローの仕事&amp;lt;br&amp;gt;Optional Mission OS2-2B (Earth Sphere Outskirts - Corte-Real Sector): A Hero&#039;s Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Mobile Weapon (Legatus) destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Any allied unit shot down. (2)Allied warship shot down; Izuru or Randy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;戦いの大地へ&amp;lt;br&amp;gt;Key Mission KS2-1 (Earth Orbit - Orbit Base): Planet of Conflict&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2)(3) Unknown Leader shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)(2) Allied warship shot down; Protagonist A shot down. (3) Protagonist A shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dreisstrager gains the &amp;quot;Bow-Mounted U.L.H. Particle Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Huckebein 30 gains the &amp;quot;Double Graviton Rifle&amp;quot; attack and +10 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;魔装機神&amp;lt;br&amp;gt;Special Scenario SP1 (Asia - Lhasa): The Elemental Lord&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Masaki shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Cybuster (Masaki)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Cyclone Booster&lt;br /&gt;
*Sky Charm&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;勇者のススメ&amp;lt;br&amp;gt;Special Scenario SP3 (Africa - Johannesburg): Leading the Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;Get &amp;quot;Max Gridman&amp;quot; attack and recruit Mamoru (placeholder unitl I can establish complete list of missions - Silverclaw)&#039;&#039;&lt;br /&gt;
OR &lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified Land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Bravenium γ&lt;br /&gt;
*Auxiliary GS-Ride&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;騎士と騎士の出会い&amp;lt;br&amp;gt;Special Scenario SP4 (Oceania - Christchurch): Knightly Meetings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Any unit shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Smash Hitter&lt;br /&gt;
*Capacity Frame&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP19 (Black Ocean - Verne): Visitors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 5 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Ogami shot down. (2) Any allied units shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Type-2 Kobu Ogami Type (Ogami)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Voltes V (Kenichi, Ippei, Daijiroh, Hiyoshi, Megumi)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP20 (Far East - Osaka): Happy 30th Anniversary!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Super Robot Wars Soul&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;帰還&amp;lt;br&amp;gt;Optional Mission OS2-3 (North America - San Francisco): A Return&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-1 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;白き流星の軌跡&amp;lt;br&amp;gt;Optional Mission OS2-4A (North America - Cheyenne): The White Meteor&#039;s Contrail&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ニュータイプと呼ばれた男&amp;lt;br&amp;gt;Optional Mission OS2-4B (North America - Cheyenne): The Man They Called Newtype&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;オーガスタ追想&amp;lt;br&amp;gt;Optional Mission OS2-5A (North America - Augusta): Augusta Remembrances&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;鼓動&amp;lt;br&amp;gt;Optional Mission OS2-5B (North America - Augusta): A Sign&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Do NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-3 (&amp;quot;A Return&amp;quot;)&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II Full Armor Armor Option Parts:&lt;br /&gt;
**Quattro must have a total kill count of 20+ before starting the mission&lt;br /&gt;
**Jona must destroy 3 enemy units before the end of turn 2&lt;br /&gt;
**If conditions are not met, parts can still be obtained in OS2-6 (&amp;quot;Alone in the Wild&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts (equiped when deployed on this mission if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Aqua Module&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost. &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Secrets WILL be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;荒野を一人往く&amp;lt;br&amp;gt;Optional Mission OS2-6 (The Moon - Ypsilon): Alone in the Wild&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;), and complete OS2-5A (&amp;quot;Augusta Remembrances&amp;quot;) or OS2-5B (&amp;quot;A Sign&amp;quot;).&lt;br /&gt;
*Alternatively, complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*If Amuro destroyed 4+ units in OS2-3, Amuro must have a total kill count of 30+&lt;br /&gt;
*If Amuro DID NOT destroy 4+ units un OS2-3, Amuro must have a total kill count of 60+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*MP Nu Gundam (Amuro)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;MP Nu Gundam gains the &amp;quot;Incom Unit&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Mk-II gains the &amp;quot;Full Armor Parts&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;) and either KT-4B (&amp;quot;The Angels Ascend&amp;quot;) or KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;All units, parts and upgrades will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ゲッター線の挑戦&amp;lt;br&amp;gt;Optional Mission OS2-7A (Latin America - Brasilia): Challenge of the Getter Rays&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;血潮燃やして&amp;lt;br&amp;gt;Optional Mission OS2-7B (Latin America - Brasilia): Boiling Blood&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-4A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OS2-4B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Getter Dragon (Ryoma)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;あふれ出る悪&amp;lt;br&amp;gt;Optional Mission OS2-8A (Africa - Cairo): Overflowing Evil&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;偉大な勇者&amp;lt;br&amp;gt;Optional Mission OE2-8B (Africa - Cairo): The Great Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -TOUJOU-&amp;lt;br&amp;gt;Optional Mission OS2-9A (Europe - Rome): Newfound Bravery -ARRIVAL-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;始 -DEAI-&amp;lt;br&amp;gt;Optional Mission OS2-9B (Europe - Rome): Inherited Bravery -MEETING-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Kaidoh or Mamoru shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGaiGo (Kaidoh, Mamoru)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;友 -NAKAMA-&amp;lt;br&amp;gt;Optional Mission OS2-10 (Earth Orbit - Orbit Base): A Brave&#039;s Allies -COMRADES-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-9A (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;) or OS2-9B (&amp;quot;Inherited Bravery -MEETING-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Hana&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K4-2 (&amp;quot;Gateway of Demise -JUPITER-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;異界の救世主&amp;lt;br&amp;gt;Optional Mission OS2-11A (Oceania - Blue Hole): Otherworldly Savior&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;外から来る者&amp;lt;br&amp;gt;Optional Mission OS2-11B (Oceania - Blue Hole): From Beyond&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-12A (&amp;quot;Hello, New World!&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hello! New World!!&amp;lt;br&amp;gt;Optional Mission OS2-12A (Oceania - Alice Springs): Hello, New World!&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; width=&amp;quot;50%&amp;quot; |&#039;&#039;&#039;Hero &amp;amp; Enemy &amp;lt;br&amp;gt;Optional Mission OS2-12B (Oceania - Alice Springs): Hero &amp;amp; Enemy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*DO NOT complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), nor O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-11A (&amp;quot;Otherworldly Savior&amp;quot;), or O6-1 (&amp;quot;Imperial Princess&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O6-2 (&amp;quot;Menacing Wings&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;ジルクスタンの闇&amp;lt;br&amp;gt;Key Mission KS2-2A (Asia - Indian Ocean): Zilkhstan&#039;s Darkness&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;覚・醒&amp;lt;br&amp;gt;Key Mission KS2-2B (North America - Pacific Coast): Destruction&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies. (2) Turn 3 starts. (3) Nagid Shu Mane shot down. Note: Nagid Shu Mane retreats on turn 5.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Dreisstrager shot down; Kellen or Van shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero:&lt;br /&gt;
**Defeat Nagid Shu Mane before it retreats. Kallen must deliver the killing blow.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Dann Of Thursday (Van)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Ghedo Vakka (Kallen)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Guren Type Special (Kallen)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Lancelot Albion Zero (Suzaku)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Wendy &amp;amp; Carmen&lt;br /&gt;
*Supporter: Joshua&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mocochee Plush&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Gridman shot down. (2) Dreisstrager shot down; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gridman (Gridman)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Grid Calibur End&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Utsumi &amp;amp; Rikka&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Special Dog&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;勇者警察始動&amp;lt;br&amp;gt;Optional Mission OS2-13A (Far East - Tokyo): The Brave Police&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;ジェイデッカー&amp;lt;br&amp;gt;Optional Mission OS2-13B (Far East - Tokyo): A Brave Lineage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*DO NOT complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KS2-2B (&amp;quot;Destruction&amp;quot;)&lt;br /&gt;
*Complete OS2-9 (&amp;quot;Newfound Bravery -ARRIVAL-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down. J-Decker shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*J-Decker (J-Decker)&lt;br /&gt;
*Supporter: Yuta&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Brave Police Emblem&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KS?-? (&amp;quot;???&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;信じ合う仲間&amp;lt;br&amp;gt;Optional Mission OS2-14 (Far East - Kanazawa): Mutual Trust&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-13A (&amp;quot;The Brave Police&amp;quot;) or OS2-13B (&amp;quot;A Brave Lineage&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Defeat Kagero (1st time) with Shadow-Maru&lt;br /&gt;
**Defeat Kagero (2nd time) with either J-Decker, Build Tiger or Shadow-Maru&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shadow-Maru (Shadow-Maru)&lt;br /&gt;
*Build Tiger (Build Tiger)&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*House of Spice Curry&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;7人の刑事 &amp;lt;br&amp;gt;Optional Mission OS2-15 (Far East - Nagoya): Seven Officers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero:&lt;br /&gt;
**Complete this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Build Tiger (Build Tiger)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;J-Decker gains the &amp;quot;Max Cannon&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger gains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-3B (&amp;quot;Brave Spirits&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;立ち上がる戦士達&amp;lt;br&amp;gt;Key Mission KS2-3 (Far East - Izu): Soldiers Rising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;(1) Hyoma shot down. (2) Any allied units shot down. (3) Allied warship shot down; Hyoma shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Combattler V (Hyoma, Juzo, Daisaku, Chizuru, Kosuke)&lt;br /&gt;
*Ichinana (Koji)&lt;br /&gt;
*Supporter: Ropet&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Ropet&#039;s Brainwave Scanner&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Chapter 3===&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;復活の鉄の城 &amp;lt;br&amp;gt;Optional Mission OS3-1 (Far East - New Fuji Research Town): The Castle of Iron Returns&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OS2-8A (&amp;quot;Overflowing Evil&amp;quot;) or OS2-8B (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Complete KS2-3 (&amp;quot;Soldiers Rising&amp;quot;)&lt;br /&gt;
*Koji must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z and Great Mazinger gain the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter : Lisa&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;コンタクト・ペンタゴナ&amp;lt;br&amp;gt;Key Mission KS3-1 (Mars Sphere - Mare Deuteronicus): Contact Pentagona&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 5 missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Daba, Lilis)&lt;br /&gt;
*Supporter: Kyao&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;ケレス大戦&amp;lt;br&amp;gt;Key Mission KS3-2 (Asteroid Belt - Ceres Sector): The Battle of Ceres&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Reika&lt;br /&gt;
*Godinion (Suzukaze, Siegfried, Giuliano)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Longbow&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1 gains the &amp;quot;Eraser&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 , and Black 6 gain +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Dan, Degawa, and Mayu&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 4==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP5 (Europe - Barcelona): Endless Summer Heroes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;) or K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1)Defeat all enemies; Turn 4 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Izaru or Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gridman loses &amp;quot;Max Gridman&amp;quot;, &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Mega Booster&lt;br /&gt;
*Junk Terminal&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;These missions are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1A (L4 - Doda Sector): The Bird He Saw That Day&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-1B (L4 - Doda Sector): The PHOENIX Alights&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*DO NOT complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) NOR OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Geara Zulu (Ellic) destroyed. (2) Phenex (Unicorn Mode) destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Jona shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-10 (&amp;quot;A New Story&amp;quot;)&lt;br /&gt;
*Complete OE2-12A (&amp;quot;The White Meteor&#039;s Contrail&amp;quot;) or OE2-12B (&amp;quot;The Man They Called Newtype&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Phenex (Unicorn Mode) destroyed; Phenex (Unicorn Mode) reaches the edge of the map.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Any allied units shot down. (2) Allied warship shot down; Jona shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-2 (L5 - Hesperides Sector): Return of the Red Comet&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein destroyed &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied Warship shot down; Jona or Quattro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ???. No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-3 (Africa - Dakar): The Fall of Dakar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-11 (&amp;quot;A Return&amp;quot;) and complete either OE2-13A (&amp;quot;Augusta Remembrances&amp;quot;) or OE2-13B (&amp;quot;A Sign&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;  Quattro shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai gains the &amp;quot;Long Mega Buster&amp;quot; MAP attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-4 (Earth Orbit - Star Rose): Solitary Ace&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Black 6 gains the &amp;quot;Full Assault&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-5 (Earth Sphere Outskirts - Theart Star): Lady Lady&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-6 (Mars Sphere - Vastitas Borealis): Encounter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O4-7 (Cross Point - Palata Star): Cross Point&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-6 (&amp;quot;Encounter&amp;quot;)&lt;br /&gt;
*Daba must have a total kill count of 40+ or complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP6 (The Moon - Almagest Base): The Secret Ingredient Is...&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;)&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;) or K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
*Complete either O4-7 (&amp;quot;Cross Point&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Premium Bento Box&lt;br /&gt;
*Golden Legacy&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission O4-8 (Far East - Okinawa): Return of the Mirage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete the secret requirements in OE2-1/OS2-14 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*Complete either OE2-2/OS2-15 (&amp;quot;Seven Officers&amp;quot;), K5-3B (&amp;quot;Brave Spirits&amp;quot;), or O6-3 (&amp;quot;Chizetan Storm&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Shadow-Maru shot down. (2) Allied warship shot down; Shadow-Maru shot down. (3) Allied warship shot down; Shadow-Maru or Kagero shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Kagero&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Shadow-Maru and Kagero gain the &amp;quot;Brave Ninja Attack&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ??? (&amp;quot;?&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;新しい翼&amp;lt;br&amp;gt;Key Mission K4-1A (The Moon - Omicron): New Wings&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;ゼロ再臨&amp;lt;br&amp;gt;Key Mission K4-1B (Asia Region - Indian Ocean): The Second Coming of Zero&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Üso (Complete one of the following: OE2-15A (&amp;quot;Warriors of the League Militaire&amp;quot;), OE2-15B (&amp;quot;Encounter in Space&amp;quot;), KS1-1 (&amp;quot;A Journey&#039;s Beginning&amp;quot;))&lt;br /&gt;
*Üso must have a total kill count of 50+ or complete K5-2 (&amp;quot;A Flash Through Space&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*V2 Gundam (Üso)&lt;br /&gt;
*Gun Blaster (Odelo)&lt;br /&gt;
*Gun Blaster (Tomache)&lt;br /&gt;
*White Ark (Marbet)&lt;br /&gt;
&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing KE2-1A/KS2-2A (&amp;quot;Zilkhstan&#039;s Darkness&amp;quot;). Onboard missions do not count.&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Lancelot sIN (Suzaku)&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Gekkoei Sui (Lelouch, C.C.)&lt;br /&gt;
*Supporter: Ohgi and Tamaki&lt;br /&gt;
*Supporter: Lloyd&lt;br /&gt;
*Supporter: Jeremiah and Anya&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*JG Farm Orange&lt;br /&gt;
*Attachable Armor Cocoon&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;門-JUPITER-&amp;lt;br&amp;gt;Key Mission K4-2 (Jupiter Sphere - Almagest Base): Gateway of Demise -JUPITER-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*GaoGuyGo (Mamoru, Kaidoh) (If not previously recruited)&lt;br /&gt;
*Shin Getter Dragon (Ryoma) (If not previously recruited)&lt;br /&gt;
*GaoFighGar (Guy)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*G-Stone Shard&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;そびえ立つ光&amp;lt;br&amp;gt;Key Mission K4-3 (Asia - Phnom Penh): A Towering Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Note: &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Gadved (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Let the billion die.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Murder the hundred million.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;Charge&amp;quot; attack and +5 Mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Trajectory Predictor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 5==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP7 (Earth Sphere Outskirts - Columbus Sector): Operation: Federation Idol&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;), K6-5 (&amp;quot;A World in Turmoil&amp;quot;))&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*PP Gain Meter&lt;br /&gt;
*Zone Recoverer&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-1 (Mars Sphere - Evergreen): Home Sweet Home&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP8 (Mars Sphere - Valles Marineris): Respect Your Elders&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O5-1 (&amp;quot;Home Sweet Home&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Gunfight Supporter&lt;br /&gt;
*Minovsky Drive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O5-2 (Earth Orbit - Orbit Base): A Brave&#039;s Return -ADVENT-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;覚-MEZAME-&amp;lt;br&amp;gt;Key Mission K5-1A (Far East - Tokyo): Conquest in Waiting -AWAKEN-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;アッシュの影&amp;lt;br&amp;gt;Key Mission K5-1B (Asteroid Belt - Bode Sector): Shadow of the AHSMB&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;決戦のセフィーロ&amp;lt;br&amp;gt;Key Mission K5-1C (Oceania - Blue Hole): Showdown in Cephiro&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Hinoki replaces Kaidoh as one of GaoGaiGo&#039;s pilots for the duration of the mission&lt;br /&gt;
*Shin Getter Dragon (Ryoma, Hayato, Benkei)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +20 max EN and +200 dmg to all attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Liger Attack&amp;quot; and &amp;quot;Shin Poseidon Attack&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*Kakuseijin V2 (Keita)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Once the mission is over, Mamoru and Kaidoh are assigned as GaoGaiGo&#039;s pilots, Hinoki and Keita as Kukuseijin V2&#039;s pilots. Mamoru will always be paired with Kaidoh, Hinoki with Keita, but you can switch unit the pairs are assigned to in the Formation-&amp;gt;Assign Menu.&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-4 (&amp;quot;Solitary Ace&amp;quot;), and either OE3-1A (&amp;quot;Fail and Bummer&amp;quot;) or OE3-1B (&amp;quot;A Hero&#039;s Job&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;)&lt;br /&gt;
OR&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Blue 1, Purple 2, Rose 3, Gold 4, Red 5 and Black 6 gain the &amp;quot;Rabbits Formation&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Flame God Rayearth, Sea God Selece and Sky God Windam (Complete one of the following: OE2-7A (&amp;quot;Otherworldly Savior&amp;quot;), OE2-7B (&amp;quot;From Beyond&amp;quot;), O6-1 (&amp;quot;Imperial Princess&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Hikaru, Umi, Fuu, Ernie, and Kid must have a combined kill count of 150+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*Supporter: Martina and Isadora&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece and Sky God Windam gain +100 armor and the &amp;quot;Spiral Flash&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP9 (Earth Orbit - Star Rose): Heroic Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;宇宙を走る閃光&amp;lt;br&amp;gt;Key Mission K5-2 (Earth Orbit - Kailash Geary): A Flash Through Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete any 1 mission after completing K4-3 (&amp;quot;A Towering Light&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you complete 3 missions after this mission appears, you&#039;ll be forced to play it&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all Units in 6 turns. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;2nd V2 Gundam:&lt;br /&gt;
**Completing K4-1A (&amp;quot;New Wings&amp;quot;) before this mission will grant you a second V2 Gundam in this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Astonaige&lt;br /&gt;
*Supporter: Michele&lt;br /&gt;
*Supporter: Chan&lt;br /&gt;
*Ra Cailum (Bright, Meran)&lt;br /&gt;
*Full Armor Hyaku-Shiki Kai (Quattro)&lt;br /&gt;
*Gundam (Amuro)&lt;br /&gt;
*Gundam Mk-II (Kamille)&lt;br /&gt;
*Methuss (Fa)&lt;br /&gt;
*Narrative Gundam (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;B-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*Black 6 (Ange)&lt;br /&gt;
*Rhinos (Randy)&lt;br /&gt;
&#039;&#039;&#039;Normal Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Elisha and Martina&lt;br /&gt;
*Reinforce Jr. (Gomez, Jinn, Otis, Romero, Leonid)&lt;br /&gt;
*V-Dash Gundam Hexa (Oliver)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;V2 Gundam ()&amp;lt;/span&amp;gt;&lt;br /&gt;
*Gun Blaster (Juca)&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;ザンスカール潜入&amp;lt;br&amp;gt;Key Mission K5-3A (L4 - Colony Amelia): Infiltrating Zanscare&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;勇者の魂&amp;lt;br&amp;gt;Key Mission K5-3B (Europe - Munich): Brave Spirits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Nu Gundam (Amuro)&lt;br /&gt;
*Zeta Gundam (Kamille)&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Super Build Tiger (Super Build Tiger)&lt;br /&gt;
*Shadow-Maru (Shadow Maru)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman&#039;s stats upgraded (HP +2,000, EN +40, Mobility &amp;amp; Sight +10)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Max Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;J-Decker (J-Decker)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Duke Fire (Duke Fire)&lt;br /&gt;
&#039;&#039;Note: Duke Fire inherits J-Decker&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Super Build Tiger loses the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP10 (Latin America - Jaburo): A Return to Jaburo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;) and ???&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-4B (&amp;quot;A Purified land&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario O5-3 (L4 - Lungnak Sector): A Warning&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Sinanju Stein Destroyed. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)Allied warship shot down (2)Jona shot down (3)Phenex (Unicorn Mode) shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gundam Narrative stats increase&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ???. No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;戦場に響く鈴の音&amp;lt;br&amp;gt;Key Mission K5-4A (The Moon - LCROSS Sector): Bells on the Battlefield&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;浄化される大地&amp;lt;br&amp;gt;Key Mission K5-4B (Europe - Athens): A Purified Land&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
*Üso must have a total kill count of 100+ (&#039;&#039;Some conditions may reduce that kill requirement&#039;&#039;)&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Üso&#039;s V2 Gundam gains the &amp;quot;Assault Buster&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K4-1A (&amp;quot;New Wings&amp;quot;) or ???&lt;br /&gt;
*Complete K5-3A (&amp;quot;Infiltrating Zanscare&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; You&#039;ll be forced to play this mission once ???&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take the life of others.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Allow the migration.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains +200 dmg to all weapons and +5 mobility&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van&#039;s &amp;quot;YII&amp;quot; skill is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 6==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;The chapter is unlocked one K5-4B (&amp;quot;A Purified Land&amp;quot;) is completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP11 (L4 - Colony Amelia): Michele, the Fortuneteller&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-1 (Asia - Shangai): Imperial Princess&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-2 (Oceania - Solomon Islands): Menacing Wings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain +200 dmg to all attacks except &amp;quot;Spiral Flash&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sea God Selece gains the &amp;quot;Ice Blades&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Sky God Windam gains the &amp;quot;Emerald Cyclone&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-3 (Asia - New Delhi): Chizetan Storm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;)???&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)???&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Part 1:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete this mission BEFORE completing the mission K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;hr&amp;gt;&#039;&#039;&#039;Part 2:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-4 (L4 - Padum Sector): Escape Giwaza&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O4-5 (&amp;quot;Lady Lady&amp;quot;) or K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;禽-PHOENIX-&amp;lt;br&amp;gt;Key Mission K6-1A (Earth Orbit - Orbit Base): The Lion Revived -PHOENIX-&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;定められた運命&amp;lt;br&amp;gt;Key Mission K6-1B (Far East - Ominato): Preordained Destiny&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;差し伸べられる想い&amp;lt;br&amp;gt;Key Mission K6-1C (L5 - Colony Avalon): Feelings Offered&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
*Guy and Ryoma must have a combined total kill count of 100+ or complete K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains +10 max EN, &amp;quot;Getter Beam&amp;quot; gains +2 range but loses &amp;quot;Move and Fire&amp;quot; property&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Shin Shine Spark&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)[NPC]&amp;lt;/span&amp;gt;&lt;br /&gt;
*GaoGaiGar (Guy)&lt;br /&gt;
*Renais is recruited as GaoFighGar&#039;s new pilot&lt;br /&gt;
*King J-Der (J, Tomoro)&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*MC and Mitsuba must have a combined total kill count of 150+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Treat the clone as different.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Treat the clone the same.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Clear that level.&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Huckebein 30 (MC)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Huckebein 30th (MC)&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-5 (The Moon - Mond Sector): The Red Comet&#039;s Duty&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-1C (&amp;quot;Feelings Offered&amp;quot;)???&lt;br /&gt;
*Complete O4-2 (&amp;quot;Return of the Red Comet&amp;quot;)???&lt;br /&gt;
*Complete O4-3 (&amp;quot;The Fall of Dakar&amp;quot;)???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Armor Hyaku-Shiki Kai&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Full_Armor_Hyaku-Shiki_Kai|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ???. No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;ねらわれた都市学園&amp;lt;br&amp;gt;Key Mission K6-2 (Far East - Furano): Academy in the Crosshairs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1B (&amp;quot;Shadow of the AHSMB&amp;quot;)&lt;br /&gt;
*Complete any 1 mission after completing K5-4B&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*Ichinana (Shiro)&lt;br /&gt;
*Mazinger Z (Koji)&lt;br /&gt;
*Supporter: Lisa&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Great Mazinger (Tetsuya)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Mazinger Z loses the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;炎の合体&amp;lt;br&amp;gt;Key Mission K6-3 (Europe - London): Blazing Combination&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; and &amp;quot;Sky Gridman&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Duke Fire (Duke Fire)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Fire J-Decker (Fire J-Decker)&lt;br /&gt;
&#039;&#039;Note: Fire J-Decker inherits Duke Fire&#039;s experience and skills but has different spirits and stats&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super Build Tiger regains the &amp;quot;Tiger Fang&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Hyperlink&amp;quot; ability.&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Regina&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP12 (North America - San Francisco): Unknown Horizons&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-4 (Far East - New Fuji Research Town): Life of a Mazin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K6-3 (&amp;quot;Blazing Combination&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha:&lt;br /&gt;
**Koji shoots down 2+ enemies during mission after Mazinger Z activates the &amp;quot;Mazin Power&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Supporter: Boss, Nuke, and Mucha&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;(Permanently recruited if conditions are met)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Great Mazinger (Tetsuya)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z regains the &amp;quot;Double Burning Fire&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Mazin Power&amp;quot; ability and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP13 (Europe - Gibraltar): A Brave Lineage (Alt. Route)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | &#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1A (&amp;quot;Conquest in Waiting -AWAKEN-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O6-6 (Far East - Pacific Coast): Melancholy&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Anosillus&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K6-5 (Africa - Kilimanjaro): A World in Turmoil&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Brownie (Pricilla)&lt;br /&gt;
*Eldora Soul (Nero, Jose, Barrio, Carlos)&lt;br /&gt;
*Flame God Rayearth (Hikaru)&lt;br /&gt;
*Sea God Selece (Umi)&lt;br /&gt;
*Sky God Windam (Fuu)&lt;br /&gt;
*Ikaruga (Ernie)&lt;br /&gt;
*Tzendolg (Kid, Addie)&lt;br /&gt;
*L-Gaim (Amm) (This is the unit formerly piloted by Daba, therefore has the same upgrade levels and power parts)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;L-Gaim&#039;s stats and weapons enhanced ([[../Mech_Upgrades#L-Gaim|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
*Novel D-Sserd (Leccee)&lt;br /&gt;
*L-Gaim Mark-II (Daba)&lt;br /&gt;
*Supporter: Mokona&lt;br /&gt;
*Supporter: David &amp;amp; Batson&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Wendy and Carmen&amp;quot; become &amp;quot;Wendy, Carmen, and Yukiko&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirement:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung, Tatra &amp;amp; Tarta:&lt;br /&gt;
**Complete the missions O6-1 (&amp;quot;Imperial Princess&amp;quot;) and O6-3 (&amp;quot;Chizetan Storm&amp;quot;) BEFORE completing this mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Fassalina (+1 point)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Make key crew members exempt.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Make no one exempt.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Volcain Custom (Ray)&lt;br /&gt;
*Goldleo (Emrys)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Giant Sang Yung (Aska, Sang Yung)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Tatra and Tarta&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 7==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP14 (The Moon - Omicron): Stupendous Robot Symposium&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-1 (Far East - Hiroshima): What the Heart Dictates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requierments:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Complete this mission. Akane Points+1&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-2 (Asteroid Belt - Brache Sector): Deep Recon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rhinos (High-Performance AI) x6&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-3 (L4 - Chamba Sector): A Fearsome Trap&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-4A (&amp;quot;Bells on the Battlefield&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K8-1 (&amp;quot;What Follows Myth&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-4 (Asteroid Belt - Palata Star): Last Memory&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O6-4 (&amp;quot;Escape Giwaza&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-5 (Asia - Beijing): Blackwing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete K5-1C (&amp;quot;Showdown in Cephiro&amp;quot;) (almost certain)&lt;br /&gt;
AND&lt;br /&gt;
Current Theories :&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
*Complete X missions after K6-5 (&amp;quot;A World in Turmoil&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Rune God Lantis (Lantis, Primera)&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K7-3 (&amp;quot;Arbitrator&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-1 (Far East - New Fuji Research Town): Beyond Light and Darkness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete all key missions up to and including K6-5 (&amp;quot;A World in Turmoil&amp;quot;)?&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Shin Dragon (True Form) (Go, Kei, Gai)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Shin Getter Dragon gains the &amp;quot;Unleash Getter Rays&amp;quot; and &amp;quot;HP Regen (S)&amp;quot; abilities, and +10 max EN&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Mazinger Z gains the &amp;quot;Hyper Photon Power Rocket Punch&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Great Mazinger gains the &amp;quot;Great Booster&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGar gains the &amp;quot;Goldion DoubleHammer&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;GaoGaiGo gains the &amp;quot;Hell and Heaven (G+J)&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Hana&amp;quot; becomes &amp;quot;Hana and Alouette&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Lisa is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP15 (Far East - Tokyo): Brave vs. Brave&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O7-6 (Far East - New Fuji Research Town): A Mazin Enraged&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete one mission after completing K7-1 (&amp;quot;Beyond Light and Darkness&amp;quot;)&lt;br /&gt;
*Koji, Tetsuya and Shiro must have a combined total kill count of 180+ or complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mazinkaizer (Koji)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-7A (&amp;quot;Facing Death&amp;quot;) or KT-7B (&amp;quot;In Search of Truth&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Unit will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K7-2 (Latin America - Andes Mountain Range): Arbitrator&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending points:&lt;br /&gt;
**Mitsuba will be asked a question. Answer &amp;quot;Take fate into my own hands.&amp;quot; to gain +1 Left points&lt;br /&gt;
**Answer &amp;quot;Risk starvation and wait for my owner.&amp;quot; to gain +1 Right points.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Fire J-Decker gains the &amp;quot;Brave Cannon&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Rune God Lantis (Lantis, Primera)&lt;br /&gt;
*FTO (Eagle)&lt;br /&gt;
*NSX (Geo)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chapter 8==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP16 (Oceania - Blue Hole): Super Deformed Danger&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-1 (North America - Seattle): The Meaning of Happiness&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Michael Points:&lt;br /&gt;
**Have Van defeat Michael (+1 Point)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-1/KN-1 (&amp;quot;Future at Stake -VERSUS-&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-2 (Latin America - Panama): Dark Invitation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and Cephirans&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete either O7-1 (&amp;quot;What the Heart Dictates&amp;quot;), KT-4B (&amp;quot;The Angels Ascend&amp;quot;), KT-4C (&amp;quot;To a Future Filled With Light&amp;quot;), O8-3 (&amp;quot;A Mother&#039;s Awakening&amp;quot;). &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter will be lost.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-3 (Europe - Helsinki): A Mother&#039;s Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-1 (&amp;quot;What the Heart Dictates&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Have Gridknight and Fire J-Decker fight Victim then defeat Victim with Fire J-Decker&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Anti (Anti)&amp;lt;/span&amp;gt;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete ??? (&amp;quot;???&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission O8-4 (Earth Sphere Outskirst - Cabral Sector): Picaresque&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete O7-4 (&amp;quot;Last Memory&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-1 (L5 - Glaston Sector): What Follows Myth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Shakti&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Supporter: Michele unavailable for the duration of the mission&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam gains the &amp;quot;C-Packs&amp;quot; option parts&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Narrative Gundam C-Packs gains the &amp;quot;Psycho-Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Phenex (Unicorn Mode) (Jona)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Jona unlocks the &amp;quot;Newtype&amp;quot; skill&lt;br /&gt;
*Silver Bullet Suppressor (Banagher)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Michele is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission K8-2 (Antartica - South Pole): Judgement&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (First Run):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will automatically take the True Ending Route&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;True Ending (NG+):&lt;br /&gt;
**If you have 3 or more &amp;quot;Left points&amp;quot;, you will be asked a question during the mission introduction&lt;br /&gt;
**To take the True Ending Route, answer &amp;quot;The Earthlings must be eliminated by the Quaestors.&amp;quot;&lt;br /&gt;
**If you have 3 or more &amp;quot;Right points&amp;quot;, you will automatically take the Normal Ending Route&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Normal Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KN-3A (&amp;quot;Dreamers Forever&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KN-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KN-3A (&amp;quot;Dreamers Forever&amp;quot;) until you complete KN-4B or KN-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3A (Mars - Mare Deuteronicus): Dreamers Forever&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission ON-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission ON-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play ON-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KN-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-7 (Antartica - Antartic Peninsula): Prelude to the Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario KN-8 (Subspace - Final Battle Area): End to the Never-Ending&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==True Ending Route==&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- class=&amp;quot;fc-invisible&amp;quot;&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;17%&amp;quot; |&lt;br /&gt;
| width=&amp;quot;16%&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-1 (Oceania - Solomon Islands): Future at Stake -VERSUS-&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; This is an urgent mission, you&#039;ll be forced to play it as soon as it appears&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; (1) Defeat all enemies. (2) Defeat all enemies. (3) Betterman Cataphract destroyed.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1) Allied warship shot down. (2) Allied warship shot down; Guy shot down. (3) Allied warship shot down; Guy shot down.&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract:&lt;br /&gt;
**Defeat Betterman Cataphract with Guy&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Final GaoGaiGar (Guy, Mikoto, Renais, Kaidoh, Mamoru, Hinoki, Keita)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Final GaoGaiGar gains the &amp;quot;Goldion Finger&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Betterman Cataphract (Lamia)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Hana and Alouette improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-sp-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Special Scenario SP17 (L4 - Chamba Sector): Beautiful, Righteous, and Strong&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-1 (Mars - Mars Orbit): Countdown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-3A (&amp;quot;The Dictator&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-2 (Oceania - Point Nemo): Showdown With the Unknown&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Attain at least 2,000,000 CP (Combat Power)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat Hypsistos Z&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This mission can be played multiple times. The difficulty will increase each time, and rewards will improve as it does.&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;You can play the following scenarios in any order.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2A (Jupiter - Gate): Operation Heaven&#039;s Gate&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-2B (North America - Detroit): Heaven &amp;amp; World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Teoria&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Red 5 gains the &amp;quot;Ultra Full Burst Mode&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Note:&#039;&#039;&#039; Completing this mission will prevent you from playing KT-2A (&amp;quot;Operation Heaven&#039;s Gate&amp;quot;) or KT-3A (&amp;quot;The Dictator&amp;quot;) until you complete KT-4B or KT-4C&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: &amp;quot;Martina and Isadora&amp;quot; become &amp;quot;Martina, Isadora, and Eleonora&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3A (Mars - Mare Deuteronicus): The Dictator&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Optional Mission OT-3 (Oceania - Coral Sea): Endless Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Ashura Temple (Gablae)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Calvary Temple (Olibee)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;&#039;&#039;&#039;This &#039;&#039;may&#039;&#039; be a secret mission. Confirmation is needed. This mission may only appear if you have 2+ Michael points. If you can positively confirm you DIDN&#039;T see this mission upon completing &amp;quot;Heaven &amp;amp; World&amp;quot; please contact Silverclaw on Discord&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is your only chance to play this mission. If you play either &amp;quot;Heart to Heart&amp;quot; or &amp;quot;Above the Angel&#039;s Halo&amp;quot;, mission will be lost&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Van unlocks the &amp;quot;Overflow&amp;quot; skill&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Dann of Thursday gains the &amp;quot;God&#039;s Judgement&amp;quot; attack and +1 Move&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday &amp;amp; Dahlia of Wednesday:&lt;br /&gt;
**Defeat Birthday with either Van or Ray (unconfirmed)&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Carlos wakes up and unlocks his 2nd and 3rd Spirits&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route-h&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;These routes are exclusive to one another&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3B (Europe - Prague): Heart to Heart&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-3C (Earth Orbit - Angel Halo): Above the Angel&#039;s Halo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4B (Earth Orbit - Angel Halo): The Angels Ascend&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-4C (Europe - Prague): To a Future Filled With Light&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Victim:&lt;br /&gt;
**Defeat Big Mother with either Fire J-Decker or Victim..&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Supporter: Clef and the Sephirans&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Yuta is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Mokona is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Victim (Victim)&amp;lt;/span&amp;gt; (&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Permanently recruited if conditions are met&amp;lt;/span&amp;gt;)&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Flame God Rayearth, Sea God Selece, and Sky God Windam gain the &amp;quot;Flash Sword&amp;quot; combination attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*Supporter: Shakti&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Supporter: Shakti is improved&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-secret-sc&amp;quot; colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Secret Optional Mission OT-4 (Oceania - Coral Sea): A Dish Best Served Cold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Obtain 2+ Michael Points&lt;br /&gt;
*Play OT-3 (&amp;quot;Endless Dream&amp;quot;). In this mission, defeat Birthday with either Van or Ray&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Saudade of Sunday (Michael)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Dahlia of Wednesday (Fasalina)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5A (Far East - Pacific Coast): Creation&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-5B (Far East - Pacific Coast): Awakening&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*???&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquired if they were not previously recruited:&#039;&#039;&#039;&lt;br /&gt;
*Gridknight (Gridknight)&lt;br /&gt;
&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Akane points:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Jagger (+2 Akane Points)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter Akane:&lt;br /&gt;
**Use Gridman or Gridknight to defeat Alexis Kerib&lt;br /&gt;
**If you have 4+ Akane Points, Akane will join as a supporter.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Full Powered Gridman gains the &amp;quot;Gridman the Hyper Agent&amp;quot; attack and the &amp;quot;Grid Fixer Beam&amp;quot; ability&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Supporter: Akane&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-6 (Antartica - South Pole): Doorway to the Abyss&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Caruleum:&lt;br /&gt;
**Caruleum will ask to join your team. Accept his request to have him join your team&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- class=&amp;quot;fc-route-h&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; |&#039;&#039;&#039;These scenarios are mutually exclusive&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7A (Antartica - Antartic Peninsula): Facing Death&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-7B (Antartica - Antartic Peninsula): In Search of Truth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruited Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Did not recruit Caruleum&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8A (Subspace - Final Battle Area): Truth&#039;&#039;&#039;&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Key Mission KT-8B (Subspace - Final Battle Area): An Answer Found&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;temp&amp;quot;&amp;gt;Gravalin (Caruleum)&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Front Missions=&lt;br /&gt;
&amp;quot;Front&amp;quot; Missions reappear after a certain time once completed. The prerequisites indicated here are for the first &amp;quot;appearance&amp;quot; of the mission.&amp;lt;br&amp;gt;&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F1 (Earth Sphere Outskirts - Da Gama Sector): The Earth Sphere Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE2-2 (&amp;quot;The Children of MJP&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F2 (Far East Region - Hakata): The West Japan Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F3 (Asia Region - Chongqing): The East Asian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F4 (Latin America - Cusco): The South American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F5 (Oceania Region - Brisbane): The Oceanian Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F6 (L3 - Olivin Sector): The L3 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F7 (L5 - Tirna Sector): The L5 Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete O4-2 (&amp;quot;Return of the Red Comet&amp;quot;) or &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F8 (North Americ - Minneapolis): The North American Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F9 (Africa - Lagos): The African Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete K4-3 (&amp;quot;A Towering Light&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;???&amp;lt;br&amp;gt;Scenario F10 (Europe - Amsterdam): The European Front&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete ??? (&amp;quot;&amp;quot;)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; ??? &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Relic Missions=&lt;br /&gt;
&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;WORK IN PROGRESS&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Multiple instances of a given relic mission appear at different locations on the world map. The enemy level is fixed for a given location and doesn&#039;t scale with your team&#039;s level, unlike other missions. The objectives however remain globally the same regardless of location.&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1: Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L5 - Egbert Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Africa - Khartoum : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L5 - Hesperides Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R1F: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Shot&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Egbert Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2: Relic of Restoration&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Africa - Luanda : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Oceania - Alice Springs : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R2F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Restoration&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Africa - Luanda : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3: Relic of the Hunter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America - Anchorage : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Far East - Nagoya : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any ally reaches the destination within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R3F: Ultimate Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Hunter&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Ullambana Sector : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within 5 turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4: Relic of Steel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; North America: Winnipeg : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Earth Sphere Outskirts - Corte-Real Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Destroy Orcusula Dyne in a single attack within X turns. You may use Support Attack and Second Attack.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Orcusula Dyne not destroyed in a single attack; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F1: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Steel&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Ziusudra Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route4&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R4F2: Ultimate Relic of Aura(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E19 and obtain Ultimate relic of Aura?&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L4 - Lungnak Sector : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5: Relic of Gold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Europe - Belgrade : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Santiago : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; MC is shot down.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route5&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R5-2: Relic of Gold(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Mars Sphere - Vastitas Borealis : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; Complete SC-E15B (and Relic of Gold rank 1 &amp;amp; 2?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; (1)MC is shot down. (2)Any ally is shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Secret Requirements:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Secondary Protagonist:&lt;br /&gt;
**Kill 5 enemies with the other protagonist. The other protagonist will join after the mission with Huckebein 30.&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;secret&amp;quot;&amp;gt;Huckebein 30 (SC)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6: Relic of the Blade&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Africa - Cairo : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route6&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R6F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Blade&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - Aldrin Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 4 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7: Relic of Gales&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Asia - Yangon : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Europe - Odessa : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Asia - Indian Ocean : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route1&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R7F: Ultimate Relic of the Shot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Gales&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Odessa : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 3 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8: Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; Oceania - Melbourne : Lvl 15 &amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; L4 - Paramita Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; L3 - Elia Sector : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; An enemy unit enters the area; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route2&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R8F: Ultimate Relic of Aura&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of Aura&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Melbourne : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9: Relic of the Aegis&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Location and difficulty 1:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 15&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 2:&#039;&#039;&#039; Earth Sphere Outskirts - Caboto Sector : Lvl 25&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty 3:&#039;&#039;&#039; Europe - Rome : Lvl 40&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within X turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn X+1 starts; All allies destroyed.&amp;lt;br&amp;gt;&#039;&#039;Note: The turn limit for this mission varies&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-route3&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F1: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; obtain all relics of the Aegis&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L3 - Berossus Sector : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F2: Ultimate Relic of Spirit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Latin America - Buenos Aires : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R9F3: Ultimate Relic of Spirit(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Europe - Helsinki : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F1: Ultimate Relic of Power&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ?? Possibly obtain 3 Ultimate relics&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Anchorage : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R10F2: Ultimate Relic of Power(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; The Moon - LCROSS Sector : Lvl 90&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F1: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; North America - Winnipeg : Lvl 60&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F2: Ultimate Relic of Uplifting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Alfred Sector : Lvl 50&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R11F3: Ultimate Relic of Uplifting(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Oceania - Solomon Islands : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 5 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 6 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R12F: Ultimate Relic of the Blade(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; Asia - Beijing : Lvl &amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Shoot down Orcusula Dyne within 3 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Turn 4 starts; All allies destroyed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-prologue&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario R13F: Ultimate Relic of the Shot(Fin)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisite:&#039;&#039;&#039; ???&amp;lt;br&amp;gt;&#039;&#039;&#039;Location and difficulty:&#039;&#039;&#039; L5 - Colony Avalon : Lvl 80&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Any one pilot destroys 5 enemies in one Ally phase within 5 turns. Support Attack kills count towards the supporting pilot.&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All enemies destroyed without fulfilling the victory conditions; Turn 6 starts; All allies destroyed.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Onboard Missions=&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB1 : Hyoma&#039;s Failures&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete KE1-2A (&amp;quot;Lets Combine&amp;quot;) or KE1-3B (&amp;quot;Raging Winds of Battle&amp;quot;)&lt;br /&gt;
*Hyoma must have a total kill count of 30+&lt;br /&gt;
*Combattler V&#039;s Custom Bonus acquired&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Hyoma is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Combattler V gains the &amp;quot;Grandasher&amp;quot; and &amp;quot;Grandasher (MAP)&amp;quot; attacks&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Super EM Spin gains +400 Dmg&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Completion Rewards:&#039;&#039;&#039;&lt;br /&gt;
*Juzo&#039;s Sniping Tips&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB2 : Cannon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-1 (&amp;quot;Mutual Trust&amp;quot;)&lt;br /&gt;
*J-Decker, Build Tiger and Gridman must have a combined total kill count of 80+&lt;br /&gt;
*Complete OE2-2 (&amp;quot;Seven Officers&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K5-3B (&amp;quot;Brave Spirits&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 30+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman is defeated&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Buster Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB3 : Flight&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OB2 (&amp;quot;Cannon&amp;quot;)&lt;br /&gt;
*Gridman must have a total kill count of 50+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Gridman shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Gridman gains the &amp;quot;Sky Gridman&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete K6-3 (&amp;quot;Blazing Combination&amp;quot;). No unit, pilot, supporter or upgrade will be lost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB4 : Shiro&#039;s Dream&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Complete OE2-4 (&amp;quot;The Great Heroes&amp;quot;)&lt;br /&gt;
*Koji&#039;s total kill count must be 30+&lt;br /&gt;
*Complete OE2-5 (&amp;quot;The Castle of Iron Returns&amp;quot;)&lt;br /&gt;
*Shiro&#039;s total kill count must be 30+&lt;br /&gt;
OR&lt;br /&gt;
*Complete K6-2 (&amp;quot;Academy in the Crosshairs&amp;quot;)&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Shiro shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ichinana&#039;s stats and weapons enhanced (for both versions) ([[../Mech_Upgrades#Mazinger_Infinity|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB5: Speed and Strength&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
*Recruit Ikaruga and Tzendolg (Complete one of the following: OE2-8A (&amp;quot;Hello, New World!&amp;quot;) or OE2-8B (&amp;quot;Hero &amp;amp; Enemy&amp;quot;), O6-2 (&amp;quot;Menacing Wings&amp;quot;))&lt;br /&gt;
*Complete KE3-2 (&amp;quot;The Battle of Ceres&amp;quot;)&lt;br /&gt;
*Ernie&#039;s total kill count must be 40+&lt;br /&gt;
&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies. &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039;Any allied units shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga gains the &amp;quot;High Mobility Attack&amp;quot; attack&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;unlock&amp;quot;&amp;gt;Ikaruga&#039;s and Tsendolg&#039;s stats and weapons enhanced ([[../Mech_Upgrades#Knight.27s_.26_Magic|Details]])&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Part Acquisition:&#039;&#039;&#039;&lt;br /&gt;
*Mecha Geek&#039;s Spirit&lt;br /&gt;
*Ernie&#039;s Notebook&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; Mission will no longer be available once you complete KT-2B/KN-2B (&amp;quot;Heaven &amp;amp; World&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span class=&amp;quot;fc-route-h&amp;quot; | &amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;&#039;&#039;&#039;Missions below this point are still work in progress&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB6: The Mass Production Uprising&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB7: The Mass Production Revenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB8: What Makes A Captain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB9: Aces&#039; Challenge&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21? (and X pilots aced?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB10: Army From The Stars&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26A?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB11: Army From Another World&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB12: Army of the Braves&#039; Foes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26B or EN27C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB13: Army of Avarice&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB14: Army From Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN26C or EN27B?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB15: Army Of Beasts&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB16: The Mass Production Ultimatum&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB17: Aces&#039; Honor&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB18: Engagement on Earth&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB19: Skirmish In Space&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB20: Army of Quaestors&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario OB21: The Final Battle&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN31&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Challenges=&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span class=&amp;quot;lost&amp;quot;&amp;gt;WORK IN PROGRESS&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
Challenges are also onboard missions, with specific limitations or challenges as described in the mission title&lt;br /&gt;
{| width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-1 : One Unit Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E3 or SC-S3, and view the onboard scenario The Dreisstrager&#039;s Challenge&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-2 : One Unit Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C1-3 : One Unit Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies, 4 turns elapsed&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-1: Three Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-2: Three Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15A+B+C?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C2-3: Three Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 6 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-1: Five Units Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E9&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-2: Five Units Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C3-3: Five Units Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies; Turn 8 starts &amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; All allies destroyed&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-1 : Boss Battle! 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4A&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-2: Boss Battle! 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E6?&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-3: Boss Battle! 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E10&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-4: Boss Battle! 4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14B&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-5: Boss Battle! 5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E19&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-6: Boss Battle! 6&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-7: Boss Battle! 7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-8: Boss Battle! 8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C4-9: Boss Battle! 9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-1 : 3 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E4B or SC-S4&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-2 : 3 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E8A (and E8B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C5-3 : 3 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E14A (and E14B?)&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 6 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 7 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-1 : 5 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E13B (and E13A?) or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-2 : 5 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E15B or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C6-3 : 5 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E20 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 10 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 11 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-1 : 8 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E18 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-2 : 8 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E23 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C7-3 : 8 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN24 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 15 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 16 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-1 : 10 Wave Battle 1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-E21 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-2 : 10 Wave Battle 2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN28 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;fc-std-sc&amp;quot; |&#039;&#039;&#039;??? &amp;lt;br&amp;gt;Scenario C8-3 : 10 Wave Battle 3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039; Complete SC-EN29 or SC-S??&amp;lt;br&amp;gt;&#039;&#039;&#039;Victory Condition:&#039;&#039;&#039; Defeat all enemies within 20 turns&amp;lt;br&amp;gt;&#039;&#039;&#039;Defeat Condition:&#039;&#039;&#039; Allied warship shot down; Turn 21 starts&amp;lt;br&amp;gt;&#039;&#039;&#039;Unit Acquisition:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Timpkmn89</name></author>
	</entry>
</feed>