]> git.pond.sub.org Git - empserver/blob - tests/retreat/01-retreat-1
sail: Remove option SAIL
[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 | construction zone
44 fire se -2,2 33
45 | landlocked
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 non-navigable sector after n
53 fire se -2,2 41
54 | into unfriendly sector right away
55 fire se -2,2 42
56 | gg with 43, sweeping and hitting mines
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
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 jh
85 s
86 60
87 61
88 62
89 63
90 64
91 | bombed
92 bomb 0/1/2/3/4 . p -2,2 jh
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 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 | only retreat on p-bombing is implemented
128 | BUG: condition b triggers only on hit
129 || land units failing to retreat
130 | these bombing runs must hit; if they don't, use __cmd to make them
131 | destroyed
132 bomb 30 . p -2,2 ujh
133 l
134 30
135 | loaded, but there's no way to trigger a retreat then
136 | crewless
137 __cmd added -1 0 0
138 bomb 30 . p -2,2 ujh
139 l
140 32
141 | BUG: retreats anyway
142 | kidnapped
143 bomb 30 . p -2,2 uh
144 l
145 33
146 | BUG: retreats anyway
147 | no mobility
148 bomb 30 . p -2,2 ujh
149 l
150 35
151 || land units having difficulties during retreat
152 | these bombing runs must hit; if they don't, use __cmd to make them
153 | out of mobility after n
154 __cmd added -1 0 0
155 bomb 30 . p -2,2 ujh
156 l
157 40
158 | into mountain after j
159 bomb 30 . p -2,2 ujh
160 l
161 41
162 | into foreign sector right away
163 __cmd added -1 0 0
164 bomb 30 . p -2,2 ujh
165 l
166 42
167 | yu with 43, sweeping and hitting mines
168 __cmd added -1 0 0
169 bomb 30 . p -2,2 ujh
170 l
171 44
172 | BUG: sweeps silently
173 || land units retreating fully
174 | jh
175 bomb 30 . p -2,2 ujh
176 l
177 10
178 | h
179 __cmd added -1 0 0
180 bomb 30 . p -2,2 ujjh
181 l
182 10
183 | uy into allied sector
184 __cmd added -1 0 0
185 bomb 30 . p -2,2 ujjh
186 l
187 10
188 | BUG: can't enter allied sector
189 | own land unit stays put
190 bomb 30 . p -3,1 h
191 l
192 2
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