Tweaks to SG 1st scenario to make the merfolk more interesting:
added traits to the volunteers, moved them 1 turn closer, and added more swamp for them to fight in.
This commit is contained in:
parent
9a1d481d60
commit
b4068354da
3 changed files with 33 additions and 22 deletions
|
@ -28,6 +28,7 @@ SVN trunk (1.1.1+svn):
|
|||
* Proven By The Sword: fixed recall of Javelineers
|
||||
* removed the uneeded Dread Lich
|
||||
* added custom SG flag
|
||||
* altered the first scenario so mermen are more useful/interesting.
|
||||
* Two Brothers
|
||||
* switched to using the {IS_HERO} macro
|
||||
* changed music in all scenarios
|
||||
|
|
|
@ -4,28 +4,28 @@ hfggggggffggffggfrrnnggggfgfffgh
|
|||
ffgggggrrrffggffgrn1nggfgfffffhh
|
||||
rrrrrrrgggrgffgrrgvggggggfffgffh
|
||||
ggggvgggggrvggrgggggggfgffgfffff
|
||||
ghghghggggrrggrggggggfgfgffffgff
|
||||
ffhhhhggvcccrrrvggggfffvgffffffh
|
||||
ffhcccgwcddcgrgcggwwwcccfhhhhhhm
|
||||
gwcwwcwccgdcCkcgcccccfffcghhhhmm
|
||||
fccwggcgggfgcrggggggffffcffccchh
|
||||
wcwYwgffgggggrvgggggfvffcccwhhcc
|
||||
ghghghgvggrrggrggggggfgfgffffgff
|
||||
ffhhhhgggcccrrrvggggfffvgffffffh
|
||||
ffhcccgwcddcrrgcggwwwcccfhhhhhhm
|
||||
gwcwwZkccgdcCkcdcccccfffcghhhhmm
|
||||
fccwwgcgggfkcrggdgggffffcffccchh
|
||||
wcwwwgffggggrrvgggggfvffcccwhhcc
|
||||
wcwwggfggrgrrrghgfggggfffgwghhhh
|
||||
cwwgwggrrgrgvrfhhgggggggfgwggggg
|
||||
ggggggrgffgggrhhgggfggghghgfgggg
|
||||
grgrvgrgfggghrggggghfhghhhggffgg
|
||||
rgrgrrrfgfggghrfgfghhhhmhmhhfghh
|
||||
gfgfgggfffgfggrfffffhhmmmmhhhhhh
|
||||
ggfffgffffffgrrffffffhhhmhmmmmhh
|
||||
cwwgwrgrrgrgvrfhhgggggggfgwggggg
|
||||
gggwrwrgffgggrhhgggfggghghgfgggg
|
||||
grwrYwwwfggghrggggghfhghhhggffgg
|
||||
rgrggwwwwfggghrfgfghhhhmhmhhfghh
|
||||
gwwwwwwwwfgfggrfffffhhmmmmhhhhhh
|
||||
wwwwwgwfffffgrrffffffhhhmhmmmmhh
|
||||
hhgfffffffffrffhfgfffhhhhhhhhhmm
|
||||
ffffffffffffrfhhffgffffhfhhfhhmh
|
||||
gffffhhfffffrrffffffffffhfhfffhh
|
||||
hghfffhfffffgrffvgn2nffffffcffff
|
||||
hhhhfffhffffrfrrrrfnhrffhffccgff
|
||||
mmhffhghhffrrfffffffrfrrfffffffg
|
||||
mhhchhfgffrffffhfhffffffgfrgfrrf
|
||||
mhhcchhfffrfffhhhhffffgffhffrffg
|
||||
fhcchfffffrffffhhffgfffffffhffff
|
||||
mhhhhhfgffrffffhfhffffffgfrgfrrf
|
||||
mhhhhhhfffrfffhhhhffffgffhffrffg
|
||||
fhfhhfffffrffffhhffgfffffffhffff
|
||||
fffhhffhhrrffffffffgcfffhmmmhfhh
|
||||
fhffhffhrffffhffhfffffhffhmmhmhf
|
||||
ffhhfrrrrhfffffffgfffhhhhmmhmmmm
|
|
@ -20,7 +20,7 @@
|
|||
[/music]
|
||||
|
||||
|
||||
{SG_MAP Born_To_The_Banner}
|
||||
{SG_MAP 1_Born_To_The_Banner}
|
||||
{@campaigns/The_South_Guard/utils/sg_deaths.cfg}
|
||||
{@campaigns/The_South_Guard/utils/sg_help.cfg}
|
||||
|
||||
|
@ -418,22 +418,27 @@
|
|||
name=moveto
|
||||
[filter]
|
||||
side=1
|
||||
x,y=4,12
|
||||
x,y=6,10
|
||||
[/filter]
|
||||
[unit]
|
||||
side=1
|
||||
#ifdef EASY
|
||||
type=Merman Spearman
|
||||
type=Merman Warrior
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
type=Merman Hunter
|
||||
type=Merman Warrior
|
||||
#endif
|
||||
#ifdef HARD
|
||||
type=Merman Fighter
|
||||
#endif
|
||||
description=Myssh
|
||||
user_description= _ "Myssh"
|
||||
x,y=4,11
|
||||
traits_description=_"loyal," + _"intellegent"
|
||||
[modifications]
|
||||
{SG_LOYAL}
|
||||
{SG_INTELLEGENT}
|
||||
[/modifications]
|
||||
x,y=7,11
|
||||
[/unit]
|
||||
[unit]
|
||||
side=1
|
||||
|
@ -444,11 +449,16 @@
|
|||
type=Merman Hunter
|
||||
#endif
|
||||
#ifdef HARD
|
||||
type=Merman Fighter
|
||||
type=Merman Hunter
|
||||
#endif
|
||||
description=Ylla
|
||||
user_description= _ "Ylla"
|
||||
x,y=3,12
|
||||
traits_description=_"loyal," + _"strong"
|
||||
[modifications]
|
||||
{SG_LOYAL}
|
||||
{SG_STRONG}
|
||||
[/modifications]
|
||||
x,y=5,10
|
||||
[/unit]
|
||||
|
||||
[message]
|
||||
|
|
Loading…
Add table
Reference in a new issue