

- Code: Select all
<continent>
<name>Objective Continent</name>
<bonus>0</bonus>
<components>
<continent>Three Powered Engines</continent>
<continent>Four Powered Engines</continent>
<continent>Five Powered Engines</continent>
<continent>Six Powered Engines</continent>
<continent>Seven Powered Engines</continent>
</components>
<required>1</required>
</continent>
(You may want to have the other bonuses override this so an extra continent doesn't show up in the log for FoW games and to avoid confusion.) Next, code the objective like this:
- Code: Select all
<objective>
<name>Steampunk Victory</name>
<components>
<continent>Objective Continent</continent>
<territory>Oxford</territory>
</components>
</objective>
And voila!
-Sully