added custom SG flag to all scenarios. :)
This commit is contained in:
parent
6ee6ea7d21
commit
cf096585f4
15 changed files with 23 additions and 0 deletions
BIN
data/campaigns/The_South_Guard/images/flag/Flag-SG-1.png
Normal file
BIN
data/campaigns/The_South_Guard/images/flag/Flag-SG-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 971 B |
BIN
data/campaigns/The_South_Guard/images/flag/Flag-SG-2.png
Normal file
BIN
data/campaigns/The_South_Guard/images/flag/Flag-SG-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 961 B |
BIN
data/campaigns/The_South_Guard/images/flag/Flag-SG-3.png
Normal file
BIN
data/campaigns/The_South_Guard/images/flag/Flag-SG-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 909 B |
|
@ -44,6 +44,7 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
{GOLD 120 100 80}
|
||||
{INCOME 4 1 0}
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
{GOLD 130 100 85}
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
{GOLD 120 105 75}
|
||||
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
{GOLD 150 125 80}
|
||||
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
{GOLD 150 125 80}
|
||||
{INCOME 6 4 2}
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
gold=0
|
||||
income=0
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
fog=no
|
||||
shroud=yes
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
fog=yes
|
||||
shroud=yes
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
{GOLD 250 200 125}
|
||||
{INCOME 4 2 0}
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
{GOLD 125 100 80}
|
||||
{INCOME 4 2 0}
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
team_name=South_Guard
|
||||
controller=human
|
||||
{CUSTOM_SG_FLAG}
|
||||
|
||||
|
||||
{GOLD 125 100 80}
|
||||
{INCOME 4 2 0}
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
# I've shamlessly pillaged from The Rise of Wesnoth, The Useful WML Fragments Wiki,
|
||||
# and the generous advice of the collected fora.
|
||||
|
||||
#define CUSTOM_SG_FLAG
|
||||
flag=flag/flag-SG-1.png:200,flag/flag-SG-2.png:125,flag/flag-SG-3.png:400,flag/flag-SG-2.png:200
|
||||
#enddef
|
||||
|
||||
#define DOT X Y
|
||||
[image]
|
||||
x,y={X},{Y}
|
||||
|
|
Loading…
Add table
Reference in a new issue