Last active
October 1, 2016 19:33
-
-
Save Nikitaw99/c9f8799ec0f86f740534cb08b40fa5a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[scenario] | |
id=chapter1 | |
next_scenario=chapter2 | |
name=Chapter 1 - The Port In Ruins | |
map_data="{~add-ons/The_Invasion/scenarios/maps/prologue.map}" | |
turns=27 | |
{DEFAULT_SCHEDULE} | |
[side] | |
side=1 | |
controller=human | |
id="playerLeader" | |
name= _ "Jackquel" | |
recruit="Duelist, Bowman" | |
gold=160 | |
income=5 | |
team_name="player" | |
[/side] | |
[side] | |
side=2 | |
controller=ai | |
id="enemyLeader" | |
name= _ "Bo'hanto" | |
recruit="Orcish Warrior, Orcish Archer" | |
team_name="enemy" | |
#ifdef EASY | |
gold=80 | |
#endif | |
#ifdef NORMAL | |
gold=100 | |
#endif | |
#ifdef HARD | |
gold=150 | |
#endif | |
[/side] | |
[event] | |
name=start | |
[objectives] | |
side=1 | |
[objective] | |
description= _ "Defeat The Orcs." | |
condition=win | |
[/objective] | |
[objective] | |
description= _ "Turns Run Out." | |
condition=lose | |
show_turn_counter=yes | |
[/objective] | |
[/objectives] | |
[/event] | |
[/scenario] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i didn't know github had syntax highlighting for this lmao