Add various macro needed
This commit is contained in:
parent
bf663eb2e2
commit
0d382ee8ed
1 changed files with 27 additions and 2 deletions
|
@ -26,6 +26,16 @@ y={Y}
|
|||
[/unit]
|
||||
#enddef
|
||||
|
||||
#define ELVISH_ARCHER_G X Y
|
||||
[unit]
|
||||
type=Elvish Archer
|
||||
ai_special=guardian
|
||||
side=2
|
||||
x={X}
|
||||
y={Y}
|
||||
[/unit]
|
||||
#enddef
|
||||
|
||||
#define ELVISH_CAPTAIN_G X Y
|
||||
[unit]
|
||||
type=Elvish Captain
|
||||
|
@ -156,7 +166,6 @@ y={Y}
|
|||
[/unit]
|
||||
#enddef
|
||||
|
||||
|
||||
#define SCORPION X Y
|
||||
[unit]
|
||||
type=Giant Scorpion
|
||||
|
@ -164,4 +173,20 @@ y={Y}
|
|||
x={X}
|
||||
y={Y}
|
||||
[/unit]
|
||||
#enddef
|
||||
#enddef
|
||||
|
||||
#define RECALL NAME
|
||||
[recall]
|
||||
description={NAME}
|
||||
[/recall]
|
||||
#enddef
|
||||
|
||||
#define LIZARDMAN X Y NAME
|
||||
[unit]
|
||||
type=Lizardman
|
||||
description={NAME}
|
||||
side=1
|
||||
x={X}
|
||||
y={Y}
|
||||
[/unit]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue