Add land units tests to nightly builds and improve economy

Up the bar production.  Start education and tech for player 08
Improve the general economy for player 08.  Add land units building
tests to player 01, including ensuring the tech is high to build.
This commit is contained in:
Ron Koenderink 2008-10-08 07:52:10 -06:00 committed by Markus Armbruster
parent f180712625
commit a758e38510
8 changed files with 48 additions and 1 deletions

View file

@ -9,6 +9,7 @@ thres s -2,2 1
thres o -2,2 0 thres o -2,2 0
mov o -2,2 1 4,-2 mov o -2,2 1 4,-2
thres c * ?des#= 769 thres c * ?des#= 769
thres c -1:1,3 100
bmap #1 bmap #1
cen * cen *
ship * ship *

View file

@ -11,10 +11,11 @@ thres c -6,-4 769
thres c 6,-2 769 thres c 6,-2 769
thres c 1,-3 769 thres c 1,-3 769
des 4,0 b des 4,0 b
thres d 4,0 100 thres d 4,0 300
thres d 0:2,0 0 thres d 0:2,0 0
mov d 0,0 1 4,0 mov d 0,0 1 4,0
mov d 2,0 1 4,0 mov d 2,0 1 4,0
thres i -3,-1 999
bmap # bmap #
cen * cen *
map # map #

View file

@ -42,6 +42,7 @@ mov d 10,2 1 -1,-1
des 5,3 p des 5,3 p
thres l 5,3 75 thres l 5,3 75
dist #1 5,-1 dist #1 5,-1
thres c -1:1,3 769
spy 11,-1 spy 11,-1
bmap #1 bmap #1
cen * cen *

View file

@ -7,6 +7,9 @@ thres l -3,-1 1
thres c 6,0 769 thres c 6,0 769
thres d -3,-1 0 thres d -3,-1 0
mov d -3,-1 1 4,0 mov d -3,-1 1 4,0
thres l 1,-3 300
thres i -1,1 999
thres i 0,-4 999
bmap # bmap #
cen * cen *
map # map #

View file

@ -8,6 +8,7 @@ thres i 5,-1 1
thres o 5,-1 1 thres o 5,-1 1
thres d 5,-1 1 thres d 5,-1 1
dist #1 6,2 dist #1 6,2
build l 10,2 cav
bmap #1 bmap #1
cen * cen *
ship * ship *

View file

@ -5,6 +5,17 @@ des -1,-1 m
thres i -1,-1 1 thres i -1,-1 1
thres d -1,-1 0 thres d -1,-1 0
mov d -1,-1 1 4,0 mov d -1,-1 1 4,0
des 1,-3 l
des -1,1 j
thres l -1,1 1
des 0,-4 k
thres h 0,-4 1
thres d 1,-3 0
thres l 6,-2 300
thres o 6,-2 150
thres d 6,-2 30
thres l 8,0 600
thres h 8,0 300
bmap # bmap #
cen * cen *
map # map #

14
src/scripts/nightly/tests/12/01 Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh
. "${SCRIPTDIR}"/common.sh
runfeed 1 << EOF
build l 10,2 cav 3
build sh 5,-1 cs 2
thres m 10,2 25
bmap #1
cen *
ship *
land *
map #
read y
prod *
EOF

15
src/scripts/nightly/tests/12/08 Executable file
View file

@ -0,0 +1,15 @@
#!/bin/sh
. "${SCRIPTDIR}"/common.sh
runfeed 8 << EOF
des 6,-2 t
des 6,0 h
thres d 6,0 0
des 8,0 i
thres l 6,0 200
thres h 6,0 200
bmap #
cen *
map #
read y
prod *
EOF