-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScenarioJunction.yaml
78 lines (70 loc) · 1.63 KB
/
ScenarioJunction.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
scenario:
Junction:
map: GameBoardJunction
red:
figures:
rTank1:
type: Tank
position: [ 8, 17 ]
loaded:
- rInf11:
type: Infantry
- rInf12:
type: Infantry
rTank2:
type: Tank
position: [ 7, 28 ]
loaded:
- rInf21:
type: Infantry
rInf22:
type: Infantry
position: [ 6, 29 ]
rTank3:
type: Tank
position: [ 17, 37 ]
rInf31:
type: Infantry
position: [ 17, 34 ]
rInf32:
type: Infantry
position: [ 25, 39 ]
objectives:
reach_point:
- [ 30, 30 ]
eliminate_opponent:
blue:
figures:
bAPC:
type: APC
position: [ 33, 25 ]
status: HIDDEN
bInf1:
type: Infantry
position: [ 36, 31 ]
status: HIDDEN
bInf2:
type: Infantry
position: [ 37, 33 ]
status: HIDDEN
placement:
- region: "28, 32:38"
- region: "29, 24:38"
- region: "30, 18:37"
- region: "31, 19:38"
- region: "32, 19:37"
- region: "33, 19:37"
- region: "34, 19:37"
- region: "35, 19:37"
- region: "36, 19:37"
- region: "37, 20:37"
- region: "38, 19:36"
- region: "39, 20:37"
- region: "40, 20:36"
- region: "41, 20:37"
- region: "42, 20:36"
objectives:
defend_point:
- [ 30, 30 ]
eliminate_opponent:
max_turn: 10