More use of standard macros.

This commit is contained in:
Eric S. Raymond 2007-10-02 11:49:38 +00:00
parent 538c864b40
commit 86a0f6ad69
5 changed files with 9 additions and 69 deletions

View file

@ -17,15 +17,7 @@
side="1"
canrecruit="1"
controller="human"
#ifdef EASY
gold="200"
#endif
#ifdef NORMAL
gold="150"
#endif
#ifdef HARD
gold="100"
#endif
{GOLD 200 150 100}
team_name="goodies"
fog="no"
share_view="no"
@ -46,15 +38,7 @@
description="Urugha"
side="2"
canrecruit="1"
#ifdef EASY
gold="100"
#endif
#ifdef NORMAL
gold="125"
#endif
#ifdef HARD
gold="150"
#endif
{GOLD 100 125 150}
team_name="baddies"
controller="ai"
fog="no"

View file

@ -25,18 +25,8 @@
description="Gharlsa"
side="2"
canrecruit="1"
#ifdef EASY
gold="150"
income="0"
#endif
#ifdef NORMAL
gold="200"
income="0"
#endif
#ifdef HARD
gold="240"
income="2"
#endif
{GOLD 150 200 240}
{INCOME 0 0 2}
team_name="baddies"
controller="ai"
fog="no"

View file

@ -18,15 +18,7 @@
canrecruit="1"
controller="human"
team_name="goodies"
#ifdef EASY
income="9"
#endif
#ifdef NORMAL
income="9"
#endif
#ifdef HARD
income="9"
#endif
{INCOME 9 9 9}
recruit="Elvish Scout,Elvish Fighter,Elvish Archer,Elvish Shaman"
[/side]
[side]
@ -34,18 +26,8 @@
description="Gnargha"
side="2"
canrecruit="1"
#ifdef EASY
gold="100"
income="8"
#endif
#ifdef NORMAL
gold="120"
income="12"
#endif
#ifdef HARD
gold="160"
income="12"
#endif
{GOLD 100 120 160}
{INCOME 8 12 12}
team_name="baddies"
controller="ai"
fog="no"

View file

@ -34,15 +34,7 @@
description="Krughnar"
side="2"
canrecruit="1"
#ifdef EASY
gold="190"
#endif
#ifdef NORMAL
gold="220"
#endif
#ifdef HARD
gold="250"
#endif
{GOLD 190 220 250}
team_name="baddies"
controller="ai"
fog="no"

View file

@ -25,15 +25,7 @@
description="Keremal"
side="2"
canrecruit="1"
#ifdef EASY
gold="150"
#endif
#ifdef NORMAL
gold="200"
#endif
#ifdef HARD
gold="250"
#endif
{GOLD 150 200 250}
team_name="baddies"
controller="ai"
fog="no"