File: battleStartpos.json

package info (click to toggle)
vcmi 0.99%2Bdfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 10,264 kB
  • ctags: 16,826
  • sloc: cpp: 121,945; objc: 248; sh: 193; makefile: 28; python: 13; ansic: 9
file content (87 lines) | stat: -rw-r--r-- 1,777 bytes parent folder | download | duplicates (4)
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
79
80
81
82
83
84
85
86
87
{
	"battle_positions":
	[
		{
			"name" : "attackerLoose", // loose formation, attacker
			"levels": [
				[ 86 ],
				[ 35, 137 ],
				[ 35, 86, 137 ],
				[ 1, 69, 103, 171 ],
				[ 1, 35, 86, 137, 171 ],
				[ 1, 35, 69, 103, 137, 171 ],
				[ 1, 35, 69, 86, 103, 137, 171 ]
				]
		},

		{
			"name" : "defenderLoose", // loose formation, defender
			"levels": [
				[ 100 ],
				[ 49, 151 ],
				[ 49, 100, 151 ],
				[ 15, 83, 117, 185 ],
				[ 15, 49, 100, 151, 185 ],
				[ 15, 49, 83, 117, 151, 185 ],
				[ 15, 49, 83, 100, 117, 151, 185 ]
				]
		},

		{
			"name" : "attackerTight", // tight formation, attacker
			"levels": [
				[ 86 ],
				[ 69, 103 ],
				[ 69, 86, 103 ],
				[ 52, 69, 103, 120 ],
				[ 52, 69, 86, 103, 120 ],
				[ 35, 52, 69, 103, 120, 137 ],
				[ 35, 52, 69, 86, 103, 120, 137 ]
				]
		},

		{
			"name" : "defenderTight", // tight formation, defender
			"levels": [
				[ 100 ],
				[ 83, 117 ],
				[ 83, 100, 117 ],
				[ 66, 83, 117, 134 ],
				[ 66, 83, 100, 117, 134 ],
				[ 49, 66, 83, 117, 134, 151 ],
				[ 49, 66, 83, 100, 117, 134, 151 ]
				]
		},

		{
			"name" : "attackerCreBank", // creature bank, attacker
			"levels": [
				[ 57 ],
				[ 57, 61 ],
				[ 57, 61, 90 ],
				[ 57, 61, 90, 93 ],
				[ 57, 61, 90, 93, 96 ],
				[ 57, 61, 90, 93, 96, 125 ],
				[ 57, 61, 90, 93, 96, 125, 129 ]
				]
		},

		{
			"name" : "defenderCreBank", // creature bank, defender
			"levels": [
				[ 15 ],
				[ 15, 185 ],
				[ 15, 185, 172 ],
				[ 15, 185, 172, 2 ],
				[ 15, 185, 172, 2, 100 ],
				[ 15, 185, 172, 2, 100, 86 ],
				[ 15, 185, 172, 2, 100, 86, 8 ]
				]
		}
	],
	"commanderPositions":
	{
		"field" : [88, 98], //attacker/defender
		"creBank" : [95, 8] //not expecting defendig hero at bank, but hell knows
	}
}