forked from freeciv/freeciv-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
units.spec
81 lines (72 loc) · 1.52 KB
/
units.spec
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
[spec]
; Format and options of this spec file:
options = "+Freeciv-spec-Devel-2015-Mar-25"
[info]
artists = "
Tatu Rissanen <[email protected]>
The Square Cow (u.migrants)
"
[file]
gfx = "trident/units"
[grid_main]
x_top_left = 0
y_top_left = 0
dx = 30
dy = 30
tiles = { "row", "column", "tag"
0, 0, "u.armor"
0, 1, "u.howitzer"
0, 2, "u.battleship"
0, 3, "u.bomber"
0, 4, "u.cannon"
0, 5, "u.caravan"
0, 6, "u.carrier"
0, 7, "u.catapult"
0, 8, "u.horsemen"
0, 9, "u.chariot"
0, 10, "u.cruiser"
0, 11, "u.diplomat", "u.barbarian_leader"
0, 12, "u.fighter"
0, 13, "u.frigate"
0, 14, "u.ironclad"
0, 15, "u.knights"
0, 16, "u.legion"
0, 17, "u.mech_inf"
0, 18, "u.warriors"
0, 19, "u.musketeers"
1, 0, "u.nuclear"
1, 1, "u.phalanx"
1, 2, "u.riflemen"
1, 3, "u.caravel"
1, 4, "u.settlers"
1, 5, "u.submarine"
1, 6, "u.transport"
1, 7, "u.trireme"
1, 8, "u.archers"
1, 9, "u.cavalry"
1, 10, "u.cruise_missile"
1, 11, "u.destroyer"
1, 12, "u.dragoons"
1, 13, "u.explorer"
1, 14, "u.freight"
1, 15, "u.galleon"
1, 16, "u.partisan"
1, 17, "u.pikemen"
2, 0, "u.marines"
2, 1, "u.spy"
2, 2, "u.engineers"
2, 3, "u.artillery"
2, 4, "u.helicopter"
2, 5, "u.alpine_troops"
2, 6, "u.stealth_bomber"
2, 7, "u.stealth_fighter"
2, 8, "u.aegis_cruiser"
2, 9, "u.paratroopers"
2, 10, "u.elephants"
2, 11, "u.crusaders"
2, 12, "u.fanatics"
2, 13, "u.awacs"
2, 14, "u.worker"
2, 15, "u.leader"
2, 16, "u.migrants"
}