Skip to content

Commit

Permalink
Altered WML that allowed for 4 difficulty levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
Turuk committed Jun 18, 2014
1 parent ac36fee commit 8e645c4
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions data/campaigns/Northern_Rebirth/scenarios/05a_The_Pursuit.cfg
@@ -1,7 +1,7 @@
#textdomain wesnoth-nr
[scenario]
# Start sequence
# Set up map, TOD scheudle, variables, place images, objects, units, execute start event
# Set up map, TOD schedule, variables, place images, objects, units, execute start event
# Leads the story to the crossroads
#! -- Sets variables:
# $back_door_opened, $main_door_opened, $spider_door_opened, $confronted_malifor, $treasury_alerted, $got_rod_of_justice
Expand All @@ -27,7 +27,7 @@
canrecruit=yes
side=1
controller=human
{GOLD4 700 600 400 300}
{GOLD 600 400 300}
recruit=Peasant,Woodsman,Thug,Poacher,Footpad
team_name=rebels
user_team_name=_"Alliance"
Expand Down Expand Up @@ -56,11 +56,8 @@
side=3
team_name=undead
user_team_name=_"Undead"
{GOLD4 50 100 150 250}
{INCOME4 4 10 16 22}
#ifdef EASY
recruit=Skeleton,Skeleton Archer
#endif
{GOL 100 150 250}
{INCOME 10 16 22}
#ifdef NORMAL
recruit=Skeleton,Skeleton Archer,Revenant
#endif
Expand All @@ -80,11 +77,8 @@
side=4
team_name=undead
user_team_name=_"Undead"
{GOLD4 50 100 150 250}
{INCOME4 4 10 16 22}
#ifdef EASY
recruit=Skeleton,Skeleton Archer
#endif
{GOLD 100 150 250}
{INCOME 10 16 22}
#ifdef NORMAL
recruit=Skeleton,Skeleton Archer,Revenant
#endif
Expand All @@ -106,9 +100,6 @@
team_name=undead
user_team_name=_"Undead"
gold=0
#ifdef EASY
recruit=Skeleton,Skeleton Archer
#endif
#ifdef NORMAL
recruit=Skeleton,Skeleton Archer,Revenant
#endif
Expand All @@ -130,9 +121,6 @@
team_name=undead
user_team_name=_"Undead"
gold=0
#ifdef EASY
recruit=Skeleton,Skeleton Archer
#endif
#ifdef NORMAL
recruit=Skeleton,Skeleton Archer,Revenant
#endif
Expand All @@ -154,9 +142,6 @@
team_name=undead
user_team_name=_"Undead"
gold=0
#ifdef EASY
recruit=Skeleton,Skeleton Archer
#endif
#ifdef NORMAL
recruit=Skeleton,Skeleton Archer,Revenant
#endif
Expand All @@ -178,9 +163,6 @@
team_name=undead
user_team_name=_"Undead"
gold=0
#ifdef EASY
recruit=Skeleton,Skeleton Archer
#endif
#ifdef NORMAL
recruit=Skeleton,Skeleton Archer,Revenant
#endif
Expand All @@ -202,9 +184,6 @@
team_name=undead
user_team_name=_"Undead"
gold=0
#ifdef EASY
recruit=Skeleton,Skeleton Archer
#endif
#ifdef NORMAL
recruit=Skeleton,Skeleton Archer,Revenant
#endif
Expand Down

0 comments on commit 8e645c4

Please sign in to comment.