]> git.pond.sub.org Git - empserver/blob - tests/load-tend/05-ltend-1
client: Unbreak standalone build
[empserver] / tests / load-tend / 05-ltend-1
1 ||| General ltend rules
2 |
3 | tender must have target loaded
4 | only own ships can ltend
5 |
6 | ships:
7 | cs#200/201 (fleet T)
8 |
9 | lands:
10 | sup#350/351 riding fleet T
11 |
12 ||| ltend commodities
13 |
14 || general sanity
15 | invalid commodity
16 ltend x
17 | invalid ship
18 ltend f -1
19 | no ships match
20 ltend f n
21 | foreign tender
22 ltend f 212
23 | invalid amount
24 | impossible, as crap is mapped to zero
25 | invalid target
26 tend f 200 1 -1
27 | no targets match
28 ltend f 200 1 n
29 |
30 || lands that can't be tended
31 ltend f 200 1 26
32 | not on ship
33 ltend f 200 1 0
34 |
35 || from ship to land
36 | something the ship can't hold
37 ltend i 200/201 1 350/352
38 | something the land can't hold
39 ltend c 200/201 1 350/352
40 | something the ship doesn't have
41 ltend h 200/201 1 350/352
42 | zero amount:
43 ltend f 200/201 0 350/351//352
44 __cmd added 0 -1 0
45 | more than the ship has
46 ltend s 200/201 5 350/351/352
47 | more than the land can hold
48 ltend g 200/201 21 350/352
49 |
50 || from land to ship
51 | something the ship can't hold
52 ltend i 200/201 -1 350/352
53 | something the land can't hold
54 ltend c 200/201 -1 350/352
55 | something the land doesn't have
56 ltend l 200/201 -1 350/352
57 | more than the land has
58 ltend s 200/201 -20 351/352
59 | more than the ship can hold
60 ltend m 200/201 -25 350/351/352
61 |
62 || interactive
63 ltend
64 x
65 ltend
66 f
67 -1
68 ltend
69 f
70 200/201
71 1
72 350/351
73 -1
74 350