Skip to content

OtherInfo

Bases: InfoDatasetBase

This enum class provides information about the 'Other' units in the game in the game. Information about the following properties of a building is found in this class:

  • Unit ID
  • Icon ID
  • Dead Unit ID
  • HotKey ID
  • If the unit is a gaia only unit (e.g. deer, boar, etc.)

Methods

Inherited Methods from class InfoDatasetBase

Examples

Source code in AoE2ScenarioParser/datasets/other.py
  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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
class OtherInfo(InfoDatasetBase):
    """
    This enum class provides information about the 'Other' units in the game in the game. Information about the
    following properties of a building is found in this class:

     - Unit ID
     - Icon ID
     - Dead Unit ID
     - HotKey ID
     - If the unit is a gaia only unit (e.g. deer, boar, etc.)

    **Methods**



    **Inherited Methods from class InfoDatasetBase**








    **Examples**















    """

    @staticmethod
    def trees() -> List[OtherInfo]:
        """
        Returns:
            A list of all tree objects
        """
        return [
            OtherInfo.BLUE_TREE,
            OtherInfo.BUSH_A,
            OtherInfo.BUSH_B,
            OtherInfo.BUSH_C,
            OtherInfo.TREE_A,
            OtherInfo.TREE_ACACIA,
            OtherInfo.TREE_B,
            OtherInfo.TREE_BAMBOO_FOREST,
            OtherInfo.TREE_BAOBAB,
            OtherInfo.TREE_BIRCH,
            OtherInfo.TREE_C,
            OtherInfo.TREE_CYPRESS,
            OtherInfo.TREE_D,
            OtherInfo.TREE_DEAD,
            OtherInfo.TREE_DRAGON,
            OtherInfo.TREE_E,
            OtherInfo.TREE_F,
            OtherInfo.TREE_G,
            OtherInfo.TREE_H,
            OtherInfo.TREE_I,
            OtherInfo.TREE_ITALIAN_PINE,
            OtherInfo.TREE_J,
            OtherInfo.TREE_JUNGLE,
            OtherInfo.TREE_K,
            OtherInfo.TREE_L,
            OtherInfo.TREE_MANGROVE,
            OtherInfo.TREE_OAK,
            OtherInfo.TREE_OAK_AUTUMN,
            OtherInfo.TREE_OAK_AUTUMN_SNOW,
            OtherInfo.TREE_OAK_FOREST,
            OtherInfo.TREE_OLIVE,
            OtherInfo.TREE_PALM_FOREST,
            OtherInfo.TREE_PINE_FOREST,
            OtherInfo.TREE_RAINFOREST,
            OtherInfo.TREE_REEDS,
            OtherInfo.TREE_SNOW_PINE,
            OtherInfo.TREE_TD
        ]

    ANIMAL_SKELETON = 1091, -1, -1, 16224, True
    BARRELS = 1330, -1, -1, 16757, True
    BARRICADE_A = 1090, 54, 1472, 16223, True
    BARRICADE_B = 1218, 54, 1473, 16223, True
    BARRICADE_C = 1219, 54, 1474, 16223, True
    BARRICADE_D = 1220, 54, 1475, 16223, True
    BLACK_TILE = 306, -1, -1, 16389, True
    BLUE_TREE = 768, 32, 415, 16277, True
    BONFIRE = 304, -1, -1, 16768, False
    BOX_TURTLES = 1141, 282, -1, 16173, True
    BRITISH_RELIC = 287, 26, -1, 16352, True
    BROKEN_CART = 858, -1, -1, 16759, True
    BUDDHA_STATUE_A = 1171, -1, -1, 16756, True
    BUDDHA_STATUE_B = 1172, -1, -1, 16756, True
    BUDDHA_STATUE_C = 1173, -1, -1, 16756, True
    BUDDHA_STATUE_D = 1174, -1, -1, 16756, True
    BURNED_BUILDING = 758, -1, -1, 16393, True
    BUSH_A = 302, 32, 415, 16398, True
    BUSH_B = 1053, 32, 415, 16794, True
    BUSH_C = 1054, 32, 415, 16795, True
    BYZANTINE_RELIC = 288, 26, -1, 16353, True
    CACTUS = 709, 32, -1, 16591, True
    CHINESE_RELIC = 289, 26, -1, 16354, True
    CRACKS = 241, -1, -1, 16259, True
    CRATER = 723, -1, -1, 16605, True
    DISMANTLED_CART = 1270, 271, -1, 16189, False
    DOME_OF_THE_ROCK = 690, 37, 1482, 16572, True
    ES_FLAG = 851, -1, -1, 16751, True
    FE_FLAG = 1285, -1, -1, 16183, False
    FERN_PATCH = 1175, -1, -1, 16385, True
    FISH_DORADO = 455, 275, -1, 16335, True
    FISH_PERCH = 53, 276, -1, 16072, True
    FISH_SALMON = 456, 277, -1, 16336, True
    FISH_SNAPPER = 458, 278, -1, 16338, True
    FISH_TUNA = 457, 279, -1, 16337, True
    FLAG_A = 600, -1, -1, 16506, False
    FLAG_B = 601, -1, -1, 16507, False
    FLAG_C = 602, -1, -1, 16508, False
    FLAG_D = 603, -1, -1, 16509, False
    FLAG_E = 604, -1, -1, 16510, False
    FLAG_F = 1307, -1, -1, 16517, False
    FLAG_G = 1150, -1, -1, 16183, False
    FLAG_H = 1151, -1, -1, 16184, False
    FLAG_I = 1152, -1, -1, 16188, False
    FLAG_J = 1153, -1, -1, 16189, False
    FLAG_K = 1282, -1, -1, 16183, False
    FLAG_L = 1283, -1, -1, 16183, False
    FLAG_M = 1284, -1, -1, 16183, False
    FLARE = 274, -1, -1, 16316, False
    FLARE_A_PERMANENT = 1689, -1, -1, 16316, False
    FLARE_B_PERMANENT = 1785, -1, -1, 16316, False
    FLOWER_BED = 859, -1, -1, 16385, True
    FLOWERS_1 = 334, -1, -1, 16382, True
    FLOWERS_2 = 335, -1, -1, 16383, True
    FLOWERS_3 = 336, -1, -1, 16384, True
    FLOWERS_4 = 337, -1, -1, 16385, True
    FORAGE_BUSH = 59, 6, -1, 16401, True
    FRANKISH_RELIC = 290, 26, -1, 16355, True
    FRUIT_BUSH = 1059, 199, -1, 16401, True
    GALLOW = 1095, -1, -1, 16228, True
    GOLD_MINE = 66, 14, -1, 16400, True
    GOTHIC_RELIC = 292, 26, -1, 16356, True
    GRANARY = 1089, 60, 1499, 16222, True
    GRASS_DRY = 1359, -1, -1, 16718, True
    GRASS_GREEN = 1358, -1, -1, 16718, True
    GRASS_PATCH_DRY = 1033, -1, -1, 16385, True
    GRASS_PATCH_GREEN = 301, -1, -1, 16385, True
    GRAVE = 820, -1, -1, 16720, True
    GREAT_FISH_MARLIN = 450, 281, -1, 16330, True
    GREAT_PYRAMID = 696, 57, 1516, 16578, True
    HAY_STACK = 857, -1, -1, 16761, True
    HEAD = 821, -1, -1, 16721, True
    ICE_NAVIGABLE = 728, -1, -1, 16610, True
    IMPALED_CORPSE = 1315, -1, -1, 16000, False
    JAPANESE_RELIC = 294, 26, -1, 16357, True
    LARGE_TEMP_MAP_REVEAL = 332, -1, -1, 16316, False
    MAP_REVEALER = 837, -1, -1, 16737, True
    MAP_REVEALER_MEDIUM = 1774, -1, -1, 16737, False
    MAP_REVEALER_GIANT = 1775, -1, -1, 16737, False
    MOSQUE = 655, 12, 1496, 16552, True
    MOUNTAIN_1 = 310, -1, -1, 16342, True
    MOUNTAIN_2 = 311, -1, -1, 16343, True
    MOUNTAIN_3 = 744, -1, -1, 16647, True
    MOUNTAIN_4 = 745, -1, -1, 16648, True
    MOUNTAIN_5 = 1041, -1, -1, 16772, True
    MOUNTAIN_6 = 1042, -1, -1, 16773, True
    MOUNTAIN_7 = 1043, -1, -1, 16774, True
    MOUNTAIN_8 = 1044, -1, -1, 16775, True
    NINE_BANDS = 720, -1, -1, 16602, True
    NUBIAN_PYRAMID = 1563, -1, -1, 16756, True
    OLD_STONE_HEAD = 855, -1, -1, 16756, True
    PAGODA_A = 1201, -1, -1, 16756, True
    PAGODA_B = 1202, -1, -1, 16756, True
    PAGODA_C = 1203, -1, -1, 16756, True
    PAIFANG_GATE = 1562, -1, -1, 16756, True
    PATH_1 = 339, -1, -1, 16387, True
    PATH_2 = 340, -1, -1, 16388, True
    PATH_3 = 341, -1, -1, 16389, True
    PATH_4 = 338, -1, -1, 16386, True
    PAVILION_A = 624, 43, 1476, 16521, True
    PAVILION_B = 626, 43, 1477, 16522, True
    PAVILION_C = 625, 43, 1478, 16523, True
    PERSIAN_RELIC = 295, 26, -1, 16358, True
    PIECE_OF_THE_TRUE_CROSS = 688, -1, -1, 16570, True
    PLANT = 818, -1, -1, 16718, True
    PLANT_BUSH_GREEN = 1360, -1, -1, 16718, True
    PLANT_DEAD = 1365, -1, -1, 16718, True
    PLANT_FLOWERS = 1366, -1, -1, 16718, True
    PLANT_JUNGLE = 1351, -1, -1, 16718, True
    PLANT_RAINFOREST = 1354, -1, -1, 16718, True
    PLANT_SHRUB_GREEN = 1362, -1, -1, 16718, True
    PLANT_UNDERBRUSH = 1353, -1, -1, 16718, True
    PLANT_UNDERBRUSH_TROPICAL = 1352, -1, -1, 16718, True
    PLANT_WEEDS = 1364, -1, -1, 16718, True
    POENARI_CASTLE = 445, 7, 1488, 16318, True
    RELIC = 285, 26, -1, 16350, True
    ROCK_1 = 623, -1, -1, 16520, True
    ROCK_2 = 1323, -1, -1, 16520, True
    ROCK_BEACH = 1148, -1, -1, 16180, True
    ROCK_FORMATION_1 = 1048, -1, -1, 16789, True
    ROCK_FORMATION_2 = 1049, -1, -1, 16790, True
    ROCK_FORMATION_3 = 1050, -1, -1, 16791, True
    ROCK_JUNGLE = 1149, -1, -1, 16181, True
    ROMAN_RUINS = 856, -1, -1, 16757, True
    RUBBLE_1_X_1 = 863, -1, -1, 16001, False
    RUBBLE_2_X_2 = 864, -1, -1, 16002, False
    RUBBLE_3_X_3 = 865, -1, -1, 16003, False
    RUBBLE_4_X_4 = 1497, -1, -1, 16004, False
    RUBBLE_8_X_8 = 1498, -1, -1, 16006, False
    RUGS = 711, -1, -1, 16593, True
    SARACEN_RELIC = 296, 26, -1, 16359, True
    SEA_ROCKS_1 = 389, -1, -1, 16253, True
    SEA_ROCKS_2 = 396, -1, -1, 16262, True
    SHIPWRECK_A = 721, -1, -1, 16603, True
    SHIPWRECK_B = 722, -1, -1, 16604, True
    SHORE_FISH = 69, 280, -1, 16501, True
    SIGN = 819, 189, -1, 16719, True
    SKELETON = 710, -1, -1, 16592, True
    SMALL_TEMP_MAP_REVEAL = 112, -1, -1, 16316, False
    SMOKE = 1308, -1, -1, 16517, False
    SNOW_MOUNTAIN_1 = 1045, -1, -1, 16776, True
    SNOW_MOUNTAIN_2 = 1046, -1, -1, 16777, True
    SNOW_MOUNTAIN_3 = 1047, -1, -1, 16778, True
    STATUE_CIVILIZATION = 1279, -1, -1, 16403, False
    STATUE_COLUMN = 1322, -1, -1, 16717, True
    STATUE_LEFT = 1343, -1, -1, 16717, True
    STATUE_RIGHT = 1345, -1, -1, 16717, True
    STELAE_A = 1092, -1, -1, 16225, True
    STELAE_B = 1093, -1, -1, 16226, True
    STELAE_C = 1094, -1, -1, 16227, True
    STONE_MINE = 102, 9, -1, 16252, True
    STUMP = 809, -1, -1, 16281, True
    STUPA = 1191, -1, -1, 16756, True
    TARGET_A = 1564, -1, -1, 16000, False
    TARGET_B = 1565, -1, -1, 16000, False
    TEMPLE_RUIN = 1566, -1, -1, 16757, True
    TEUTONIC_RELIC = 297, 26, -1, 16360, True
    THE_ACCURSED_TOWER = 684, 45, 1494, 16566, True
    THE_TOWER_OF_FLIES = 685, 45, 1495, 16567, True
    TORCH_A = 499, -1, -1, 16423, False
    TORCH_B = 1376, -1, -1, 16423, False
    TREE_A = 399, 32, 415, 16265, True
    TREE_ACACIA = 1063, 32, 415, 16798, True
    TREE_B = 400, 32, 415, 16266, True
    TREE_BAMBOO_FOREST = 348, 32, 737, 16396, True
    TREE_BAOBAB = 1052, 32, 1634, 16793, True
    TREE_BIRCH = 1717, 32, 415, 16399, True
    TREE_C = 401, 32, 415, 16267, True
    TREE_CYPRESS = 1347, 32, 415, 16399, True
    TREE_D = 402, 32, 415, 16268, True
    TREE_DEAD = 1250, 32, 415, 16694, True
    TREE_DRAGON = 1051, 32, 415, 16792, True
    TREE_E = 403, 32, 415, 16269, True
    TREE_F = 404, 32, 415, 16270, True
    TREE_G = 405, 32, 415, 16271, True
    TREE_H = 406, 32, 415, 16272, True
    TREE_I = 407, 32, 415, 16273, True
    TREE_ITALIAN_PINE = 1348, 32, 415, 16399, True
    TREE_J = 408, 32, 415, 16274, True
    TREE_JUNGLE = 414, 32, 415, 16693, True
    TREE_K = 409, 32, 415, 16275, True
    TREE_L = 410, 32, 415, 16276, True
    TREE_MANGROVE = 1144, 32, 415, 16177, True
    TREE_OAK = 349, 32, 415, 16397, True
    TREE_OAK_AUTUMN = 1248, 32, 415, 16277, True
    TREE_OAK_AUTUMN_SNOW = 1249, 32, 415, 16694, True
    TREE_OAK_FOREST = 411, 32, 415, 16277, True
    TREE_OLIVE = 1349, 32, 415, 16399, True
    TREE_PALM_FOREST = 351, 32, 415, 16398, True
    TREE_PINE_FOREST = 350, 32, 415, 16399, True
    TREE_RAINFOREST = 1146, 32, 415, 16179, True
    TREE_REEDS = 1350, 32, 737, 16396, True
    TREE_SNOW_PINE = 413, 32, 415, 16694, True
    TREE_TD = 284, 32, 415, 16348, True
    TROWULAN_GATE = 1176, -1, -1, 16756, True
    TURKISH_RELIC = 298, 26, -1, 16351, True
    VASES = 1177, -1, -1, 16385, True
    WELL = 1567, -1, -1, 16756, True
    DOLPHIN = 61, 141, -1, 16330, True
    LOOT = 472, -1, -1, 16717, True
    WATERFALL_OVERLAY = 896, -1, -1, 16756, True
    QUARRY = 1319, -1, -1, 16717, True
    LUMBER = 1320, -1, -1, 16717, True
    GOODS = 1321, -1, -1, 16717, True
    FLAME1 = 1333, -1, -1, 16517, True
    FLAME2 = 1334, -1, -1, 16517, True
    FLAME3 = 1335, -1, -1, 16517, True
    FLAME4 = 1336, -1, -1, 16517, True
    WATERFALL_BACKGROUND = 1635, -1, -1, 16756, True
    BLOCKER = 1776, -1, -1, 16756, True
    INDIAN_STATUES = 1777, -1, -1, 16717, True
    REKHA_DEUL_TEMPLE = 1778, -1, -1, 16756, True
    INDIAN_RUINS = 1784, -1, -1, 16757, True
    SVAN_TOWER = 1807, -1, -1, 16756, True
    CLIFF_DEFAULT_1 = 264, -1, -1, 16249, True
    CLIFF_DEFAULT_2 = 265, -1, -1, 16249, True
    CLIFF_DEFAULT_3 = 266, -1, -1, 16249, True
    CLIFF_DEFAULT_4 = 267, -1, -1, 16249, True
    CLIFF_DEFAULT_5 = 268, -1, -1, 16249, True
    CLIFF_DEFAULT_6 = 269, -1, -1, 16249, True
    CLIFF_DEFAULT_7 = 270, -1, -1, 16249, True
    CLIFF_DEFAULT_8 = 271, -1, -1, 16249, True
    CLIFF_DEFAULT_9 = 272, -1, -1, 16249, True
    CLIFF_DESERT_1 = 1849, -1, -1, 16249, True
    CLIFF_DESERT_2 = 1850, -1, -1, 16249, True
    CLIFF_DESERT_3 = 1851, -1, -1, 16249, True
    CLIFF_DESERT_4 = 1852, -1, -1, 16249, True
    CLIFF_DESERT_5 = 1853, -1, -1, 16249, True
    CLIFF_DESERT_6 = 1854, -1, -1, 16249, True
    CLIFF_DESERT_7 = 1855, -1, -1, 16249, True
    CLIFF_DESERT_8 = 1856, -1, -1, 16249, True
    CLIFF_DESERT_9 = 1857, -1, -1, 16249, True
    CLIFF_SNOW_1 = 1858, -1, -1, 16249, True
    CLIFF_SNOW_2 = 1859, -1, -1, 16249, True
    CLIFF_SNOW_3 = 1860, -1, -1, 16249, True
    CLIFF_SNOW_4 = 1861, -1, -1, 16249, True
    CLIFF_SNOW_5 = 1862, -1, -1, 16249, True
    CLIFF_SNOW_6 = 1863, -1, -1, 16249, True
    CLIFF_SNOW_7 = 1864, -1, -1, 16249, True
    CLIFF_SNOW_8 = 1865, -1, -1, 16249, True
    CLIFF_SNOW_9 = 1866, -1, -1, 16249, True
    HUNNIC_HORSE = 1869, 112, 815, 16714, False

Attributes

ANIMAL_SKELETON = (1091, -1, -1, 16224, True) class-attribute instance-attribute

Value: (1091, -1, -1, 16224, True)

BARRELS = (1330, -1, -1, 16757, True) class-attribute instance-attribute

Value: (1330, -1, -1, 16757, True)

BARRICADE_A = (1090, 54, 1472, 16223, True) class-attribute instance-attribute

Value: (1090, 54, 1472, 16223, True)

BARRICADE_B = (1218, 54, 1473, 16223, True) class-attribute instance-attribute

Value: (1218, 54, 1473, 16223, True)

BARRICADE_C = (1219, 54, 1474, 16223, True) class-attribute instance-attribute

Value: (1219, 54, 1474, 16223, True)

BARRICADE_D = (1220, 54, 1475, 16223, True) class-attribute instance-attribute

Value: (1220, 54, 1475, 16223, True)

BLACK_TILE = (306, -1, -1, 16389, True) class-attribute instance-attribute

Value: (306, -1, -1, 16389, True)

BLOCKER = (1776, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1776, -1, -1, 16756, True)

BLUE_TREE = (768, 32, 415, 16277, True) class-attribute instance-attribute

Value: (768, 32, 415, 16277, True)

BONFIRE = (304, -1, -1, 16768, False) class-attribute instance-attribute

Value: (304, -1, -1, 16768, False)

BOX_TURTLES = (1141, 282, -1, 16173, True) class-attribute instance-attribute

Value: (1141, 282, -1, 16173, True)

BRITISH_RELIC = (287, 26, -1, 16352, True) class-attribute instance-attribute

Value: (287, 26, -1, 16352, True)

BROKEN_CART = (858, -1, -1, 16759, True) class-attribute instance-attribute

Value: (858, -1, -1, 16759, True)

BUDDHA_STATUE_A = (1171, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1171, -1, -1, 16756, True)

BUDDHA_STATUE_B = (1172, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1172, -1, -1, 16756, True)

BUDDHA_STATUE_C = (1173, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1173, -1, -1, 16756, True)

BUDDHA_STATUE_D = (1174, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1174, -1, -1, 16756, True)

BURNED_BUILDING = (758, -1, -1, 16393, True) class-attribute instance-attribute

Value: (758, -1, -1, 16393, True)

BUSH_A = (302, 32, 415, 16398, True) class-attribute instance-attribute

Value: (302, 32, 415, 16398, True)

BUSH_B = (1053, 32, 415, 16794, True) class-attribute instance-attribute

Value: (1053, 32, 415, 16794, True)

BUSH_C = (1054, 32, 415, 16795, True) class-attribute instance-attribute

Value: (1054, 32, 415, 16795, True)

BYZANTINE_RELIC = (288, 26, -1, 16353, True) class-attribute instance-attribute

Value: (288, 26, -1, 16353, True)

CACTUS = (709, 32, -1, 16591, True) class-attribute instance-attribute

Value: (709, 32, -1, 16591, True)

CHINESE_RELIC = (289, 26, -1, 16354, True) class-attribute instance-attribute

Value: (289, 26, -1, 16354, True)

CLIFF_DEFAULT_1 = (264, -1, -1, 16249, True) class-attribute instance-attribute

Value: (264, -1, -1, 16249, True)

CLIFF_DEFAULT_2 = (265, -1, -1, 16249, True) class-attribute instance-attribute

Value: (265, -1, -1, 16249, True)

CLIFF_DEFAULT_3 = (266, -1, -1, 16249, True) class-attribute instance-attribute

Value: (266, -1, -1, 16249, True)

CLIFF_DEFAULT_4 = (267, -1, -1, 16249, True) class-attribute instance-attribute

Value: (267, -1, -1, 16249, True)

CLIFF_DEFAULT_5 = (268, -1, -1, 16249, True) class-attribute instance-attribute

Value: (268, -1, -1, 16249, True)

CLIFF_DEFAULT_6 = (269, -1, -1, 16249, True) class-attribute instance-attribute

Value: (269, -1, -1, 16249, True)

CLIFF_DEFAULT_7 = (270, -1, -1, 16249, True) class-attribute instance-attribute

Value: (270, -1, -1, 16249, True)

CLIFF_DEFAULT_8 = (271, -1, -1, 16249, True) class-attribute instance-attribute

Value: (271, -1, -1, 16249, True)

CLIFF_DEFAULT_9 = (272, -1, -1, 16249, True) class-attribute instance-attribute

Value: (272, -1, -1, 16249, True)

CLIFF_DESERT_1 = (1849, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1849, -1, -1, 16249, True)

CLIFF_DESERT_2 = (1850, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1850, -1, -1, 16249, True)

CLIFF_DESERT_3 = (1851, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1851, -1, -1, 16249, True)

CLIFF_DESERT_4 = (1852, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1852, -1, -1, 16249, True)

CLIFF_DESERT_5 = (1853, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1853, -1, -1, 16249, True)

CLIFF_DESERT_6 = (1854, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1854, -1, -1, 16249, True)

CLIFF_DESERT_7 = (1855, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1855, -1, -1, 16249, True)

CLIFF_DESERT_8 = (1856, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1856, -1, -1, 16249, True)

CLIFF_DESERT_9 = (1857, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1857, -1, -1, 16249, True)

CLIFF_SNOW_1 = (1858, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1858, -1, -1, 16249, True)

CLIFF_SNOW_2 = (1859, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1859, -1, -1, 16249, True)

CLIFF_SNOW_3 = (1860, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1860, -1, -1, 16249, True)

CLIFF_SNOW_4 = (1861, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1861, -1, -1, 16249, True)

CLIFF_SNOW_5 = (1862, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1862, -1, -1, 16249, True)

CLIFF_SNOW_6 = (1863, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1863, -1, -1, 16249, True)

CLIFF_SNOW_7 = (1864, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1864, -1, -1, 16249, True)

CLIFF_SNOW_8 = (1865, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1865, -1, -1, 16249, True)

CLIFF_SNOW_9 = (1866, -1, -1, 16249, True) class-attribute instance-attribute

Value: (1866, -1, -1, 16249, True)

CRACKS = (241, -1, -1, 16259, True) class-attribute instance-attribute

Value: (241, -1, -1, 16259, True)

CRATER = (723, -1, -1, 16605, True) class-attribute instance-attribute

Value: (723, -1, -1, 16605, True)

DISMANTLED_CART = (1270, 271, -1, 16189, False) class-attribute instance-attribute

Value: (1270, 271, -1, 16189, False)

DOLPHIN = (61, 141, -1, 16330, True) class-attribute instance-attribute

Value: (61, 141, -1, 16330, True)

DOME_OF_THE_ROCK = (690, 37, 1482, 16572, True) class-attribute instance-attribute

Value: (690, 37, 1482, 16572, True)

ES_FLAG = (851, -1, -1, 16751, True) class-attribute instance-attribute

Value: (851, -1, -1, 16751, True)

FERN_PATCH = (1175, -1, -1, 16385, True) class-attribute instance-attribute

Value: (1175, -1, -1, 16385, True)

FE_FLAG = (1285, -1, -1, 16183, False) class-attribute instance-attribute

Value: (1285, -1, -1, 16183, False)

FISH_DORADO = (455, 275, -1, 16335, True) class-attribute instance-attribute

Value: (455, 275, -1, 16335, True)

FISH_PERCH = (53, 276, -1, 16072, True) class-attribute instance-attribute

Value: (53, 276, -1, 16072, True)

FISH_SALMON = (456, 277, -1, 16336, True) class-attribute instance-attribute

Value: (456, 277, -1, 16336, True)

FISH_SNAPPER = (458, 278, -1, 16338, True) class-attribute instance-attribute

Value: (458, 278, -1, 16338, True)

FISH_TUNA = (457, 279, -1, 16337, True) class-attribute instance-attribute

Value: (457, 279, -1, 16337, True)

FLAG_A = (600, -1, -1, 16506, False) class-attribute instance-attribute

Value: (600, -1, -1, 16506, False)

FLAG_B = (601, -1, -1, 16507, False) class-attribute instance-attribute

Value: (601, -1, -1, 16507, False)

FLAG_C = (602, -1, -1, 16508, False) class-attribute instance-attribute

Value: (602, -1, -1, 16508, False)

FLAG_D = (603, -1, -1, 16509, False) class-attribute instance-attribute

Value: (603, -1, -1, 16509, False)

FLAG_E = (604, -1, -1, 16510, False) class-attribute instance-attribute

Value: (604, -1, -1, 16510, False)

FLAG_F = (1307, -1, -1, 16517, False) class-attribute instance-attribute

Value: (1307, -1, -1, 16517, False)

FLAG_G = (1150, -1, -1, 16183, False) class-attribute instance-attribute

Value: (1150, -1, -1, 16183, False)

FLAG_H = (1151, -1, -1, 16184, False) class-attribute instance-attribute

Value: (1151, -1, -1, 16184, False)

FLAG_I = (1152, -1, -1, 16188, False) class-attribute instance-attribute

Value: (1152, -1, -1, 16188, False)

FLAG_J = (1153, -1, -1, 16189, False) class-attribute instance-attribute

Value: (1153, -1, -1, 16189, False)

FLAG_K = (1282, -1, -1, 16183, False) class-attribute instance-attribute

Value: (1282, -1, -1, 16183, False)

FLAG_L = (1283, -1, -1, 16183, False) class-attribute instance-attribute

Value: (1283, -1, -1, 16183, False)

FLAG_M = (1284, -1, -1, 16183, False) class-attribute instance-attribute

Value: (1284, -1, -1, 16183, False)

FLAME1 = (1333, -1, -1, 16517, True) class-attribute instance-attribute

Value: (1333, -1, -1, 16517, True)

FLAME2 = (1334, -1, -1, 16517, True) class-attribute instance-attribute

Value: (1334, -1, -1, 16517, True)

FLAME3 = (1335, -1, -1, 16517, True) class-attribute instance-attribute

Value: (1335, -1, -1, 16517, True)

FLAME4 = (1336, -1, -1, 16517, True) class-attribute instance-attribute

Value: (1336, -1, -1, 16517, True)

FLARE = (274, -1, -1, 16316, False) class-attribute instance-attribute

Value: (274, -1, -1, 16316, False)

FLARE_A_PERMANENT = (1689, -1, -1, 16316, False) class-attribute instance-attribute

Value: (1689, -1, -1, 16316, False)

FLARE_B_PERMANENT = (1785, -1, -1, 16316, False) class-attribute instance-attribute

Value: (1785, -1, -1, 16316, False)

FLOWERS_1 = (334, -1, -1, 16382, True) class-attribute instance-attribute

Value: (334, -1, -1, 16382, True)

FLOWERS_2 = (335, -1, -1, 16383, True) class-attribute instance-attribute

Value: (335, -1, -1, 16383, True)

FLOWERS_3 = (336, -1, -1, 16384, True) class-attribute instance-attribute

Value: (336, -1, -1, 16384, True)

FLOWERS_4 = (337, -1, -1, 16385, True) class-attribute instance-attribute

Value: (337, -1, -1, 16385, True)

FLOWER_BED = (859, -1, -1, 16385, True) class-attribute instance-attribute

Value: (859, -1, -1, 16385, True)

FORAGE_BUSH = (59, 6, -1, 16401, True) class-attribute instance-attribute

Value: (59, 6, -1, 16401, True)

FRANKISH_RELIC = (290, 26, -1, 16355, True) class-attribute instance-attribute

Value: (290, 26, -1, 16355, True)

FRUIT_BUSH = (1059, 199, -1, 16401, True) class-attribute instance-attribute

Value: (1059, 199, -1, 16401, True)

GALLOW = (1095, -1, -1, 16228, True) class-attribute instance-attribute

Value: (1095, -1, -1, 16228, True)

GOLD_MINE = (66, 14, -1, 16400, True) class-attribute instance-attribute

Value: (66, 14, -1, 16400, True)

GOODS = (1321, -1, -1, 16717, True) class-attribute instance-attribute

Value: (1321, -1, -1, 16717, True)

GOTHIC_RELIC = (292, 26, -1, 16356, True) class-attribute instance-attribute

Value: (292, 26, -1, 16356, True)

GRANARY = (1089, 60, 1499, 16222, True) class-attribute instance-attribute

Value: (1089, 60, 1499, 16222, True)

GRASS_DRY = (1359, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1359, -1, -1, 16718, True)

GRASS_GREEN = (1358, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1358, -1, -1, 16718, True)

GRASS_PATCH_DRY = (1033, -1, -1, 16385, True) class-attribute instance-attribute

Value: (1033, -1, -1, 16385, True)

GRASS_PATCH_GREEN = (301, -1, -1, 16385, True) class-attribute instance-attribute

Value: (301, -1, -1, 16385, True)

GRAVE = (820, -1, -1, 16720, True) class-attribute instance-attribute

Value: (820, -1, -1, 16720, True)

GREAT_FISH_MARLIN = (450, 281, -1, 16330, True) class-attribute instance-attribute

Value: (450, 281, -1, 16330, True)

GREAT_PYRAMID = (696, 57, 1516, 16578, True) class-attribute instance-attribute

Value: (696, 57, 1516, 16578, True)

HAY_STACK = (857, -1, -1, 16761, True) class-attribute instance-attribute

Value: (857, -1, -1, 16761, True)

HEAD = (821, -1, -1, 16721, True) class-attribute instance-attribute

Value: (821, -1, -1, 16721, True)

HUNNIC_HORSE = (1869, 112, 815, 16714, False) class-attribute instance-attribute

Value: (1869, 112, 815, 16714, False)

ICE_NAVIGABLE = (728, -1, -1, 16610, True) class-attribute instance-attribute

Value: (728, -1, -1, 16610, True)

IMPALED_CORPSE = (1315, -1, -1, 16000, False) class-attribute instance-attribute

Value: (1315, -1, -1, 16000, False)

INDIAN_RUINS = (1784, -1, -1, 16757, True) class-attribute instance-attribute

Value: (1784, -1, -1, 16757, True)

INDIAN_STATUES = (1777, -1, -1, 16717, True) class-attribute instance-attribute

Value: (1777, -1, -1, 16717, True)

JAPANESE_RELIC = (294, 26, -1, 16357, True) class-attribute instance-attribute

Value: (294, 26, -1, 16357, True)

LARGE_TEMP_MAP_REVEAL = (332, -1, -1, 16316, False) class-attribute instance-attribute

Value: (332, -1, -1, 16316, False)

LOOT = (472, -1, -1, 16717, True) class-attribute instance-attribute

Value: (472, -1, -1, 16717, True)

LUMBER = (1320, -1, -1, 16717, True) class-attribute instance-attribute

Value: (1320, -1, -1, 16717, True)

MAP_REVEALER = (837, -1, -1, 16737, True) class-attribute instance-attribute

Value: (837, -1, -1, 16737, True)

MAP_REVEALER_GIANT = (1775, -1, -1, 16737, False) class-attribute instance-attribute

Value: (1775, -1, -1, 16737, False)

MAP_REVEALER_MEDIUM = (1774, -1, -1, 16737, False) class-attribute instance-attribute

Value: (1774, -1, -1, 16737, False)

MOSQUE = (655, 12, 1496, 16552, True) class-attribute instance-attribute

Value: (655, 12, 1496, 16552, True)

MOUNTAIN_1 = (310, -1, -1, 16342, True) class-attribute instance-attribute

Value: (310, -1, -1, 16342, True)

MOUNTAIN_2 = (311, -1, -1, 16343, True) class-attribute instance-attribute

Value: (311, -1, -1, 16343, True)

MOUNTAIN_3 = (744, -1, -1, 16647, True) class-attribute instance-attribute

Value: (744, -1, -1, 16647, True)

MOUNTAIN_4 = (745, -1, -1, 16648, True) class-attribute instance-attribute

Value: (745, -1, -1, 16648, True)

MOUNTAIN_5 = (1041, -1, -1, 16772, True) class-attribute instance-attribute

Value: (1041, -1, -1, 16772, True)

MOUNTAIN_6 = (1042, -1, -1, 16773, True) class-attribute instance-attribute

Value: (1042, -1, -1, 16773, True)

MOUNTAIN_7 = (1043, -1, -1, 16774, True) class-attribute instance-attribute

Value: (1043, -1, -1, 16774, True)

MOUNTAIN_8 = (1044, -1, -1, 16775, True) class-attribute instance-attribute

Value: (1044, -1, -1, 16775, True)

NINE_BANDS = (720, -1, -1, 16602, True) class-attribute instance-attribute

Value: (720, -1, -1, 16602, True)

NUBIAN_PYRAMID = (1563, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1563, -1, -1, 16756, True)

OLD_STONE_HEAD = (855, -1, -1, 16756, True) class-attribute instance-attribute

Value: (855, -1, -1, 16756, True)

PAGODA_A = (1201, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1201, -1, -1, 16756, True)

PAGODA_B = (1202, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1202, -1, -1, 16756, True)

PAGODA_C = (1203, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1203, -1, -1, 16756, True)

PAIFANG_GATE = (1562, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1562, -1, -1, 16756, True)

PATH_1 = (339, -1, -1, 16387, True) class-attribute instance-attribute

Value: (339, -1, -1, 16387, True)

PATH_2 = (340, -1, -1, 16388, True) class-attribute instance-attribute

Value: (340, -1, -1, 16388, True)

PATH_3 = (341, -1, -1, 16389, True) class-attribute instance-attribute

Value: (341, -1, -1, 16389, True)

PATH_4 = (338, -1, -1, 16386, True) class-attribute instance-attribute

Value: (338, -1, -1, 16386, True)

PAVILION_A = (624, 43, 1476, 16521, True) class-attribute instance-attribute

Value: (624, 43, 1476, 16521, True)

PAVILION_B = (626, 43, 1477, 16522, True) class-attribute instance-attribute

Value: (626, 43, 1477, 16522, True)

PAVILION_C = (625, 43, 1478, 16523, True) class-attribute instance-attribute

Value: (625, 43, 1478, 16523, True)

PERSIAN_RELIC = (295, 26, -1, 16358, True) class-attribute instance-attribute

Value: (295, 26, -1, 16358, True)

PIECE_OF_THE_TRUE_CROSS = (688, -1, -1, 16570, True) class-attribute instance-attribute

Value: (688, -1, -1, 16570, True)

PLANT = (818, -1, -1, 16718, True) class-attribute instance-attribute

Value: (818, -1, -1, 16718, True)

PLANT_BUSH_GREEN = (1360, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1360, -1, -1, 16718, True)

PLANT_DEAD = (1365, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1365, -1, -1, 16718, True)

PLANT_FLOWERS = (1366, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1366, -1, -1, 16718, True)

PLANT_JUNGLE = (1351, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1351, -1, -1, 16718, True)

PLANT_RAINFOREST = (1354, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1354, -1, -1, 16718, True)

PLANT_SHRUB_GREEN = (1362, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1362, -1, -1, 16718, True)

PLANT_UNDERBRUSH = (1353, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1353, -1, -1, 16718, True)

PLANT_UNDERBRUSH_TROPICAL = (1352, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1352, -1, -1, 16718, True)

PLANT_WEEDS = (1364, -1, -1, 16718, True) class-attribute instance-attribute

Value: (1364, -1, -1, 16718, True)

POENARI_CASTLE = (445, 7, 1488, 16318, True) class-attribute instance-attribute

Value: (445, 7, 1488, 16318, True)

QUARRY = (1319, -1, -1, 16717, True) class-attribute instance-attribute

Value: (1319, -1, -1, 16717, True)

REKHA_DEUL_TEMPLE = (1778, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1778, -1, -1, 16756, True)

RELIC = (285, 26, -1, 16350, True) class-attribute instance-attribute

Value: (285, 26, -1, 16350, True)

ROCK_1 = (623, -1, -1, 16520, True) class-attribute instance-attribute

Value: (623, -1, -1, 16520, True)

ROCK_2 = (1323, -1, -1, 16520, True) class-attribute instance-attribute

Value: (1323, -1, -1, 16520, True)

ROCK_BEACH = (1148, -1, -1, 16180, True) class-attribute instance-attribute

Value: (1148, -1, -1, 16180, True)

ROCK_FORMATION_1 = (1048, -1, -1, 16789, True) class-attribute instance-attribute

Value: (1048, -1, -1, 16789, True)

ROCK_FORMATION_2 = (1049, -1, -1, 16790, True) class-attribute instance-attribute

Value: (1049, -1, -1, 16790, True)

ROCK_FORMATION_3 = (1050, -1, -1, 16791, True) class-attribute instance-attribute

Value: (1050, -1, -1, 16791, True)

ROCK_JUNGLE = (1149, -1, -1, 16181, True) class-attribute instance-attribute

Value: (1149, -1, -1, 16181, True)

ROMAN_RUINS = (856, -1, -1, 16757, True) class-attribute instance-attribute

Value: (856, -1, -1, 16757, True)

RUBBLE_1_X_1 = (863, -1, -1, 16001, False) class-attribute instance-attribute

Value: (863, -1, -1, 16001, False)

RUBBLE_2_X_2 = (864, -1, -1, 16002, False) class-attribute instance-attribute

Value: (864, -1, -1, 16002, False)

RUBBLE_3_X_3 = (865, -1, -1, 16003, False) class-attribute instance-attribute

Value: (865, -1, -1, 16003, False)

RUBBLE_4_X_4 = (1497, -1, -1, 16004, False) class-attribute instance-attribute

Value: (1497, -1, -1, 16004, False)

RUBBLE_8_X_8 = (1498, -1, -1, 16006, False) class-attribute instance-attribute

Value: (1498, -1, -1, 16006, False)

RUGS = (711, -1, -1, 16593, True) class-attribute instance-attribute

Value: (711, -1, -1, 16593, True)

SARACEN_RELIC = (296, 26, -1, 16359, True) class-attribute instance-attribute

Value: (296, 26, -1, 16359, True)

SEA_ROCKS_1 = (389, -1, -1, 16253, True) class-attribute instance-attribute

Value: (389, -1, -1, 16253, True)

SEA_ROCKS_2 = (396, -1, -1, 16262, True) class-attribute instance-attribute

Value: (396, -1, -1, 16262, True)

SHIPWRECK_A = (721, -1, -1, 16603, True) class-attribute instance-attribute

Value: (721, -1, -1, 16603, True)

SHIPWRECK_B = (722, -1, -1, 16604, True) class-attribute instance-attribute

Value: (722, -1, -1, 16604, True)

SHORE_FISH = (69, 280, -1, 16501, True) class-attribute instance-attribute

Value: (69, 280, -1, 16501, True)

SIGN = (819, 189, -1, 16719, True) class-attribute instance-attribute

Value: (819, 189, -1, 16719, True)

SKELETON = (710, -1, -1, 16592, True) class-attribute instance-attribute

Value: (710, -1, -1, 16592, True)

SMALL_TEMP_MAP_REVEAL = (112, -1, -1, 16316, False) class-attribute instance-attribute

Value: (112, -1, -1, 16316, False)

SMOKE = (1308, -1, -1, 16517, False) class-attribute instance-attribute

Value: (1308, -1, -1, 16517, False)

SNOW_MOUNTAIN_1 = (1045, -1, -1, 16776, True) class-attribute instance-attribute

Value: (1045, -1, -1, 16776, True)

SNOW_MOUNTAIN_2 = (1046, -1, -1, 16777, True) class-attribute instance-attribute

Value: (1046, -1, -1, 16777, True)

SNOW_MOUNTAIN_3 = (1047, -1, -1, 16778, True) class-attribute instance-attribute

Value: (1047, -1, -1, 16778, True)

STATUE_CIVILIZATION = (1279, -1, -1, 16403, False) class-attribute instance-attribute

Value: (1279, -1, -1, 16403, False)

STATUE_COLUMN = (1322, -1, -1, 16717, True) class-attribute instance-attribute

Value: (1322, -1, -1, 16717, True)

STATUE_LEFT = (1343, -1, -1, 16717, True) class-attribute instance-attribute

Value: (1343, -1, -1, 16717, True)

STATUE_RIGHT = (1345, -1, -1, 16717, True) class-attribute instance-attribute

Value: (1345, -1, -1, 16717, True)

STELAE_A = (1092, -1, -1, 16225, True) class-attribute instance-attribute

Value: (1092, -1, -1, 16225, True)

STELAE_B = (1093, -1, -1, 16226, True) class-attribute instance-attribute

Value: (1093, -1, -1, 16226, True)

STELAE_C = (1094, -1, -1, 16227, True) class-attribute instance-attribute

Value: (1094, -1, -1, 16227, True)

STONE_MINE = (102, 9, -1, 16252, True) class-attribute instance-attribute

Value: (102, 9, -1, 16252, True)

STUMP = (809, -1, -1, 16281, True) class-attribute instance-attribute

Value: (809, -1, -1, 16281, True)

STUPA = (1191, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1191, -1, -1, 16756, True)

SVAN_TOWER = (1807, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1807, -1, -1, 16756, True)

TARGET_A = (1564, -1, -1, 16000, False) class-attribute instance-attribute

Value: (1564, -1, -1, 16000, False)

TARGET_B = (1565, -1, -1, 16000, False) class-attribute instance-attribute

Value: (1565, -1, -1, 16000, False)

TEMPLE_RUIN = (1566, -1, -1, 16757, True) class-attribute instance-attribute

Value: (1566, -1, -1, 16757, True)

TEUTONIC_RELIC = (297, 26, -1, 16360, True) class-attribute instance-attribute

Value: (297, 26, -1, 16360, True)

THE_ACCURSED_TOWER = (684, 45, 1494, 16566, True) class-attribute instance-attribute

Value: (684, 45, 1494, 16566, True)

THE_TOWER_OF_FLIES = (685, 45, 1495, 16567, True) class-attribute instance-attribute

Value: (685, 45, 1495, 16567, True)

TORCH_A = (499, -1, -1, 16423, False) class-attribute instance-attribute

Value: (499, -1, -1, 16423, False)

TORCH_B = (1376, -1, -1, 16423, False) class-attribute instance-attribute

Value: (1376, -1, -1, 16423, False)

TREE_A = (399, 32, 415, 16265, True) class-attribute instance-attribute

Value: (399, 32, 415, 16265, True)

TREE_ACACIA = (1063, 32, 415, 16798, True) class-attribute instance-attribute

Value: (1063, 32, 415, 16798, True)

TREE_B = (400, 32, 415, 16266, True) class-attribute instance-attribute

Value: (400, 32, 415, 16266, True)

TREE_BAMBOO_FOREST = (348, 32, 737, 16396, True) class-attribute instance-attribute

Value: (348, 32, 737, 16396, True)

TREE_BAOBAB = (1052, 32, 1634, 16793, True) class-attribute instance-attribute

Value: (1052, 32, 1634, 16793, True)

TREE_BIRCH = (1717, 32, 415, 16399, True) class-attribute instance-attribute

Value: (1717, 32, 415, 16399, True)

TREE_C = (401, 32, 415, 16267, True) class-attribute instance-attribute

Value: (401, 32, 415, 16267, True)

TREE_CYPRESS = (1347, 32, 415, 16399, True) class-attribute instance-attribute

Value: (1347, 32, 415, 16399, True)

TREE_D = (402, 32, 415, 16268, True) class-attribute instance-attribute

Value: (402, 32, 415, 16268, True)

TREE_DEAD = (1250, 32, 415, 16694, True) class-attribute instance-attribute

Value: (1250, 32, 415, 16694, True)

TREE_DRAGON = (1051, 32, 415, 16792, True) class-attribute instance-attribute

Value: (1051, 32, 415, 16792, True)

TREE_E = (403, 32, 415, 16269, True) class-attribute instance-attribute

Value: (403, 32, 415, 16269, True)

TREE_F = (404, 32, 415, 16270, True) class-attribute instance-attribute

Value: (404, 32, 415, 16270, True)

TREE_G = (405, 32, 415, 16271, True) class-attribute instance-attribute

Value: (405, 32, 415, 16271, True)

TREE_H = (406, 32, 415, 16272, True) class-attribute instance-attribute

Value: (406, 32, 415, 16272, True)

TREE_I = (407, 32, 415, 16273, True) class-attribute instance-attribute

Value: (407, 32, 415, 16273, True)

TREE_ITALIAN_PINE = (1348, 32, 415, 16399, True) class-attribute instance-attribute

Value: (1348, 32, 415, 16399, True)

TREE_J = (408, 32, 415, 16274, True) class-attribute instance-attribute

Value: (408, 32, 415, 16274, True)

TREE_JUNGLE = (414, 32, 415, 16693, True) class-attribute instance-attribute

Value: (414, 32, 415, 16693, True)

TREE_K = (409, 32, 415, 16275, True) class-attribute instance-attribute

Value: (409, 32, 415, 16275, True)

TREE_L = (410, 32, 415, 16276, True) class-attribute instance-attribute

Value: (410, 32, 415, 16276, True)

TREE_MANGROVE = (1144, 32, 415, 16177, True) class-attribute instance-attribute

Value: (1144, 32, 415, 16177, True)

TREE_OAK = (349, 32, 415, 16397, True) class-attribute instance-attribute

Value: (349, 32, 415, 16397, True)

TREE_OAK_AUTUMN = (1248, 32, 415, 16277, True) class-attribute instance-attribute

Value: (1248, 32, 415, 16277, True)

TREE_OAK_AUTUMN_SNOW = (1249, 32, 415, 16694, True) class-attribute instance-attribute

Value: (1249, 32, 415, 16694, True)

TREE_OAK_FOREST = (411, 32, 415, 16277, True) class-attribute instance-attribute

Value: (411, 32, 415, 16277, True)

TREE_OLIVE = (1349, 32, 415, 16399, True) class-attribute instance-attribute

Value: (1349, 32, 415, 16399, True)

TREE_PALM_FOREST = (351, 32, 415, 16398, True) class-attribute instance-attribute

Value: (351, 32, 415, 16398, True)

TREE_PINE_FOREST = (350, 32, 415, 16399, True) class-attribute instance-attribute

Value: (350, 32, 415, 16399, True)

TREE_RAINFOREST = (1146, 32, 415, 16179, True) class-attribute instance-attribute

Value: (1146, 32, 415, 16179, True)

TREE_REEDS = (1350, 32, 737, 16396, True) class-attribute instance-attribute

Value: (1350, 32, 737, 16396, True)

TREE_SNOW_PINE = (413, 32, 415, 16694, True) class-attribute instance-attribute

Value: (413, 32, 415, 16694, True)

TREE_TD = (284, 32, 415, 16348, True) class-attribute instance-attribute

Value: (284, 32, 415, 16348, True)

TROWULAN_GATE = (1176, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1176, -1, -1, 16756, True)

TURKISH_RELIC = (298, 26, -1, 16351, True) class-attribute instance-attribute

Value: (298, 26, -1, 16351, True)

VASES = (1177, -1, -1, 16385, True) class-attribute instance-attribute

Value: (1177, -1, -1, 16385, True)

WATERFALL_BACKGROUND = (1635, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1635, -1, -1, 16756, True)

WATERFALL_OVERLAY = (896, -1, -1, 16756, True) class-attribute instance-attribute

Value: (896, -1, -1, 16756, True)

WELL = (1567, -1, -1, 16756, True) class-attribute instance-attribute

Value: (1567, -1, -1, 16756, True)

Functions


def trees(...) staticmethod

Returns:

Type Description
List[OtherInfo]

A list of all tree objects

Source code in AoE2ScenarioParser/datasets/other.py
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
@staticmethod
def trees() -> List[OtherInfo]:
    """
    Returns:
        A list of all tree objects
    """
    return [
        OtherInfo.BLUE_TREE,
        OtherInfo.BUSH_A,
        OtherInfo.BUSH_B,
        OtherInfo.BUSH_C,
        OtherInfo.TREE_A,
        OtherInfo.TREE_ACACIA,
        OtherInfo.TREE_B,
        OtherInfo.TREE_BAMBOO_FOREST,
        OtherInfo.TREE_BAOBAB,
        OtherInfo.TREE_BIRCH,
        OtherInfo.TREE_C,
        OtherInfo.TREE_CYPRESS,
        OtherInfo.TREE_D,
        OtherInfo.TREE_DEAD,
        OtherInfo.TREE_DRAGON,
        OtherInfo.TREE_E,
        OtherInfo.TREE_F,
        OtherInfo.TREE_G,
        OtherInfo.TREE_H,
        OtherInfo.TREE_I,
        OtherInfo.TREE_ITALIAN_PINE,
        OtherInfo.TREE_J,
        OtherInfo.TREE_JUNGLE,
        OtherInfo.TREE_K,
        OtherInfo.TREE_L,
        OtherInfo.TREE_MANGROVE,
        OtherInfo.TREE_OAK,
        OtherInfo.TREE_OAK_AUTUMN,
        OtherInfo.TREE_OAK_AUTUMN_SNOW,
        OtherInfo.TREE_OAK_FOREST,
        OtherInfo.TREE_OLIVE,
        OtherInfo.TREE_PALM_FOREST,
        OtherInfo.TREE_PINE_FOREST,
        OtherInfo.TREE_RAINFOREST,
        OtherInfo.TREE_REEDS,
        OtherInfo.TREE_SNOW_PINE,
        OtherInfo.TREE_TD
    ]