Skip to content

Instantly share code, notes, and snippets.

@Nikitaw99
Last active October 1, 2016 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nikitaw99/c9f8799ec0f86f740534cb08b40fa5a8 to your computer and use it in GitHub Desktop.
Save Nikitaw99/c9f8799ec0f86f740534cb08b40fa5a8 to your computer and use it in GitHub Desktop.
[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]
@Nikitaw99
Copy link
Author

i didn't know github had syntax highlighting for this lmao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment