File: terrains.json

package info (click to toggle)
vcmi 1.6.5%2Bdfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 32,060 kB
  • sloc: cpp: 238,971; python: 265; sh: 224; xml: 157; ansic: 78; objc: 61; makefile: 49
file content (169 lines) | stat: -rw-r--r-- 4,084 bytes parent folder | download
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
	"dirt" :
	{
		"index": 0,
		"moveCost" : 100,
		"minimapUnblocked" : [ 82, 56, 8 ],
		"minimapBlocked"   : [ 57, 40, 8 ],
		"music" : [ "Dirt.mp3" ],
		"tiles" : "DIRTTL",
		"type" : ["SURFACE"],
		"shortIdentifier" : "dt",
		"river" : "mudRiver",
		"battleFields" : ["dirt_birches", "dirt_hills", "dirt_pines"],
		"terrainViewPatterns" : "dirt",
		"horseSound" : "horse00",
		"horseSoundPenalty" : "horse20"
	},
	"sand" :
	{
		"index": 1,
		"moveCost" : 150,
		"minimapUnblocked" : [ 222, 207, 140 ],
		"minimapBlocked"   : [ 165, 158, 107 ],
		"music" : [ "Sand.mp3" ],
		"tiles" : "SANDTL",
		"type" : ["SURFACE"],
		"shortIdentifier" : "sa",
		"river" : "mudRiver",
		"battleFields" : ["sand_mesas"],
		"transitionRequired" : true,
		"terrainViewPatterns" : "sand",
		"horseSound" : "horse01",
		"horseSoundPenalty" : "horse21"
	},
	"grass" :
	{
		"index": 2,
		"moveCost" : 100,
		"minimapUnblocked" : [ 0, 65, 0 ],
		"minimapBlocked"   : [ 0, 48, 0 ],
		"music" : [ "Grass.mp3" ],
		"tiles" : "GRASTL",
		"type" : ["SURFACE"],
		"shortIdentifier" : "gr",
		"river" : "waterRiver",
		"battleFields" : ["grass_hills", "grass_pines"],
		"horseSound" : "horse02",
		"horseSoundPenalty" : "horse22"
	},
	"snow" :
	{
		"index": 3,
		"moveCost" : 150,
		"minimapUnblocked" : [ 181, 199, 198 ],
		"minimapBlocked"   : [ 140, 158, 156 ],
		"music" : [ "Snow.mp3" ],
		"tiles" : "SNOWTL",
		"type" : ["SURFACE"],
		"shortIdentifier" : "sn",
		"river" : "iceRiver",
		"battleFields" : ["snow_mountains", "snow_trees"],
		"horseSound" : "horse03",
		"horseSoundPenalty" : "horse23"
	},
	"swamp" :
	{
		"index": 4,
		"moveCost" : 175,
		"minimapUnblocked" : [ 74, 134, 107 ],
		"minimapBlocked"   : [ 33,  89,  66 ],
		"music" : [ "Swamp.mp3" ],
		"tiles" : "SWMPTL",
		"type" : ["SURFACE"],
		"shortIdentifier" : "sw",
		"river" : "waterRiver",
		"battleFields" : ["swamp_trees"],
		"horseSound" : "horse04",
		"horseSoundPenalty" : "horse24"
	},
	"rough" :
	{
		"index": 5,
		"moveCost" : 125,
		"minimapUnblocked" : [ 132, 113, 49 ],
		"minimapBlocked"   : [  99,  81, 33 ],
		"music" : [ "Rough.mp3" ],
		"tiles" : "ROUGTL",
		"type" : ["SURFACE"],
		"shortIdentifier" : "rg",
		"river" : "mudRiver",
		"battleFields" : ["rough"],
		"horseSound" : "horse05",
		"horseSoundPenalty" : "horse25"
	},
	"subterra" :
	{
		"index": 6,
		"moveCost" : 100,
		"minimapUnblocked" : [ 132, 48, 0 ],
		"minimapBlocked"   : [  90,  8, 0 ],
		"music" : [ "Underground.mp3" ],
		"tiles" : "SUBBTL",
		"type" : [ "SUB" ],
		"shortIdentifier" : "sb",
		"river" : "waterRiver",
		"battleFields" : ["subterranean"],
		"rockTerrain" : "rock",
		"horseSound" : "horse06",
		"horseSoundPenalty" : "horse26"
	},
	"lava" :
	{
		"index": 7,
		"moveCost" : 100,
		"minimapUnblocked" : [ 74, 73, 74 ],
		"minimapBlocked"   : [ 41, 40, 41 ],
		"music" : [ "Lava.mp3" ],
		"tiles" : "LAVATL",
		"type" : ["SUB", "SURFACE"],
		"shortIdentifier" : "lv",
		"river" : "lavaRiver",
		"battleFields" : ["lava"],
		"rockTerrain" : "rock",
		"horseSound" : "horse07",
		"horseSoundPenalty" : "horse27",
		"paletteAnimation" : [
			{ "start" : 246, "length" : 9 }
		]
	},
	"water" :
	{
		"index": 8,
		"moveCost" : 100,
		"minimapUnblocked" : [ 8, 81, 148 ],
		"minimapBlocked"   : [ 8, 81, 148 ],
		"music" : [ "Water.mp3" ],
		"tiles" : "WATRTL",
		"type" : [ "WATER" ],
		"shortIdentifier" : "wt",
		"battleFields" : ["ship"],
		"transitionRequired" : true,
		"terrainViewPatterns" : "water",
		"horseSound" : "horse08",
		"horseSoundPenalty" : "horse08",
		"paletteAnimation" : [
			{ "start" : 229, "length" : 12 },
			{ "start" : 242, "length" : 12 }
		],
		"sounds": {
			"ambient": ["LOOPOCEA"]
		}
	},
	"rock" :
	{
		"index": 9,
		"moveCost" : -1,
		"minimapUnblocked" : [ 0, 0, 0 ],
		"minimapBlocked"   : [ 0, 0, 0 ],
		"music" : [ "Underground.mp3" ], // Impossible in H3
		"tiles" : "ROCKTL",
		"type" : [ "ROCK" ],
		"shortIdentifier" : "rc",
		"battleFields" : ["rocklands"],
		"transitionRequired" : true,
		"terrainViewPatterns" : "rock",
		"horseSound" : "horse09",
		"horseSoundPenalty" : "horse29"
	}
}