]> git.pond.sub.org Git - empserver/blob - tests/retreat/01-retreat-1
tests/retreat: Put some targets in separate locations
[empserver] / tests / retreat / 01-retreat-1
1 ||| Commands
2 || retreat command
3 | garbage path
4 retr 0 garbage i
5 __cmd added 0 -1 0
6 | condition help, then junk conditions
7 retr 1 g
8 ?
9 junk
10 | long path, all conditions
11 retr 2/3 bgyujnbgyujnbgyujn itshbdu
12 | clear retreat order
13 retr 3 h c
14 | group retreat order
15 retr a ?uid=4 b h
16 | show retreat orders
17 retr
18 0/1/2/3/4
19 || lretreat command
20 | garbage path
21 lret 0 garbage i
22 __cmd added 0 -1 0
23 | condition help, then junk conditions
24 lret 1 g
25 ?
26 junk
27 | long path, all conditions
28 lret 2/3 yujnbgyujnbgyujnbg ihb
29 | clear retreat order
30 lret 3 h c
31 | group retreat order
32 lret a ?uid=4 b h
33 | show retreat orders
34 lret
35 0/1/2/3/4
36 ||| Ships
37 || ships failing to retreat
38 | sunk
39 fire se -2,2 30
40 __cmd added -1 -1 0
41 | crewless
42 fire se -2,2 32
43 | in construction zone 2,2
44 fire se -2,2 33
45 | landlocked in 3,1
46 fire se -2,2 34
47 | no mobility
48 fire se -2,2 35
49 || ships having difficulties during retreat
50 | out of mobility after n
51 fire se -2,2 40
52 | into construction zone 2,2 after n
53 fire se -2,2 41
54 | into unfriendly -3,1 right away
55 fire se -2,2 42
56 | into minefield -6,4 with 43, sweep and hit mines, stop
57 fire se -2,2 44
58 || ships retreating fully
59 | nh
60 fire se -2,2 10
61 | h
62 fire se -2,2 10
63 | nj into friendly harbor 4,4
64 fire se -2,2 10
65 || own ship stays put
66 fire se -2,2 2
67 || ships retreating from gun fire
68 | injured covered above
69 | helpless
70 fire se -2,2 11
71 | not helpless
72 fire se -2,-2 20
73 || ships retreating from depth charges
74 | depth-charged
75 fire sh 5 50
76 fire sh 5 51
77 | helpless
78 fire sh 5 52
79 | not helpless
80 navi 5 gyuh
81 fire sh 5 53
82 || ships retreating from bombs
83 | injured
84 bomb 0/1/2/3/4 . p -2,2 ggh
85 s
86 60
87 61
88 62
89 63
90 64
91 | bombed
92 bomb 0/1/2/3/4 . p -2,2 ggh
93 s
94 65
95 66
96 67
97 68
98 69
99 | helpless is not implemented
100 || ships retreating from missiles
101 | injured
102 launch 10 80
103 launch 11 81
104 launch 12 82
105 launch 13 83
106 launch 14 84
107 | bombed and helpless doesn't apply to missiles (I guess they should)
108 || ships retreating from torpedoes
109 | torpedoed
110 torp 6 100
111 torp 6 101
112 torp 6 102
113 torp 6 103
114 torp 6 104
115 | BUG: retreats only when hit
116 | injured is not implemented
117 | helpless is not implemented
118 || ships retreating from sonar pings
119 | naval sonar, 120 detects
120 navi 5 bsh
121 | retreat on plane sonar is not implemented
122 || ships retreating from unsuccessful boarding
123 navi 5 nh
124 board 130 5
125 1
126 ||| Land units
127 | BUG: condition b triggers only on hit
128 || land units failing to retreat
129 | these bombing runs must hit; if they don't, use __cmd to make them
130 | destroyed
131 bomb 30 . p -2,2 jh
132 l
133 30
134 | 31 is on a ship, but there's no way to trigger a retreat then
135 | crewless
136 bomb 30 . p -2,2 jh
137 l
138 32
139 | BUG: retreats anyway
140 | kidnapped in -1,1
141 bomb 30 . p -2,2 uh
142 l
143 33
144 | BUG: retreats anyway
145 | 34 is on a land unit, but there's no way to trigger a retreat then
146 | no mobility
147 bomb 30 . p -2,2 jh
148 l
149 35
150 || land units having difficulties during retreat
151 | these bombing runs must hit; if they don't, use __cmd to make them
152 | out of mobility after n
153 bomb 30 . p -2,2 ujh
154 l
155 40
156 | into mountain 2,0 after j
157 __cmd added -1 0 0
158 bomb 30 . p -2,2 ujh
159 l
160 41
161 | into foreign -1,1 right away
162 bomb 30 . p -2,2 ujh
163 l
164 42
165 | into minefield 0,0 with 43, sweep and hit mines, stop
166 __cmd added -1 0 0
167 bomb 30 . p -2,2 ujh
168 l
169 44
170 | BUG: sweeps silently
171 | BUG: 43 doesn't retreat when 44 retreats fully
172 || land units retreating fully
173 | jh
174 bomb 30 . p -2,2 ujh
175 l
176 10
177 | h
178 bomb 30 . p -2,2 ujjh
179 l
180 10
181 | uy into allied 3,-1
182 bomb 30 . p -2,2 ujjh
183 l
184 10
185 | BUG: can't enter allied sector
186 | own land unit stays put
187 bomb 30 . p -3,1 h
188 l
189 2
190 || land units retreating from bombs
191 | only retreat on p-bombing is implemented
192 | bombed covered above
193 | injured
194 bomb 20/21/22/23/24 . p -2,2 uuh
195 l
196 60
197 61
198 62
199 63
200 64
201 | bombed covered above
202 | helpless is not implemented