Add scrap and scuttle tests to nightly builds
Also general improvements to economy for player 08.
This commit is contained in:
parent
a758e38510
commit
488b80841b
5 changed files with 90 additions and 2 deletions
|
@ -16,6 +16,9 @@ thres o 6,-2 150
|
|||
thres d 6,-2 30
|
||||
thres l 8,0 600
|
||||
thres h 8,0 300
|
||||
thres c -3:-1,1 769
|
||||
thres c 0,-4 769
|
||||
thres c 8,0 769
|
||||
bmap #
|
||||
cen *
|
||||
map #
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
#!/bin/sh
|
||||
. "${SCRIPTDIR}"/common.sh
|
||||
runfeed 1 << EOF
|
||||
build l 10,2 cav 3
|
||||
build sh 5,-1 cs 2
|
||||
build l 10,2 cav 5
|
||||
build sh 5,-1 cs 3
|
||||
thres m 10,2 25
|
||||
thres i -4:-2,-2 999
|
||||
thres i 1,-3 999
|
||||
bmap #1
|
||||
cen *
|
||||
ship *
|
||||
|
|
|
@ -7,6 +7,11 @@ thres d 6,0 0
|
|||
des 8,0 i
|
||||
thres l 6,0 200
|
||||
thres h 6,0 200
|
||||
thres c 4,0 400
|
||||
thres c -2:4,-2 769
|
||||
thres i 4,-2 999
|
||||
des 4,-2 j
|
||||
thres i -3,1 999
|
||||
bmap #
|
||||
cen *
|
||||
map #
|
||||
|
|
58
src/scripts/nightly/tests/13/01
Executable file
58
src/scripts/nightly/tests/13/01
Executable file
|
@ -0,0 +1,58 @@
|
|||
#!/bin/sh
|
||||
. "${SCRIPTDIR}"/common.sh
|
||||
runfeed 1 << EOF
|
||||
des -2,-2 j
|
||||
thres l -2,-2 1
|
||||
des -4,-2 k
|
||||
thres h -4,-2 1
|
||||
thres o -4:-2,-2 0
|
||||
des 1,-3 j
|
||||
thres l -2,-2 1
|
||||
des -1,3 o
|
||||
thres o -1,3 1
|
||||
des 2,2 m
|
||||
thres i 2,2 1
|
||||
thres h 2,2 0
|
||||
des 3,-1 m
|
||||
thres l 3,-1 0
|
||||
thres i 3,-1 1
|
||||
thres l 6,-2 400
|
||||
radar 11,-1
|
||||
lload m 0 20
|
||||
lload m 1/2/3 1
|
||||
march 0/1/2/3 5,-1
|
||||
load m 1 25
|
||||
load c 1 300
|
||||
load l 1 100
|
||||
load h 1 100
|
||||
load c 2 10
|
||||
load c 3 10
|
||||
load land 1 0
|
||||
load land 2 1
|
||||
load land 3 2
|
||||
load land 3 3
|
||||
build l 10,2 art
|
||||
nav 2 nh
|
||||
scrap l 1
|
||||
y
|
||||
scrap s 2
|
||||
y
|
||||
scuttle l 1
|
||||
y
|
||||
scuttle s 2
|
||||
y
|
||||
comm 5,-1
|
||||
scrap l 2
|
||||
y
|
||||
comm 5,-1
|
||||
scrap s 3
|
||||
y
|
||||
comm 5,-1
|
||||
bmap #1
|
||||
cen *
|
||||
ship *
|
||||
land *
|
||||
map #
|
||||
read y
|
||||
prod *
|
||||
EOF
|
20
src/scripts/nightly/tests/13/08
Executable file
20
src/scripts/nightly/tests/13/08
Executable file
|
@ -0,0 +1,20 @@
|
|||
#!/bin/sh
|
||||
. "${SCRIPTDIR}"/common.sh
|
||||
runfeed 8 << EOF
|
||||
thres c -2,0 769
|
||||
thres c 1,1 769
|
||||
thres c 5,-1 769
|
||||
thres c -5,-3 769
|
||||
thres c -4,-2 769
|
||||
thres c -1,-3 769
|
||||
thres u -1,-1 512
|
||||
thres u 0:2,0 512
|
||||
thres d -3,1 0
|
||||
thres l -3,1 1
|
||||
des -3,1 j
|
||||
bmap #
|
||||
cen *
|
||||
map #
|
||||
read y
|
||||
prod *
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue