dfhack-remote-node 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4390 @@
1
+ {
2
+ "nested": {
3
+ "AdventureControl": {
4
+ "options": {
5
+ "optimize_for": "LITE_RUNTIME"
6
+ },
7
+ "nested": {
8
+ "AdvmodeMenu": {
9
+ "edition": "proto2",
10
+ "values": {
11
+ "Default": 0,
12
+ "Look": 1,
13
+ "ConversationAddress": 2,
14
+ "ConversationSelect": 3,
15
+ "ConversationSpeak": 4,
16
+ "Inventory": 5,
17
+ "Drop": 6,
18
+ "ThrowItem": 7,
19
+ "Wear": 8,
20
+ "Remove": 9,
21
+ "Interact": 10,
22
+ "Put": 11,
23
+ "PutContainer": 12,
24
+ "Eat": 13,
25
+ "ThrowAim": 14,
26
+ "Fire": 15,
27
+ "Get": 16,
28
+ "Unk17": 17,
29
+ "CombatPrefs": 18,
30
+ "Companions": 19,
31
+ "MovementPrefs": 20,
32
+ "SpeedPrefs": 21,
33
+ "InteractAction": 22,
34
+ "MoveCarefully": 23,
35
+ "Announcements": 24,
36
+ "UseBuilding": 25,
37
+ "Travel": 26,
38
+ "Unk27": 27,
39
+ "Unk28": 28,
40
+ "SleepConfirm": 29,
41
+ "SelectInteractionTarget": 30,
42
+ "Unk31": 31,
43
+ "Unk32": 32,
44
+ "FallAction": 33,
45
+ "ViewTracks": 34,
46
+ "Jump": 35,
47
+ "Unk36": 36,
48
+ "AttackConfirm": 37,
49
+ "AttackType": 38,
50
+ "AttackBodypart": 39,
51
+ "AttackStrike": 40,
52
+ "Unk41": 41,
53
+ "Unk42": 42,
54
+ "DodgeDirection": 43,
55
+ "Unk44": 44,
56
+ "Unk45": 45,
57
+ "Build": 46
58
+ }
59
+ },
60
+ "CarefulMovementType": {
61
+ "edition": "proto2",
62
+ "values": {
63
+ "DEFAULT_MOVEMENT": 0,
64
+ "RELEASE_ITEM_HOLD": 1,
65
+ "RELEASE_TILE_HOLD": 2,
66
+ "ATTACK_CREATURE": 3,
67
+ "HOLD_TILE": 4,
68
+ "MOVE": 5,
69
+ "CLIMB": 6,
70
+ "HOLD_ITEM": 7,
71
+ "BUILDING_INTERACT": 8,
72
+ "ITEM_INTERACT": 9,
73
+ "ITEM_INTERACT_GUIDE": 10,
74
+ "ITEM_INTERACT_RIDE": 11,
75
+ "ITEM_INTERACT_PUSH": 12
76
+ }
77
+ },
78
+ "MiscMoveType": {
79
+ "edition": "proto2",
80
+ "values": {
81
+ "SET_CLIMB": 0,
82
+ "SET_STAND": 1,
83
+ "SET_CANCEL": 2
84
+ }
85
+ },
86
+ "MoveCommandParams": {
87
+ "edition": "proto2",
88
+ "fields": {
89
+ "direction": {
90
+ "type": "RemoteFortressReader.Coord",
91
+ "id": 1
92
+ }
93
+ }
94
+ },
95
+ "MovementOption": {
96
+ "edition": "proto2",
97
+ "fields": {
98
+ "dest": {
99
+ "type": "RemoteFortressReader.Coord",
100
+ "id": 1
101
+ },
102
+ "source": {
103
+ "type": "RemoteFortressReader.Coord",
104
+ "id": 2
105
+ },
106
+ "grab": {
107
+ "type": "RemoteFortressReader.Coord",
108
+ "id": 3
109
+ },
110
+ "movementType": {
111
+ "type": "CarefulMovementType",
112
+ "id": 4
113
+ }
114
+ }
115
+ },
116
+ "MenuContents": {
117
+ "edition": "proto2",
118
+ "fields": {
119
+ "currentMenu": {
120
+ "type": "AdvmodeMenu",
121
+ "id": 1
122
+ },
123
+ "movements": {
124
+ "rule": "repeated",
125
+ "type": "MovementOption",
126
+ "id": 2
127
+ }
128
+ }
129
+ },
130
+ "MiscMoveParams": {
131
+ "edition": "proto2",
132
+ "fields": {
133
+ "type": {
134
+ "type": "MiscMoveType",
135
+ "id": 1
136
+ }
137
+ }
138
+ }
139
+ }
140
+ },
141
+ "RemoteFortressReader": {
142
+ "options": {
143
+ "optimize_for": "LITE_RUNTIME"
144
+ },
145
+ "nested": {
146
+ "TiletypeShape": {
147
+ "edition": "proto2",
148
+ "values": {
149
+ "NO_SHAPE": -1,
150
+ "EMPTY": 0,
151
+ "FLOOR": 1,
152
+ "BOULDER": 2,
153
+ "PEBBLES": 3,
154
+ "WALL": 4,
155
+ "FORTIFICATION": 5,
156
+ "STAIR_UP": 6,
157
+ "STAIR_DOWN": 7,
158
+ "STAIR_UPDOWN": 8,
159
+ "RAMP": 9,
160
+ "RAMP_TOP": 10,
161
+ "BROOK_BED": 11,
162
+ "BROOK_TOP": 12,
163
+ "TREE_SHAPE": 13,
164
+ "SAPLING": 14,
165
+ "SHRUB": 15,
166
+ "ENDLESS_PIT": 16,
167
+ "BRANCH": 17,
168
+ "TRUNK_BRANCH": 18,
169
+ "TWIG": 19
170
+ }
171
+ },
172
+ "TiletypeSpecial": {
173
+ "edition": "proto2",
174
+ "values": {
175
+ "NO_SPECIAL": -1,
176
+ "NORMAL": 0,
177
+ "RIVER_SOURCE": 1,
178
+ "WATERFALL": 2,
179
+ "SMOOTH": 3,
180
+ "FURROWED": 4,
181
+ "WET": 5,
182
+ "DEAD": 6,
183
+ "WORN_1": 7,
184
+ "WORN_2": 8,
185
+ "WORN_3": 9,
186
+ "TRACK": 10,
187
+ "SMOOTH_DEAD": 11
188
+ }
189
+ },
190
+ "TiletypeMaterial": {
191
+ "edition": "proto2",
192
+ "values": {
193
+ "NO_MATERIAL": -1,
194
+ "AIR": 0,
195
+ "SOIL": 1,
196
+ "STONE": 2,
197
+ "FEATURE": 3,
198
+ "LAVA_STONE": 4,
199
+ "MINERAL": 5,
200
+ "FROZEN_LIQUID": 6,
201
+ "CONSTRUCTION": 7,
202
+ "GRASS_LIGHT": 8,
203
+ "GRASS_DARK": 9,
204
+ "GRASS_DRY": 10,
205
+ "GRASS_DEAD": 11,
206
+ "PLANT": 12,
207
+ "HFS": 13,
208
+ "CAMPFIRE": 14,
209
+ "FIRE": 15,
210
+ "ASHES": 16,
211
+ "MAGMA": 17,
212
+ "DRIFTWOOD": 18,
213
+ "POOL": 19,
214
+ "BROOK": 20,
215
+ "RIVER": 21,
216
+ "ROOT": 22,
217
+ "TREE_MATERIAL": 23,
218
+ "MUSHROOM": 24,
219
+ "UNDERWORLD_GATE": 25
220
+ }
221
+ },
222
+ "TiletypeVariant": {
223
+ "edition": "proto2",
224
+ "values": {
225
+ "NO_VARIANT": -1,
226
+ "VAR_1": 0,
227
+ "VAR_2": 1,
228
+ "VAR_3": 2,
229
+ "VAR_4": 3
230
+ }
231
+ },
232
+ "WorldPoles": {
233
+ "edition": "proto2",
234
+ "values": {
235
+ "NO_POLES": 0,
236
+ "NORTH_POLE": 1,
237
+ "SOUTH_POLE": 2,
238
+ "BOTH_POLES": 3
239
+ }
240
+ },
241
+ "BuildingDirection": {
242
+ "edition": "proto2",
243
+ "values": {
244
+ "NORTH": 0,
245
+ "EAST": 1,
246
+ "SOUTH": 2,
247
+ "WEST": 3,
248
+ "NORTHEAST": 4,
249
+ "SOUTHEAST": 5,
250
+ "SOUTHWEST": 6,
251
+ "NORTHWEST": 7,
252
+ "NONE": 8
253
+ }
254
+ },
255
+ "TileDigDesignation": {
256
+ "edition": "proto2",
257
+ "values": {
258
+ "NO_DIG": 0,
259
+ "DEFAULT_DIG": 1,
260
+ "UP_DOWN_STAIR_DIG": 2,
261
+ "CHANNEL_DIG": 3,
262
+ "RAMP_DIG": 4,
263
+ "DOWN_STAIR_DIG": 5,
264
+ "UP_STAIR_DIG": 6
265
+ }
266
+ },
267
+ "HairStyle": {
268
+ "edition": "proto2",
269
+ "values": {
270
+ "UNKEMPT": -1,
271
+ "NEATLY_COMBED": 0,
272
+ "BRAIDED": 1,
273
+ "DOUBLE_BRAID": 2,
274
+ "PONY_TAILS": 3,
275
+ "CLEAN_SHAVEN": 4
276
+ }
277
+ },
278
+ "InventoryMode": {
279
+ "edition": "proto2",
280
+ "values": {
281
+ "Hauled": 0,
282
+ "Weapon": 1,
283
+ "Worn": 2,
284
+ "Piercing": 3,
285
+ "Flask": 4,
286
+ "WrappedAround": 5,
287
+ "StuckIn": 6,
288
+ "InMouth": 7,
289
+ "Pet": 8,
290
+ "SewnInto": 9,
291
+ "Strapped": 10
292
+ }
293
+ },
294
+ "ArmorLayer": {
295
+ "edition": "proto2",
296
+ "values": {
297
+ "LAYER_UNDER": 0,
298
+ "LAYER_OVER": 1,
299
+ "LAYER_ARMOR": 2,
300
+ "LAYER_COVER": 3
301
+ }
302
+ },
303
+ "Coord": {
304
+ "edition": "proto2",
305
+ "fields": {
306
+ "x": {
307
+ "type": "int32",
308
+ "id": 1
309
+ },
310
+ "y": {
311
+ "type": "int32",
312
+ "id": 2
313
+ },
314
+ "z": {
315
+ "type": "int32",
316
+ "id": 3
317
+ }
318
+ }
319
+ },
320
+ "Tiletype": {
321
+ "edition": "proto2",
322
+ "fields": {
323
+ "id": {
324
+ "rule": "required",
325
+ "type": "int32",
326
+ "id": 1
327
+ },
328
+ "name": {
329
+ "type": "string",
330
+ "id": 2
331
+ },
332
+ "caption": {
333
+ "type": "string",
334
+ "id": 3
335
+ },
336
+ "shape": {
337
+ "type": "TiletypeShape",
338
+ "id": 4
339
+ },
340
+ "special": {
341
+ "type": "TiletypeSpecial",
342
+ "id": 5
343
+ },
344
+ "material": {
345
+ "type": "TiletypeMaterial",
346
+ "id": 6
347
+ },
348
+ "variant": {
349
+ "type": "TiletypeVariant",
350
+ "id": 7
351
+ },
352
+ "direction": {
353
+ "type": "string",
354
+ "id": 8
355
+ }
356
+ }
357
+ },
358
+ "TiletypeList": {
359
+ "edition": "proto2",
360
+ "fields": {
361
+ "tiletypeList": {
362
+ "rule": "repeated",
363
+ "type": "Tiletype",
364
+ "id": 1
365
+ }
366
+ }
367
+ },
368
+ "BuildingExtents": {
369
+ "edition": "proto2",
370
+ "fields": {
371
+ "posX": {
372
+ "rule": "required",
373
+ "type": "int32",
374
+ "id": 1
375
+ },
376
+ "posY": {
377
+ "rule": "required",
378
+ "type": "int32",
379
+ "id": 2
380
+ },
381
+ "width": {
382
+ "rule": "required",
383
+ "type": "int32",
384
+ "id": 3
385
+ },
386
+ "height": {
387
+ "rule": "required",
388
+ "type": "int32",
389
+ "id": 4
390
+ },
391
+ "extents": {
392
+ "rule": "repeated",
393
+ "type": "int32",
394
+ "id": 5
395
+ }
396
+ }
397
+ },
398
+ "BuildingItem": {
399
+ "edition": "proto2",
400
+ "fields": {
401
+ "item": {
402
+ "type": "Item",
403
+ "id": 1
404
+ },
405
+ "mode": {
406
+ "type": "int32",
407
+ "id": 2
408
+ }
409
+ }
410
+ },
411
+ "BuildingInstance": {
412
+ "edition": "proto2",
413
+ "fields": {
414
+ "index": {
415
+ "rule": "required",
416
+ "type": "int32",
417
+ "id": 1
418
+ },
419
+ "posXMin": {
420
+ "type": "int32",
421
+ "id": 2
422
+ },
423
+ "posYMin": {
424
+ "type": "int32",
425
+ "id": 3
426
+ },
427
+ "posZMin": {
428
+ "type": "int32",
429
+ "id": 4
430
+ },
431
+ "posXMax": {
432
+ "type": "int32",
433
+ "id": 5
434
+ },
435
+ "posYMax": {
436
+ "type": "int32",
437
+ "id": 6
438
+ },
439
+ "posZMax": {
440
+ "type": "int32",
441
+ "id": 7
442
+ },
443
+ "buildingType": {
444
+ "type": "BuildingType",
445
+ "id": 8
446
+ },
447
+ "material": {
448
+ "type": "MatPair",
449
+ "id": 9
450
+ },
451
+ "buildingFlags": {
452
+ "type": "uint32",
453
+ "id": 10
454
+ },
455
+ "isRoom": {
456
+ "type": "bool",
457
+ "id": 11
458
+ },
459
+ "room": {
460
+ "type": "BuildingExtents",
461
+ "id": 12
462
+ },
463
+ "direction": {
464
+ "type": "BuildingDirection",
465
+ "id": 13
466
+ },
467
+ "items": {
468
+ "rule": "repeated",
469
+ "type": "BuildingItem",
470
+ "id": 14
471
+ },
472
+ "active": {
473
+ "type": "int32",
474
+ "id": 15
475
+ }
476
+ }
477
+ },
478
+ "RiverEdge": {
479
+ "edition": "proto2",
480
+ "fields": {
481
+ "minPos": {
482
+ "type": "int32",
483
+ "id": 1
484
+ },
485
+ "maxPos": {
486
+ "type": "int32",
487
+ "id": 2
488
+ },
489
+ "active": {
490
+ "type": "int32",
491
+ "id": 3
492
+ },
493
+ "elevation": {
494
+ "type": "int32",
495
+ "id": 4
496
+ }
497
+ }
498
+ },
499
+ "RiverTile": {
500
+ "edition": "proto2",
501
+ "fields": {
502
+ "north": {
503
+ "type": "RiverEdge",
504
+ "id": 1
505
+ },
506
+ "south": {
507
+ "type": "RiverEdge",
508
+ "id": 2
509
+ },
510
+ "east": {
511
+ "type": "RiverEdge",
512
+ "id": 3
513
+ },
514
+ "west": {
515
+ "type": "RiverEdge",
516
+ "id": 4
517
+ }
518
+ }
519
+ },
520
+ "MatterState": {
521
+ "edition": "proto2",
522
+ "values": {
523
+ "Solid": 0,
524
+ "Liquid": 1,
525
+ "Gas": 2,
526
+ "Powder": 3,
527
+ "Paste": 4,
528
+ "Pressed": 5
529
+ }
530
+ },
531
+ "Spatter": {
532
+ "edition": "proto2",
533
+ "fields": {
534
+ "material": {
535
+ "type": "MatPair",
536
+ "id": 1
537
+ },
538
+ "amount": {
539
+ "type": "int32",
540
+ "id": 2
541
+ },
542
+ "state": {
543
+ "type": "MatterState",
544
+ "id": 3
545
+ },
546
+ "item": {
547
+ "type": "MatPair",
548
+ "id": 4
549
+ }
550
+ }
551
+ },
552
+ "SpatterPile": {
553
+ "edition": "proto2",
554
+ "fields": {
555
+ "spatters": {
556
+ "rule": "repeated",
557
+ "type": "Spatter",
558
+ "id": 1
559
+ }
560
+ }
561
+ },
562
+ "Item": {
563
+ "edition": "proto2",
564
+ "fields": {
565
+ "id": {
566
+ "type": "int32",
567
+ "id": 1
568
+ },
569
+ "pos": {
570
+ "type": "Coord",
571
+ "id": 2
572
+ },
573
+ "flags1": {
574
+ "type": "uint32",
575
+ "id": 3
576
+ },
577
+ "flags2": {
578
+ "type": "uint32",
579
+ "id": 4
580
+ },
581
+ "type": {
582
+ "type": "MatPair",
583
+ "id": 5
584
+ },
585
+ "material": {
586
+ "type": "MatPair",
587
+ "id": 6
588
+ },
589
+ "dye": {
590
+ "type": "ColorDefinition",
591
+ "id": 7
592
+ },
593
+ "stackSize": {
594
+ "type": "int32",
595
+ "id": 8
596
+ },
597
+ "subposX": {
598
+ "type": "float",
599
+ "id": 9
600
+ },
601
+ "subposY": {
602
+ "type": "float",
603
+ "id": 10
604
+ },
605
+ "subposZ": {
606
+ "type": "float",
607
+ "id": 11
608
+ },
609
+ "projectile": {
610
+ "type": "bool",
611
+ "id": 12
612
+ },
613
+ "velocityX": {
614
+ "type": "float",
615
+ "id": 13
616
+ },
617
+ "velocityY": {
618
+ "type": "float",
619
+ "id": 14
620
+ },
621
+ "velocityZ": {
622
+ "type": "float",
623
+ "id": 15
624
+ },
625
+ "volume": {
626
+ "type": "int32",
627
+ "id": 16
628
+ },
629
+ "improvements": {
630
+ "rule": "repeated",
631
+ "type": "ItemImprovement",
632
+ "id": 17
633
+ },
634
+ "image": {
635
+ "type": "ArtImage",
636
+ "id": 18
637
+ }
638
+ }
639
+ },
640
+ "PlantTile": {
641
+ "edition": "proto2",
642
+ "fields": {
643
+ "trunk": {
644
+ "type": "bool",
645
+ "id": 1
646
+ },
647
+ "connectionEast": {
648
+ "type": "bool",
649
+ "id": 2
650
+ },
651
+ "connectionSouth": {
652
+ "type": "bool",
653
+ "id": 3
654
+ },
655
+ "connectionWest": {
656
+ "type": "bool",
657
+ "id": 4
658
+ },
659
+ "connectionNorth": {
660
+ "type": "bool",
661
+ "id": 5
662
+ },
663
+ "branches": {
664
+ "type": "bool",
665
+ "id": 6
666
+ },
667
+ "twigs": {
668
+ "type": "bool",
669
+ "id": 7
670
+ },
671
+ "tileType": {
672
+ "type": "TiletypeSpecial",
673
+ "id": 8
674
+ }
675
+ }
676
+ },
677
+ "TreeInfo": {
678
+ "edition": "proto2",
679
+ "fields": {
680
+ "size": {
681
+ "type": "Coord",
682
+ "id": 1
683
+ },
684
+ "tiles": {
685
+ "rule": "repeated",
686
+ "type": "PlantTile",
687
+ "id": 2
688
+ }
689
+ }
690
+ },
691
+ "PlantInstance": {
692
+ "edition": "proto2",
693
+ "fields": {
694
+ "plantType": {
695
+ "type": "int32",
696
+ "id": 1
697
+ },
698
+ "pos": {
699
+ "type": "Coord",
700
+ "id": 2
701
+ },
702
+ "treeInfo": {
703
+ "type": "TreeInfo",
704
+ "id": 3
705
+ }
706
+ }
707
+ },
708
+ "MapBlock": {
709
+ "edition": "proto2",
710
+ "fields": {
711
+ "mapX": {
712
+ "rule": "required",
713
+ "type": "int32",
714
+ "id": 1
715
+ },
716
+ "mapY": {
717
+ "rule": "required",
718
+ "type": "int32",
719
+ "id": 2
720
+ },
721
+ "mapZ": {
722
+ "rule": "required",
723
+ "type": "int32",
724
+ "id": 3
725
+ },
726
+ "tiles": {
727
+ "rule": "repeated",
728
+ "type": "int32",
729
+ "id": 4
730
+ },
731
+ "materials": {
732
+ "rule": "repeated",
733
+ "type": "MatPair",
734
+ "id": 5
735
+ },
736
+ "layerMaterials": {
737
+ "rule": "repeated",
738
+ "type": "MatPair",
739
+ "id": 6
740
+ },
741
+ "veinMaterials": {
742
+ "rule": "repeated",
743
+ "type": "MatPair",
744
+ "id": 7
745
+ },
746
+ "baseMaterials": {
747
+ "rule": "repeated",
748
+ "type": "MatPair",
749
+ "id": 8
750
+ },
751
+ "magma": {
752
+ "rule": "repeated",
753
+ "type": "int32",
754
+ "id": 9
755
+ },
756
+ "water": {
757
+ "rule": "repeated",
758
+ "type": "int32",
759
+ "id": 10
760
+ },
761
+ "hidden": {
762
+ "rule": "repeated",
763
+ "type": "bool",
764
+ "id": 11
765
+ },
766
+ "light": {
767
+ "rule": "repeated",
768
+ "type": "bool",
769
+ "id": 12
770
+ },
771
+ "subterranean": {
772
+ "rule": "repeated",
773
+ "type": "bool",
774
+ "id": 13
775
+ },
776
+ "outside": {
777
+ "rule": "repeated",
778
+ "type": "bool",
779
+ "id": 14
780
+ },
781
+ "aquifer": {
782
+ "rule": "repeated",
783
+ "type": "bool",
784
+ "id": 15
785
+ },
786
+ "waterStagnant": {
787
+ "rule": "repeated",
788
+ "type": "bool",
789
+ "id": 16
790
+ },
791
+ "waterSalt": {
792
+ "rule": "repeated",
793
+ "type": "bool",
794
+ "id": 17
795
+ },
796
+ "constructionItems": {
797
+ "rule": "repeated",
798
+ "type": "MatPair",
799
+ "id": 18
800
+ },
801
+ "buildings": {
802
+ "rule": "repeated",
803
+ "type": "BuildingInstance",
804
+ "id": 19
805
+ },
806
+ "treePercent": {
807
+ "rule": "repeated",
808
+ "type": "int32",
809
+ "id": 20
810
+ },
811
+ "treeX": {
812
+ "rule": "repeated",
813
+ "type": "int32",
814
+ "id": 21
815
+ },
816
+ "treeY": {
817
+ "rule": "repeated",
818
+ "type": "int32",
819
+ "id": 22
820
+ },
821
+ "treeZ": {
822
+ "rule": "repeated",
823
+ "type": "int32",
824
+ "id": 23
825
+ },
826
+ "tileDigDesignation": {
827
+ "rule": "repeated",
828
+ "type": "TileDigDesignation",
829
+ "id": 24
830
+ },
831
+ "spatterPile": {
832
+ "rule": "repeated",
833
+ "type": "SpatterPile",
834
+ "id": 25
835
+ },
836
+ "items": {
837
+ "rule": "repeated",
838
+ "type": "Item",
839
+ "id": 26
840
+ },
841
+ "tileDigDesignationMarker": {
842
+ "rule": "repeated",
843
+ "type": "bool",
844
+ "id": 27
845
+ },
846
+ "tileDigDesignationAuto": {
847
+ "rule": "repeated",
848
+ "type": "bool",
849
+ "id": 28
850
+ },
851
+ "grassPercent": {
852
+ "rule": "repeated",
853
+ "type": "int32",
854
+ "id": 29
855
+ },
856
+ "flows": {
857
+ "rule": "repeated",
858
+ "type": "FlowInfo",
859
+ "id": 30
860
+ }
861
+ }
862
+ },
863
+ "MatPair": {
864
+ "edition": "proto2",
865
+ "fields": {
866
+ "matType": {
867
+ "rule": "required",
868
+ "type": "int32",
869
+ "id": 1
870
+ },
871
+ "matIndex": {
872
+ "rule": "required",
873
+ "type": "int32",
874
+ "id": 2
875
+ }
876
+ }
877
+ },
878
+ "ColorDefinition": {
879
+ "edition": "proto2",
880
+ "fields": {
881
+ "red": {
882
+ "rule": "required",
883
+ "type": "int32",
884
+ "id": 1
885
+ },
886
+ "green": {
887
+ "rule": "required",
888
+ "type": "int32",
889
+ "id": 2
890
+ },
891
+ "blue": {
892
+ "rule": "required",
893
+ "type": "int32",
894
+ "id": 3
895
+ }
896
+ }
897
+ },
898
+ "MaterialDefinition": {
899
+ "edition": "proto2",
900
+ "fields": {
901
+ "matPair": {
902
+ "rule": "required",
903
+ "type": "MatPair",
904
+ "id": 1
905
+ },
906
+ "id": {
907
+ "type": "string",
908
+ "id": 2
909
+ },
910
+ "name": {
911
+ "type": "string",
912
+ "id": 3
913
+ },
914
+ "stateColor": {
915
+ "type": "ColorDefinition",
916
+ "id": 4
917
+ },
918
+ "instrument": {
919
+ "type": "ItemdefInstrument.InstrumentDef",
920
+ "id": 5
921
+ },
922
+ "upStep": {
923
+ "type": "int32",
924
+ "id": 6
925
+ },
926
+ "downStep": {
927
+ "type": "int32",
928
+ "id": 7
929
+ },
930
+ "layer": {
931
+ "type": "ArmorLayer",
932
+ "id": 8
933
+ }
934
+ }
935
+ },
936
+ "BuildingType": {
937
+ "edition": "proto2",
938
+ "fields": {
939
+ "buildingType": {
940
+ "rule": "required",
941
+ "type": "int32",
942
+ "id": 1
943
+ },
944
+ "buildingSubtype": {
945
+ "rule": "required",
946
+ "type": "int32",
947
+ "id": 2
948
+ },
949
+ "buildingCustom": {
950
+ "rule": "required",
951
+ "type": "int32",
952
+ "id": 3
953
+ }
954
+ }
955
+ },
956
+ "BuildingDefinition": {
957
+ "edition": "proto2",
958
+ "fields": {
959
+ "buildingType": {
960
+ "rule": "required",
961
+ "type": "BuildingType",
962
+ "id": 1
963
+ },
964
+ "id": {
965
+ "type": "string",
966
+ "id": 2
967
+ },
968
+ "name": {
969
+ "type": "string",
970
+ "id": 3
971
+ }
972
+ }
973
+ },
974
+ "BuildingList": {
975
+ "edition": "proto2",
976
+ "fields": {
977
+ "buildingList": {
978
+ "rule": "repeated",
979
+ "type": "BuildingDefinition",
980
+ "id": 1
981
+ }
982
+ }
983
+ },
984
+ "MaterialList": {
985
+ "edition": "proto2",
986
+ "fields": {
987
+ "materialList": {
988
+ "rule": "repeated",
989
+ "type": "MaterialDefinition",
990
+ "id": 1
991
+ }
992
+ }
993
+ },
994
+ "Hair": {
995
+ "edition": "proto2",
996
+ "fields": {
997
+ "length": {
998
+ "type": "int32",
999
+ "id": 1
1000
+ },
1001
+ "style": {
1002
+ "type": "HairStyle",
1003
+ "id": 2
1004
+ }
1005
+ }
1006
+ },
1007
+ "BodySizeInfo": {
1008
+ "edition": "proto2",
1009
+ "fields": {
1010
+ "sizeCur": {
1011
+ "type": "int32",
1012
+ "id": 1
1013
+ },
1014
+ "sizeBase": {
1015
+ "type": "int32",
1016
+ "id": 2
1017
+ },
1018
+ "areaCur": {
1019
+ "type": "int32",
1020
+ "id": 3
1021
+ },
1022
+ "areaBase": {
1023
+ "type": "int32",
1024
+ "id": 4
1025
+ },
1026
+ "lengthCur": {
1027
+ "type": "int32",
1028
+ "id": 5
1029
+ },
1030
+ "lengthBase": {
1031
+ "type": "int32",
1032
+ "id": 6
1033
+ }
1034
+ }
1035
+ },
1036
+ "UnitAppearance": {
1037
+ "edition": "proto2",
1038
+ "fields": {
1039
+ "bodyModifiers": {
1040
+ "rule": "repeated",
1041
+ "type": "int32",
1042
+ "id": 1
1043
+ },
1044
+ "bpModifiers": {
1045
+ "rule": "repeated",
1046
+ "type": "int32",
1047
+ "id": 2
1048
+ },
1049
+ "sizeModifier": {
1050
+ "type": "int32",
1051
+ "id": 3
1052
+ },
1053
+ "colors": {
1054
+ "rule": "repeated",
1055
+ "type": "int32",
1056
+ "id": 4
1057
+ },
1058
+ "hair": {
1059
+ "type": "Hair",
1060
+ "id": 5
1061
+ },
1062
+ "beard": {
1063
+ "type": "Hair",
1064
+ "id": 6
1065
+ },
1066
+ "moustache": {
1067
+ "type": "Hair",
1068
+ "id": 7
1069
+ },
1070
+ "sideburns": {
1071
+ "type": "Hair",
1072
+ "id": 8
1073
+ },
1074
+ "physicalDescription": {
1075
+ "type": "string",
1076
+ "id": 9
1077
+ }
1078
+ }
1079
+ },
1080
+ "InventoryItem": {
1081
+ "edition": "proto2",
1082
+ "fields": {
1083
+ "mode": {
1084
+ "type": "InventoryMode",
1085
+ "id": 1
1086
+ },
1087
+ "item": {
1088
+ "type": "Item",
1089
+ "id": 2
1090
+ },
1091
+ "bodyPartId": {
1092
+ "type": "int32",
1093
+ "id": 3
1094
+ }
1095
+ }
1096
+ },
1097
+ "WoundPart": {
1098
+ "edition": "proto2",
1099
+ "fields": {
1100
+ "globalLayerIdx": {
1101
+ "type": "int32",
1102
+ "id": 1
1103
+ },
1104
+ "bodyPartId": {
1105
+ "type": "int32",
1106
+ "id": 2
1107
+ },
1108
+ "layerIdx": {
1109
+ "type": "int32",
1110
+ "id": 3
1111
+ }
1112
+ }
1113
+ },
1114
+ "UnitWound": {
1115
+ "edition": "proto2",
1116
+ "fields": {
1117
+ "parts": {
1118
+ "rule": "repeated",
1119
+ "type": "WoundPart",
1120
+ "id": 1
1121
+ },
1122
+ "severedPart": {
1123
+ "type": "bool",
1124
+ "id": 2
1125
+ }
1126
+ }
1127
+ },
1128
+ "UnitDefinition": {
1129
+ "edition": "proto2",
1130
+ "fields": {
1131
+ "id": {
1132
+ "rule": "required",
1133
+ "type": "int32",
1134
+ "id": 1
1135
+ },
1136
+ "isValid": {
1137
+ "type": "bool",
1138
+ "id": 2
1139
+ },
1140
+ "posX": {
1141
+ "type": "int32",
1142
+ "id": 3
1143
+ },
1144
+ "posY": {
1145
+ "type": "int32",
1146
+ "id": 4
1147
+ },
1148
+ "posZ": {
1149
+ "type": "int32",
1150
+ "id": 5
1151
+ },
1152
+ "race": {
1153
+ "type": "MatPair",
1154
+ "id": 6
1155
+ },
1156
+ "professionColor": {
1157
+ "type": "ColorDefinition",
1158
+ "id": 7
1159
+ },
1160
+ "flags1": {
1161
+ "type": "uint32",
1162
+ "id": 8
1163
+ },
1164
+ "flags2": {
1165
+ "type": "uint32",
1166
+ "id": 9
1167
+ },
1168
+ "flags3": {
1169
+ "type": "uint32",
1170
+ "id": 10
1171
+ },
1172
+ "isSoldier": {
1173
+ "type": "bool",
1174
+ "id": 11
1175
+ },
1176
+ "sizeInfo": {
1177
+ "type": "BodySizeInfo",
1178
+ "id": 12
1179
+ },
1180
+ "name": {
1181
+ "type": "string",
1182
+ "id": 13
1183
+ },
1184
+ "bloodMax": {
1185
+ "type": "int32",
1186
+ "id": 14
1187
+ },
1188
+ "bloodCount": {
1189
+ "type": "int32",
1190
+ "id": 15
1191
+ },
1192
+ "appearance": {
1193
+ "type": "UnitAppearance",
1194
+ "id": 16
1195
+ },
1196
+ "professionId": {
1197
+ "type": "int32",
1198
+ "id": 17
1199
+ },
1200
+ "noblePositions": {
1201
+ "rule": "repeated",
1202
+ "type": "string",
1203
+ "id": 18
1204
+ },
1205
+ "riderId": {
1206
+ "type": "int32",
1207
+ "id": 19
1208
+ },
1209
+ "inventory": {
1210
+ "rule": "repeated",
1211
+ "type": "InventoryItem",
1212
+ "id": 20
1213
+ },
1214
+ "subposX": {
1215
+ "type": "float",
1216
+ "id": 21
1217
+ },
1218
+ "subposY": {
1219
+ "type": "float",
1220
+ "id": 22
1221
+ },
1222
+ "subposZ": {
1223
+ "type": "float",
1224
+ "id": 23
1225
+ },
1226
+ "facing": {
1227
+ "type": "Coord",
1228
+ "id": 24
1229
+ },
1230
+ "age": {
1231
+ "type": "int32",
1232
+ "id": 25
1233
+ },
1234
+ "wounds": {
1235
+ "rule": "repeated",
1236
+ "type": "UnitWound",
1237
+ "id": 26
1238
+ }
1239
+ }
1240
+ },
1241
+ "UnitList": {
1242
+ "edition": "proto2",
1243
+ "fields": {
1244
+ "creatureList": {
1245
+ "rule": "repeated",
1246
+ "type": "UnitDefinition",
1247
+ "id": 1
1248
+ }
1249
+ }
1250
+ },
1251
+ "BlockRequest": {
1252
+ "edition": "proto2",
1253
+ "fields": {
1254
+ "blocksNeeded": {
1255
+ "type": "int32",
1256
+ "id": 1
1257
+ },
1258
+ "minX": {
1259
+ "type": "int32",
1260
+ "id": 2
1261
+ },
1262
+ "maxX": {
1263
+ "type": "int32",
1264
+ "id": 3
1265
+ },
1266
+ "minY": {
1267
+ "type": "int32",
1268
+ "id": 4
1269
+ },
1270
+ "maxY": {
1271
+ "type": "int32",
1272
+ "id": 5
1273
+ },
1274
+ "minZ": {
1275
+ "type": "int32",
1276
+ "id": 6
1277
+ },
1278
+ "maxZ": {
1279
+ "type": "int32",
1280
+ "id": 7
1281
+ },
1282
+ "forceReload": {
1283
+ "type": "bool",
1284
+ "id": 8
1285
+ }
1286
+ }
1287
+ },
1288
+ "BlockList": {
1289
+ "edition": "proto2",
1290
+ "fields": {
1291
+ "mapBlocks": {
1292
+ "rule": "repeated",
1293
+ "type": "MapBlock",
1294
+ "id": 1
1295
+ },
1296
+ "mapX": {
1297
+ "type": "int32",
1298
+ "id": 2
1299
+ },
1300
+ "mapY": {
1301
+ "type": "int32",
1302
+ "id": 3
1303
+ },
1304
+ "engravings": {
1305
+ "rule": "repeated",
1306
+ "type": "Engraving",
1307
+ "id": 4
1308
+ },
1309
+ "oceanWaves": {
1310
+ "rule": "repeated",
1311
+ "type": "Wave",
1312
+ "id": 5
1313
+ }
1314
+ }
1315
+ },
1316
+ "PlantDef": {
1317
+ "edition": "proto2",
1318
+ "fields": {
1319
+ "posX": {
1320
+ "rule": "required",
1321
+ "type": "int32",
1322
+ "id": 1
1323
+ },
1324
+ "posY": {
1325
+ "rule": "required",
1326
+ "type": "int32",
1327
+ "id": 2
1328
+ },
1329
+ "posZ": {
1330
+ "rule": "required",
1331
+ "type": "int32",
1332
+ "id": 3
1333
+ },
1334
+ "index": {
1335
+ "rule": "required",
1336
+ "type": "int32",
1337
+ "id": 4
1338
+ }
1339
+ }
1340
+ },
1341
+ "PlantList": {
1342
+ "edition": "proto2",
1343
+ "fields": {
1344
+ "plantList": {
1345
+ "rule": "repeated",
1346
+ "type": "PlantDef",
1347
+ "id": 1
1348
+ }
1349
+ }
1350
+ },
1351
+ "ViewInfo": {
1352
+ "edition": "proto2",
1353
+ "fields": {
1354
+ "viewPosX": {
1355
+ "type": "int32",
1356
+ "id": 1
1357
+ },
1358
+ "viewPosY": {
1359
+ "type": "int32",
1360
+ "id": 2
1361
+ },
1362
+ "viewPosZ": {
1363
+ "type": "int32",
1364
+ "id": 3
1365
+ },
1366
+ "viewSizeX": {
1367
+ "type": "int32",
1368
+ "id": 4
1369
+ },
1370
+ "viewSizeY": {
1371
+ "type": "int32",
1372
+ "id": 5
1373
+ },
1374
+ "cursorPosX": {
1375
+ "type": "int32",
1376
+ "id": 6
1377
+ },
1378
+ "cursorPosY": {
1379
+ "type": "int32",
1380
+ "id": 7
1381
+ },
1382
+ "cursorPosZ": {
1383
+ "type": "int32",
1384
+ "id": 8
1385
+ },
1386
+ "followUnitId": {
1387
+ "type": "int32",
1388
+ "id": 9,
1389
+ "options": {
1390
+ "default": -1
1391
+ }
1392
+ },
1393
+ "followItemId": {
1394
+ "type": "int32",
1395
+ "id": 10,
1396
+ "options": {
1397
+ "default": -1
1398
+ }
1399
+ }
1400
+ }
1401
+ },
1402
+ "MapInfo": {
1403
+ "edition": "proto2",
1404
+ "fields": {
1405
+ "blockSizeX": {
1406
+ "type": "int32",
1407
+ "id": 1
1408
+ },
1409
+ "blockSizeY": {
1410
+ "type": "int32",
1411
+ "id": 2
1412
+ },
1413
+ "blockSizeZ": {
1414
+ "type": "int32",
1415
+ "id": 3
1416
+ },
1417
+ "blockPosX": {
1418
+ "type": "int32",
1419
+ "id": 4
1420
+ },
1421
+ "blockPosY": {
1422
+ "type": "int32",
1423
+ "id": 5
1424
+ },
1425
+ "blockPosZ": {
1426
+ "type": "int32",
1427
+ "id": 6
1428
+ },
1429
+ "worldName": {
1430
+ "type": "string",
1431
+ "id": 7
1432
+ },
1433
+ "worldNameEnglish": {
1434
+ "type": "string",
1435
+ "id": 8
1436
+ },
1437
+ "saveName": {
1438
+ "type": "string",
1439
+ "id": 9
1440
+ }
1441
+ }
1442
+ },
1443
+ "FrontType": {
1444
+ "edition": "proto2",
1445
+ "values": {
1446
+ "FRONT_NONE": 0,
1447
+ "FRONT_WARM": 1,
1448
+ "FRONT_COLD": 2,
1449
+ "FRONT_OCCLUDED": 3
1450
+ }
1451
+ },
1452
+ "CumulusType": {
1453
+ "edition": "proto2",
1454
+ "values": {
1455
+ "CUMULUS_NONE": 0,
1456
+ "CUMULUS_MEDIUM": 1,
1457
+ "CUMULUS_MULTI": 2,
1458
+ "CUMULUS_NIMBUS": 3
1459
+ }
1460
+ },
1461
+ "StratusType": {
1462
+ "edition": "proto2",
1463
+ "values": {
1464
+ "STRATUS_NONE": 0,
1465
+ "STRATUS_ALTO": 1,
1466
+ "STRATUS_PROPER": 2,
1467
+ "STRATUS_NIMBUS": 3
1468
+ }
1469
+ },
1470
+ "FogType": {
1471
+ "edition": "proto2",
1472
+ "values": {
1473
+ "FOG_NONE": 0,
1474
+ "FOG_MIST": 1,
1475
+ "FOG_NORMAL": 2,
1476
+ "F0G_THICK": 3
1477
+ }
1478
+ },
1479
+ "Cloud": {
1480
+ "edition": "proto2",
1481
+ "fields": {
1482
+ "front": {
1483
+ "type": "FrontType",
1484
+ "id": 1
1485
+ },
1486
+ "cumulus": {
1487
+ "type": "CumulusType",
1488
+ "id": 2
1489
+ },
1490
+ "cirrus": {
1491
+ "type": "bool",
1492
+ "id": 3
1493
+ },
1494
+ "stratus": {
1495
+ "type": "StratusType",
1496
+ "id": 4
1497
+ },
1498
+ "fog": {
1499
+ "type": "FogType",
1500
+ "id": 5
1501
+ }
1502
+ }
1503
+ },
1504
+ "WorldMap": {
1505
+ "edition": "proto2",
1506
+ "fields": {
1507
+ "worldWidth": {
1508
+ "rule": "required",
1509
+ "type": "int32",
1510
+ "id": 1
1511
+ },
1512
+ "worldHeight": {
1513
+ "rule": "required",
1514
+ "type": "int32",
1515
+ "id": 2
1516
+ },
1517
+ "name": {
1518
+ "type": "string",
1519
+ "id": 3
1520
+ },
1521
+ "nameEnglish": {
1522
+ "type": "string",
1523
+ "id": 4
1524
+ },
1525
+ "elevation": {
1526
+ "rule": "repeated",
1527
+ "type": "int32",
1528
+ "id": 5
1529
+ },
1530
+ "rainfall": {
1531
+ "rule": "repeated",
1532
+ "type": "int32",
1533
+ "id": 6
1534
+ },
1535
+ "vegetation": {
1536
+ "rule": "repeated",
1537
+ "type": "int32",
1538
+ "id": 7
1539
+ },
1540
+ "temperature": {
1541
+ "rule": "repeated",
1542
+ "type": "int32",
1543
+ "id": 8
1544
+ },
1545
+ "evilness": {
1546
+ "rule": "repeated",
1547
+ "type": "int32",
1548
+ "id": 9
1549
+ },
1550
+ "drainage": {
1551
+ "rule": "repeated",
1552
+ "type": "int32",
1553
+ "id": 10
1554
+ },
1555
+ "volcanism": {
1556
+ "rule": "repeated",
1557
+ "type": "int32",
1558
+ "id": 11
1559
+ },
1560
+ "savagery": {
1561
+ "rule": "repeated",
1562
+ "type": "int32",
1563
+ "id": 12
1564
+ },
1565
+ "clouds": {
1566
+ "rule": "repeated",
1567
+ "type": "Cloud",
1568
+ "id": 13
1569
+ },
1570
+ "salinity": {
1571
+ "rule": "repeated",
1572
+ "type": "int32",
1573
+ "id": 14
1574
+ },
1575
+ "mapX": {
1576
+ "type": "int32",
1577
+ "id": 15
1578
+ },
1579
+ "mapY": {
1580
+ "type": "int32",
1581
+ "id": 16
1582
+ },
1583
+ "centerX": {
1584
+ "type": "int32",
1585
+ "id": 17
1586
+ },
1587
+ "centerY": {
1588
+ "type": "int32",
1589
+ "id": 18
1590
+ },
1591
+ "centerZ": {
1592
+ "type": "int32",
1593
+ "id": 19
1594
+ },
1595
+ "curYear": {
1596
+ "type": "int32",
1597
+ "id": 20
1598
+ },
1599
+ "curYearTick": {
1600
+ "type": "int32",
1601
+ "id": 21
1602
+ },
1603
+ "worldPoles": {
1604
+ "type": "WorldPoles",
1605
+ "id": 22
1606
+ },
1607
+ "riverTiles": {
1608
+ "rule": "repeated",
1609
+ "type": "RiverTile",
1610
+ "id": 23
1611
+ },
1612
+ "waterElevation": {
1613
+ "rule": "repeated",
1614
+ "type": "int32",
1615
+ "id": 24
1616
+ },
1617
+ "regionTiles": {
1618
+ "rule": "repeated",
1619
+ "type": "RegionTile",
1620
+ "id": 25
1621
+ }
1622
+ }
1623
+ },
1624
+ "SiteRealizationBuildingWall": {
1625
+ "edition": "proto2",
1626
+ "fields": {
1627
+ "startX": {
1628
+ "type": "int32",
1629
+ "id": 1
1630
+ },
1631
+ "startY": {
1632
+ "type": "int32",
1633
+ "id": 2
1634
+ },
1635
+ "startZ": {
1636
+ "type": "int32",
1637
+ "id": 3
1638
+ },
1639
+ "endX": {
1640
+ "type": "int32",
1641
+ "id": 4
1642
+ },
1643
+ "endY": {
1644
+ "type": "int32",
1645
+ "id": 5
1646
+ },
1647
+ "endZ": {
1648
+ "type": "int32",
1649
+ "id": 6
1650
+ }
1651
+ }
1652
+ },
1653
+ "SiteRealizationBuildingTower": {
1654
+ "edition": "proto2",
1655
+ "fields": {
1656
+ "roofZ": {
1657
+ "type": "int32",
1658
+ "id": 1
1659
+ },
1660
+ "round": {
1661
+ "type": "bool",
1662
+ "id": 2
1663
+ },
1664
+ "goblin": {
1665
+ "type": "bool",
1666
+ "id": 3
1667
+ }
1668
+ }
1669
+ },
1670
+ "TrenchSpoke": {
1671
+ "edition": "proto2",
1672
+ "fields": {
1673
+ "moundStart": {
1674
+ "type": "int32",
1675
+ "id": 1
1676
+ },
1677
+ "trenchStart": {
1678
+ "type": "int32",
1679
+ "id": 2
1680
+ },
1681
+ "trenchEnd": {
1682
+ "type": "int32",
1683
+ "id": 3
1684
+ },
1685
+ "moundEnd": {
1686
+ "type": "int32",
1687
+ "id": 4
1688
+ }
1689
+ }
1690
+ },
1691
+ "SiteRealizationBuildingTrenches": {
1692
+ "edition": "proto2",
1693
+ "fields": {
1694
+ "spokes": {
1695
+ "rule": "repeated",
1696
+ "type": "TrenchSpoke",
1697
+ "id": 1
1698
+ }
1699
+ }
1700
+ },
1701
+ "SiteRealizationBuilding": {
1702
+ "edition": "proto2",
1703
+ "fields": {
1704
+ "id": {
1705
+ "type": "int32",
1706
+ "id": 1
1707
+ },
1708
+ "minX": {
1709
+ "type": "int32",
1710
+ "id": 3
1711
+ },
1712
+ "minY": {
1713
+ "type": "int32",
1714
+ "id": 4
1715
+ },
1716
+ "maxX": {
1717
+ "type": "int32",
1718
+ "id": 5
1719
+ },
1720
+ "maxY": {
1721
+ "type": "int32",
1722
+ "id": 6
1723
+ },
1724
+ "material": {
1725
+ "type": "MatPair",
1726
+ "id": 7
1727
+ },
1728
+ "wallInfo": {
1729
+ "type": "SiteRealizationBuildingWall",
1730
+ "id": 8
1731
+ },
1732
+ "towerInfo": {
1733
+ "type": "SiteRealizationBuildingTower",
1734
+ "id": 9
1735
+ },
1736
+ "trenchInfo": {
1737
+ "type": "SiteRealizationBuildingTrenches",
1738
+ "id": 10
1739
+ },
1740
+ "type": {
1741
+ "type": "int32",
1742
+ "id": 11
1743
+ }
1744
+ }
1745
+ },
1746
+ "RegionTile": {
1747
+ "edition": "proto2",
1748
+ "fields": {
1749
+ "elevation": {
1750
+ "type": "int32",
1751
+ "id": 1
1752
+ },
1753
+ "rainfall": {
1754
+ "type": "int32",
1755
+ "id": 2
1756
+ },
1757
+ "vegetation": {
1758
+ "type": "int32",
1759
+ "id": 3
1760
+ },
1761
+ "temperature": {
1762
+ "type": "int32",
1763
+ "id": 4
1764
+ },
1765
+ "evilness": {
1766
+ "type": "int32",
1767
+ "id": 5
1768
+ },
1769
+ "drainage": {
1770
+ "type": "int32",
1771
+ "id": 6
1772
+ },
1773
+ "volcanism": {
1774
+ "type": "int32",
1775
+ "id": 7
1776
+ },
1777
+ "savagery": {
1778
+ "type": "int32",
1779
+ "id": 8
1780
+ },
1781
+ "salinity": {
1782
+ "type": "int32",
1783
+ "id": 9
1784
+ },
1785
+ "riverTiles": {
1786
+ "type": "RiverTile",
1787
+ "id": 10
1788
+ },
1789
+ "waterElevation": {
1790
+ "type": "int32",
1791
+ "id": 11
1792
+ },
1793
+ "surfaceMaterial": {
1794
+ "type": "MatPair",
1795
+ "id": 12
1796
+ },
1797
+ "plantMaterials": {
1798
+ "rule": "repeated",
1799
+ "type": "MatPair",
1800
+ "id": 13
1801
+ },
1802
+ "buildings": {
1803
+ "rule": "repeated",
1804
+ "type": "SiteRealizationBuilding",
1805
+ "id": 14
1806
+ },
1807
+ "stoneMaterials": {
1808
+ "rule": "repeated",
1809
+ "type": "MatPair",
1810
+ "id": 15
1811
+ },
1812
+ "treeMaterials": {
1813
+ "rule": "repeated",
1814
+ "type": "MatPair",
1815
+ "id": 16
1816
+ },
1817
+ "snow": {
1818
+ "type": "int32",
1819
+ "id": 17
1820
+ }
1821
+ }
1822
+ },
1823
+ "RegionMap": {
1824
+ "edition": "proto2",
1825
+ "fields": {
1826
+ "mapX": {
1827
+ "type": "int32",
1828
+ "id": 1
1829
+ },
1830
+ "mapY": {
1831
+ "type": "int32",
1832
+ "id": 2
1833
+ },
1834
+ "name": {
1835
+ "type": "string",
1836
+ "id": 3
1837
+ },
1838
+ "nameEnglish": {
1839
+ "type": "string",
1840
+ "id": 4
1841
+ },
1842
+ "tiles": {
1843
+ "rule": "repeated",
1844
+ "type": "RegionTile",
1845
+ "id": 5
1846
+ }
1847
+ }
1848
+ },
1849
+ "RegionMaps": {
1850
+ "edition": "proto2",
1851
+ "fields": {
1852
+ "worldMaps": {
1853
+ "rule": "repeated",
1854
+ "type": "WorldMap",
1855
+ "id": 1
1856
+ },
1857
+ "regionMaps": {
1858
+ "rule": "repeated",
1859
+ "type": "RegionMap",
1860
+ "id": 2
1861
+ }
1862
+ }
1863
+ },
1864
+ "PatternType": {
1865
+ "edition": "proto2",
1866
+ "values": {
1867
+ "MONOTONE": 0,
1868
+ "STRIPES": 1,
1869
+ "IRIS_EYE": 2,
1870
+ "SPOTS": 3,
1871
+ "PUPIL_EYE": 4,
1872
+ "MOTTLED": 5
1873
+ }
1874
+ },
1875
+ "PatternDescriptor": {
1876
+ "edition": "proto2",
1877
+ "fields": {
1878
+ "id": {
1879
+ "type": "string",
1880
+ "id": 1
1881
+ },
1882
+ "colors": {
1883
+ "rule": "repeated",
1884
+ "type": "ColorDefinition",
1885
+ "id": 2
1886
+ },
1887
+ "pattern": {
1888
+ "type": "PatternType",
1889
+ "id": 3
1890
+ }
1891
+ }
1892
+ },
1893
+ "ColorModifierRaw": {
1894
+ "edition": "proto2",
1895
+ "fields": {
1896
+ "patterns": {
1897
+ "rule": "repeated",
1898
+ "type": "PatternDescriptor",
1899
+ "id": 1
1900
+ },
1901
+ "bodyPartId": {
1902
+ "rule": "repeated",
1903
+ "type": "int32",
1904
+ "id": 2
1905
+ },
1906
+ "tissueLayerId": {
1907
+ "rule": "repeated",
1908
+ "type": "int32",
1909
+ "id": 3
1910
+ },
1911
+ "startDate": {
1912
+ "type": "int32",
1913
+ "id": 4
1914
+ },
1915
+ "endDate": {
1916
+ "type": "int32",
1917
+ "id": 5
1918
+ },
1919
+ "part": {
1920
+ "type": "string",
1921
+ "id": 6
1922
+ }
1923
+ }
1924
+ },
1925
+ "BodyPartLayerRaw": {
1926
+ "edition": "proto2",
1927
+ "fields": {
1928
+ "layerName": {
1929
+ "type": "string",
1930
+ "id": 1
1931
+ },
1932
+ "tissueId": {
1933
+ "type": "int32",
1934
+ "id": 2
1935
+ },
1936
+ "layerDepth": {
1937
+ "type": "int32",
1938
+ "id": 3
1939
+ },
1940
+ "bpModifiers": {
1941
+ "rule": "repeated",
1942
+ "type": "int32",
1943
+ "id": 4
1944
+ }
1945
+ }
1946
+ },
1947
+ "BodyPartRaw": {
1948
+ "edition": "proto2",
1949
+ "fields": {
1950
+ "token": {
1951
+ "type": "string",
1952
+ "id": 1
1953
+ },
1954
+ "category": {
1955
+ "type": "string",
1956
+ "id": 2
1957
+ },
1958
+ "parent": {
1959
+ "type": "int32",
1960
+ "id": 3
1961
+ },
1962
+ "flags": {
1963
+ "rule": "repeated",
1964
+ "type": "bool",
1965
+ "id": 4
1966
+ },
1967
+ "layers": {
1968
+ "rule": "repeated",
1969
+ "type": "BodyPartLayerRaw",
1970
+ "id": 5
1971
+ },
1972
+ "relsize": {
1973
+ "type": "int32",
1974
+ "id": 6
1975
+ }
1976
+ }
1977
+ },
1978
+ "BpAppearanceModifier": {
1979
+ "edition": "proto2",
1980
+ "fields": {
1981
+ "type": {
1982
+ "type": "string",
1983
+ "id": 1
1984
+ },
1985
+ "modMin": {
1986
+ "type": "int32",
1987
+ "id": 2
1988
+ },
1989
+ "modMax": {
1990
+ "type": "int32",
1991
+ "id": 3
1992
+ }
1993
+ }
1994
+ },
1995
+ "TissueRaw": {
1996
+ "edition": "proto2",
1997
+ "fields": {
1998
+ "id": {
1999
+ "type": "string",
2000
+ "id": 1
2001
+ },
2002
+ "name": {
2003
+ "type": "string",
2004
+ "id": 2
2005
+ },
2006
+ "material": {
2007
+ "type": "MatPair",
2008
+ "id": 3
2009
+ },
2010
+ "subordinateToTissue": {
2011
+ "type": "string",
2012
+ "id": 4
2013
+ }
2014
+ }
2015
+ },
2016
+ "CasteRaw": {
2017
+ "edition": "proto2",
2018
+ "fields": {
2019
+ "index": {
2020
+ "type": "int32",
2021
+ "id": 1
2022
+ },
2023
+ "casteId": {
2024
+ "type": "string",
2025
+ "id": 2
2026
+ },
2027
+ "casteName": {
2028
+ "rule": "repeated",
2029
+ "type": "string",
2030
+ "id": 3
2031
+ },
2032
+ "babyName": {
2033
+ "rule": "repeated",
2034
+ "type": "string",
2035
+ "id": 4
2036
+ },
2037
+ "childName": {
2038
+ "rule": "repeated",
2039
+ "type": "string",
2040
+ "id": 5
2041
+ },
2042
+ "gender": {
2043
+ "type": "int32",
2044
+ "id": 6
2045
+ },
2046
+ "bodyParts": {
2047
+ "rule": "repeated",
2048
+ "type": "BodyPartRaw",
2049
+ "id": 7
2050
+ },
2051
+ "totalRelsize": {
2052
+ "type": "int32",
2053
+ "id": 8
2054
+ },
2055
+ "modifiers": {
2056
+ "rule": "repeated",
2057
+ "type": "BpAppearanceModifier",
2058
+ "id": 9
2059
+ },
2060
+ "modifierIdx": {
2061
+ "rule": "repeated",
2062
+ "type": "int32",
2063
+ "id": 10
2064
+ },
2065
+ "partIdx": {
2066
+ "rule": "repeated",
2067
+ "type": "int32",
2068
+ "id": 11
2069
+ },
2070
+ "layerIdx": {
2071
+ "rule": "repeated",
2072
+ "type": "int32",
2073
+ "id": 12
2074
+ },
2075
+ "bodyAppearanceModifiers": {
2076
+ "rule": "repeated",
2077
+ "type": "BpAppearanceModifier",
2078
+ "id": 13
2079
+ },
2080
+ "colorModifiers": {
2081
+ "rule": "repeated",
2082
+ "type": "ColorModifierRaw",
2083
+ "id": 14
2084
+ },
2085
+ "description": {
2086
+ "type": "string",
2087
+ "id": 15
2088
+ },
2089
+ "adultSize": {
2090
+ "type": "int32",
2091
+ "id": 16
2092
+ }
2093
+ }
2094
+ },
2095
+ "CreatureRaw": {
2096
+ "edition": "proto2",
2097
+ "fields": {
2098
+ "index": {
2099
+ "type": "int32",
2100
+ "id": 1
2101
+ },
2102
+ "creatureId": {
2103
+ "type": "string",
2104
+ "id": 2
2105
+ },
2106
+ "name": {
2107
+ "rule": "repeated",
2108
+ "type": "string",
2109
+ "id": 3
2110
+ },
2111
+ "generalBabyName": {
2112
+ "rule": "repeated",
2113
+ "type": "string",
2114
+ "id": 4
2115
+ },
2116
+ "generalChildName": {
2117
+ "rule": "repeated",
2118
+ "type": "string",
2119
+ "id": 5
2120
+ },
2121
+ "creatureTile": {
2122
+ "type": "int32",
2123
+ "id": 6
2124
+ },
2125
+ "creatureSoldierTile": {
2126
+ "type": "int32",
2127
+ "id": 7
2128
+ },
2129
+ "color": {
2130
+ "type": "ColorDefinition",
2131
+ "id": 8
2132
+ },
2133
+ "adultsize": {
2134
+ "type": "int32",
2135
+ "id": 9
2136
+ },
2137
+ "caste": {
2138
+ "rule": "repeated",
2139
+ "type": "CasteRaw",
2140
+ "id": 10
2141
+ },
2142
+ "tissues": {
2143
+ "rule": "repeated",
2144
+ "type": "TissueRaw",
2145
+ "id": 11
2146
+ },
2147
+ "flags": {
2148
+ "rule": "repeated",
2149
+ "type": "bool",
2150
+ "id": 12
2151
+ }
2152
+ }
2153
+ },
2154
+ "CreatureRawList": {
2155
+ "edition": "proto2",
2156
+ "fields": {
2157
+ "creatureRaws": {
2158
+ "rule": "repeated",
2159
+ "type": "CreatureRaw",
2160
+ "id": 1
2161
+ }
2162
+ }
2163
+ },
2164
+ "Army": {
2165
+ "edition": "proto2",
2166
+ "fields": {
2167
+ "id": {
2168
+ "type": "int32",
2169
+ "id": 1
2170
+ },
2171
+ "posX": {
2172
+ "type": "int32",
2173
+ "id": 2
2174
+ },
2175
+ "posY": {
2176
+ "type": "int32",
2177
+ "id": 3
2178
+ },
2179
+ "posZ": {
2180
+ "type": "int32",
2181
+ "id": 4
2182
+ },
2183
+ "leader": {
2184
+ "type": "UnitDefinition",
2185
+ "id": 5
2186
+ },
2187
+ "members": {
2188
+ "rule": "repeated",
2189
+ "type": "UnitDefinition",
2190
+ "id": 6
2191
+ },
2192
+ "flags": {
2193
+ "type": "uint32",
2194
+ "id": 7
2195
+ }
2196
+ }
2197
+ },
2198
+ "ArmyList": {
2199
+ "edition": "proto2",
2200
+ "fields": {
2201
+ "armies": {
2202
+ "rule": "repeated",
2203
+ "type": "Army",
2204
+ "id": 1
2205
+ }
2206
+ }
2207
+ },
2208
+ "GrowthPrint": {
2209
+ "edition": "proto2",
2210
+ "fields": {
2211
+ "priority": {
2212
+ "type": "int32",
2213
+ "id": 1
2214
+ },
2215
+ "color": {
2216
+ "type": "int32",
2217
+ "id": 2
2218
+ },
2219
+ "timingStart": {
2220
+ "type": "int32",
2221
+ "id": 3
2222
+ },
2223
+ "timingEnd": {
2224
+ "type": "int32",
2225
+ "id": 4
2226
+ },
2227
+ "tile": {
2228
+ "type": "int32",
2229
+ "id": 5
2230
+ }
2231
+ }
2232
+ },
2233
+ "TreeGrowth": {
2234
+ "edition": "proto2",
2235
+ "fields": {
2236
+ "index": {
2237
+ "type": "int32",
2238
+ "id": 1
2239
+ },
2240
+ "id": {
2241
+ "type": "string",
2242
+ "id": 2
2243
+ },
2244
+ "name": {
2245
+ "type": "string",
2246
+ "id": 3
2247
+ },
2248
+ "mat": {
2249
+ "type": "MatPair",
2250
+ "id": 4
2251
+ },
2252
+ "prints": {
2253
+ "rule": "repeated",
2254
+ "type": "GrowthPrint",
2255
+ "id": 5
2256
+ },
2257
+ "timingStart": {
2258
+ "type": "int32",
2259
+ "id": 6
2260
+ },
2261
+ "timingEnd": {
2262
+ "type": "int32",
2263
+ "id": 7
2264
+ },
2265
+ "twigs": {
2266
+ "type": "bool",
2267
+ "id": 8
2268
+ },
2269
+ "lightBranches": {
2270
+ "type": "bool",
2271
+ "id": 9
2272
+ },
2273
+ "heavyBranches": {
2274
+ "type": "bool",
2275
+ "id": 10
2276
+ },
2277
+ "trunk": {
2278
+ "type": "bool",
2279
+ "id": 11
2280
+ },
2281
+ "roots": {
2282
+ "type": "bool",
2283
+ "id": 12
2284
+ },
2285
+ "cap": {
2286
+ "type": "bool",
2287
+ "id": 13
2288
+ },
2289
+ "sapling": {
2290
+ "type": "bool",
2291
+ "id": 14
2292
+ },
2293
+ "trunkHeightStart": {
2294
+ "type": "int32",
2295
+ "id": 15
2296
+ },
2297
+ "trunkHeightEnd": {
2298
+ "type": "int32",
2299
+ "id": 16
2300
+ }
2301
+ }
2302
+ },
2303
+ "PlantRaw": {
2304
+ "edition": "proto2",
2305
+ "fields": {
2306
+ "index": {
2307
+ "type": "int32",
2308
+ "id": 1
2309
+ },
2310
+ "id": {
2311
+ "type": "string",
2312
+ "id": 2
2313
+ },
2314
+ "name": {
2315
+ "type": "string",
2316
+ "id": 3
2317
+ },
2318
+ "growths": {
2319
+ "rule": "repeated",
2320
+ "type": "TreeGrowth",
2321
+ "id": 4
2322
+ },
2323
+ "tile": {
2324
+ "type": "int32",
2325
+ "id": 5
2326
+ }
2327
+ }
2328
+ },
2329
+ "PlantRawList": {
2330
+ "edition": "proto2",
2331
+ "fields": {
2332
+ "plantRaws": {
2333
+ "rule": "repeated",
2334
+ "type": "PlantRaw",
2335
+ "id": 1
2336
+ }
2337
+ }
2338
+ },
2339
+ "ScreenTile": {
2340
+ "edition": "proto2",
2341
+ "fields": {
2342
+ "character": {
2343
+ "type": "uint32",
2344
+ "id": 1
2345
+ },
2346
+ "foreground": {
2347
+ "type": "uint32",
2348
+ "id": 2
2349
+ },
2350
+ "background": {
2351
+ "type": "uint32",
2352
+ "id": 3
2353
+ }
2354
+ }
2355
+ },
2356
+ "ScreenCapture": {
2357
+ "edition": "proto2",
2358
+ "fields": {
2359
+ "width": {
2360
+ "type": "uint32",
2361
+ "id": 1
2362
+ },
2363
+ "height": {
2364
+ "type": "uint32",
2365
+ "id": 2
2366
+ },
2367
+ "tiles": {
2368
+ "rule": "repeated",
2369
+ "type": "ScreenTile",
2370
+ "id": 3
2371
+ }
2372
+ }
2373
+ },
2374
+ "KeyboardEvent": {
2375
+ "edition": "proto2",
2376
+ "fields": {
2377
+ "type": {
2378
+ "type": "uint32",
2379
+ "id": 1
2380
+ },
2381
+ "which": {
2382
+ "type": "uint32",
2383
+ "id": 2
2384
+ },
2385
+ "state": {
2386
+ "type": "uint32",
2387
+ "id": 3
2388
+ },
2389
+ "scancode": {
2390
+ "type": "uint32",
2391
+ "id": 4
2392
+ },
2393
+ "sym": {
2394
+ "type": "uint32",
2395
+ "id": 5
2396
+ },
2397
+ "mod": {
2398
+ "type": "uint32",
2399
+ "id": 6
2400
+ },
2401
+ "unicode": {
2402
+ "type": "uint32",
2403
+ "id": 7
2404
+ }
2405
+ }
2406
+ },
2407
+ "DigCommand": {
2408
+ "edition": "proto2",
2409
+ "fields": {
2410
+ "designation": {
2411
+ "type": "TileDigDesignation",
2412
+ "id": 1
2413
+ },
2414
+ "locations": {
2415
+ "rule": "repeated",
2416
+ "type": "Coord",
2417
+ "id": 2
2418
+ }
2419
+ }
2420
+ },
2421
+ "SingleBool": {
2422
+ "edition": "proto2",
2423
+ "fields": {
2424
+ "Value": {
2425
+ "type": "bool",
2426
+ "id": 1
2427
+ }
2428
+ }
2429
+ },
2430
+ "VersionInfo": {
2431
+ "edition": "proto2",
2432
+ "fields": {
2433
+ "dwarfFortressVersion": {
2434
+ "type": "string",
2435
+ "id": 1
2436
+ },
2437
+ "dfhackVersion": {
2438
+ "type": "string",
2439
+ "id": 2
2440
+ },
2441
+ "remoteFortressReaderVersion": {
2442
+ "type": "string",
2443
+ "id": 3
2444
+ }
2445
+ }
2446
+ },
2447
+ "ListRequest": {
2448
+ "edition": "proto2",
2449
+ "fields": {
2450
+ "listStart": {
2451
+ "type": "int32",
2452
+ "id": 1
2453
+ },
2454
+ "listEnd": {
2455
+ "type": "int32",
2456
+ "id": 2
2457
+ }
2458
+ }
2459
+ },
2460
+ "Report": {
2461
+ "edition": "proto2",
2462
+ "fields": {
2463
+ "type": {
2464
+ "type": "int32",
2465
+ "id": 1
2466
+ },
2467
+ "text": {
2468
+ "type": "string",
2469
+ "id": 2
2470
+ },
2471
+ "color": {
2472
+ "type": "ColorDefinition",
2473
+ "id": 3
2474
+ },
2475
+ "duration": {
2476
+ "type": "int32",
2477
+ "id": 4
2478
+ },
2479
+ "continuation": {
2480
+ "type": "bool",
2481
+ "id": 5
2482
+ },
2483
+ "unconscious": {
2484
+ "type": "bool",
2485
+ "id": 6
2486
+ },
2487
+ "announcement": {
2488
+ "type": "bool",
2489
+ "id": 7
2490
+ },
2491
+ "repeatCount": {
2492
+ "type": "int32",
2493
+ "id": 8
2494
+ },
2495
+ "pos": {
2496
+ "type": "Coord",
2497
+ "id": 9
2498
+ },
2499
+ "id": {
2500
+ "type": "int32",
2501
+ "id": 10
2502
+ },
2503
+ "year": {
2504
+ "type": "int32",
2505
+ "id": 11
2506
+ },
2507
+ "time": {
2508
+ "type": "int32",
2509
+ "id": 12
2510
+ }
2511
+ }
2512
+ },
2513
+ "Status": {
2514
+ "edition": "proto2",
2515
+ "fields": {
2516
+ "reports": {
2517
+ "rule": "repeated",
2518
+ "type": "Report",
2519
+ "id": 1
2520
+ }
2521
+ }
2522
+ },
2523
+ "ShapeDescriptior": {
2524
+ "edition": "proto2",
2525
+ "fields": {
2526
+ "id": {
2527
+ "type": "string",
2528
+ "id": 1
2529
+ },
2530
+ "tile": {
2531
+ "type": "int32",
2532
+ "id": 2
2533
+ }
2534
+ }
2535
+ },
2536
+ "Language": {
2537
+ "edition": "proto2",
2538
+ "fields": {
2539
+ "shapes": {
2540
+ "rule": "repeated",
2541
+ "type": "ShapeDescriptior",
2542
+ "id": 1
2543
+ }
2544
+ }
2545
+ },
2546
+ "ItemImprovement": {
2547
+ "edition": "proto2",
2548
+ "fields": {
2549
+ "material": {
2550
+ "type": "MatPair",
2551
+ "id": 1
2552
+ },
2553
+ "shape": {
2554
+ "type": "int32",
2555
+ "id": 3
2556
+ },
2557
+ "specificType": {
2558
+ "type": "int32",
2559
+ "id": 4
2560
+ },
2561
+ "image": {
2562
+ "type": "ArtImage",
2563
+ "id": 5
2564
+ },
2565
+ "type": {
2566
+ "type": "int32",
2567
+ "id": 6
2568
+ }
2569
+ }
2570
+ },
2571
+ "ArtImageElementType": {
2572
+ "edition": "proto2",
2573
+ "values": {
2574
+ "IMAGE_CREATURE": 0,
2575
+ "IMAGE_PLANT": 1,
2576
+ "IMAGE_TREE": 2,
2577
+ "IMAGE_SHAPE": 3,
2578
+ "IMAGE_ITEM": 4
2579
+ }
2580
+ },
2581
+ "ArtImageElement": {
2582
+ "edition": "proto2",
2583
+ "fields": {
2584
+ "count": {
2585
+ "type": "int32",
2586
+ "id": 1
2587
+ },
2588
+ "type": {
2589
+ "type": "ArtImageElementType",
2590
+ "id": 2
2591
+ },
2592
+ "creatureItem": {
2593
+ "type": "MatPair",
2594
+ "id": 3
2595
+ },
2596
+ "material": {
2597
+ "type": "MatPair",
2598
+ "id": 5
2599
+ },
2600
+ "id": {
2601
+ "type": "int32",
2602
+ "id": 6
2603
+ }
2604
+ }
2605
+ },
2606
+ "ArtImagePropertyType": {
2607
+ "edition": "proto2",
2608
+ "values": {
2609
+ "TRANSITIVE_VERB": 0,
2610
+ "INTRANSITIVE_VERB": 1
2611
+ }
2612
+ },
2613
+ "ArtImageProperty": {
2614
+ "edition": "proto2",
2615
+ "fields": {
2616
+ "subject": {
2617
+ "type": "int32",
2618
+ "id": 1
2619
+ },
2620
+ "object": {
2621
+ "type": "int32",
2622
+ "id": 2
2623
+ },
2624
+ "verb": {
2625
+ "type": "ArtImageVerb",
2626
+ "id": 3
2627
+ },
2628
+ "type": {
2629
+ "type": "ArtImagePropertyType",
2630
+ "id": 4
2631
+ }
2632
+ }
2633
+ },
2634
+ "ArtImage": {
2635
+ "edition": "proto2",
2636
+ "fields": {
2637
+ "elements": {
2638
+ "rule": "repeated",
2639
+ "type": "ArtImageElement",
2640
+ "id": 1
2641
+ },
2642
+ "id": {
2643
+ "type": "MatPair",
2644
+ "id": 2
2645
+ },
2646
+ "properties": {
2647
+ "rule": "repeated",
2648
+ "type": "ArtImageProperty",
2649
+ "id": 3
2650
+ }
2651
+ }
2652
+ },
2653
+ "Engraving": {
2654
+ "edition": "proto2",
2655
+ "fields": {
2656
+ "pos": {
2657
+ "type": "Coord",
2658
+ "id": 1
2659
+ },
2660
+ "quality": {
2661
+ "type": "int32",
2662
+ "id": 2
2663
+ },
2664
+ "tile": {
2665
+ "type": "int32",
2666
+ "id": 3
2667
+ },
2668
+ "image": {
2669
+ "type": "ArtImage",
2670
+ "id": 4
2671
+ },
2672
+ "floor": {
2673
+ "type": "bool",
2674
+ "id": 5
2675
+ },
2676
+ "west": {
2677
+ "type": "bool",
2678
+ "id": 6
2679
+ },
2680
+ "east": {
2681
+ "type": "bool",
2682
+ "id": 7
2683
+ },
2684
+ "north": {
2685
+ "type": "bool",
2686
+ "id": 8
2687
+ },
2688
+ "south": {
2689
+ "type": "bool",
2690
+ "id": 9
2691
+ },
2692
+ "hidden": {
2693
+ "type": "bool",
2694
+ "id": 10
2695
+ },
2696
+ "northwest": {
2697
+ "type": "bool",
2698
+ "id": 11
2699
+ },
2700
+ "northeast": {
2701
+ "type": "bool",
2702
+ "id": 12
2703
+ },
2704
+ "southwest": {
2705
+ "type": "bool",
2706
+ "id": 13
2707
+ },
2708
+ "southeast": {
2709
+ "type": "bool",
2710
+ "id": 14
2711
+ }
2712
+ }
2713
+ },
2714
+ "ArtImageVerb": {
2715
+ "edition": "proto2",
2716
+ "values": {
2717
+ "VERB_WITHERING": 0,
2718
+ "VERB_SURROUNDEDBY": 1,
2719
+ "VERB_MASSACRING": 2,
2720
+ "VERB_FIGHTING": 3,
2721
+ "VERB_LABORING": 4,
2722
+ "VERB_GREETING": 5,
2723
+ "VERB_REFUSING": 6,
2724
+ "VERB_SPEAKING": 7,
2725
+ "VERB_EMBRACING": 8,
2726
+ "VERB_STRIKINGDOWN": 9,
2727
+ "VERB_MENACINGPOSE": 10,
2728
+ "VERB_TRAVELING": 11,
2729
+ "VERB_RAISING": 12,
2730
+ "VERB_HIDING": 13,
2731
+ "VERB_LOOKINGCONFUSED": 14,
2732
+ "VERB_LOOKINGTERRIFIED": 15,
2733
+ "VERB_DEVOURING": 16,
2734
+ "VERB_ADMIRING": 17,
2735
+ "VERB_BURNING": 18,
2736
+ "VERB_WEEPING": 19,
2737
+ "VERB_LOOKINGDEJECTED": 20,
2738
+ "VERB_CRINGING": 21,
2739
+ "VERB_SCREAMING": 22,
2740
+ "VERB_SUBMISSIVEGESTURE": 23,
2741
+ "VERB_FETALPOSITION": 24,
2742
+ "VERB_SMEAREDINTOSPIRAL": 25,
2743
+ "VERB_FALLING": 26,
2744
+ "VERB_DEAD": 27,
2745
+ "VERB_LAUGHING": 28,
2746
+ "VERB_LOOKINGOFFENDED": 29,
2747
+ "VERB_BEINGSHOT": 30,
2748
+ "VERB_PLAINTIVEGESTURE": 31,
2749
+ "VERB_MELTING": 32,
2750
+ "VERB_SHOOTING": 33,
2751
+ "VERB_TORTURING": 34,
2752
+ "VERB_COMMITTINGDEPRAVEDACT": 35,
2753
+ "VERB_PRAYING": 36,
2754
+ "VERB_CONTEMPLATING": 37,
2755
+ "VERB_COOKING": 38,
2756
+ "VERB_ENGRAVING": 39,
2757
+ "VERB_PROSTRATING": 40,
2758
+ "VERB_SUFFERING": 41,
2759
+ "VERB_BEINGIMPALED": 42,
2760
+ "VERB_BEINGCONTORTED": 43,
2761
+ "VERB_BEINGFLAYED": 44,
2762
+ "VERB_HANGINGFROM": 45,
2763
+ "VERB_BEINGMUTILATED": 46,
2764
+ "VERB_TRIUMPHANTPOSE": 47
2765
+ }
2766
+ },
2767
+ "FlowType": {
2768
+ "edition": "proto2",
2769
+ "values": {
2770
+ "Miasma": 0,
2771
+ "Steam": 1,
2772
+ "Mist": 2,
2773
+ "MaterialDust": 3,
2774
+ "MagmaMist": 4,
2775
+ "Smoke": 5,
2776
+ "Dragonfire": 6,
2777
+ "Fire": 7,
2778
+ "Web": 8,
2779
+ "MaterialGas": 9,
2780
+ "MaterialVapor": 10,
2781
+ "OceanWave": 11,
2782
+ "SeaFoam": 12,
2783
+ "ItemCloud": 13,
2784
+ "CampFire": -1
2785
+ }
2786
+ },
2787
+ "FlowInfo": {
2788
+ "edition": "proto2",
2789
+ "fields": {
2790
+ "index": {
2791
+ "type": "int32",
2792
+ "id": 1
2793
+ },
2794
+ "type": {
2795
+ "type": "FlowType",
2796
+ "id": 2
2797
+ },
2798
+ "density": {
2799
+ "type": "int32",
2800
+ "id": 3
2801
+ },
2802
+ "pos": {
2803
+ "type": "Coord",
2804
+ "id": 4
2805
+ },
2806
+ "dest": {
2807
+ "type": "Coord",
2808
+ "id": 5
2809
+ },
2810
+ "expanding": {
2811
+ "type": "bool",
2812
+ "id": 6
2813
+ },
2814
+ "reuse": {
2815
+ "type": "bool",
2816
+ "id": 7,
2817
+ "options": {
2818
+ "deprecated": true
2819
+ }
2820
+ },
2821
+ "guideId": {
2822
+ "type": "int32",
2823
+ "id": 8
2824
+ },
2825
+ "material": {
2826
+ "type": "MatPair",
2827
+ "id": 9
2828
+ },
2829
+ "item": {
2830
+ "type": "MatPair",
2831
+ "id": 10
2832
+ },
2833
+ "dead": {
2834
+ "type": "bool",
2835
+ "id": 11
2836
+ },
2837
+ "fast": {
2838
+ "type": "bool",
2839
+ "id": 12
2840
+ },
2841
+ "creeping": {
2842
+ "type": "bool",
2843
+ "id": 13
2844
+ }
2845
+ }
2846
+ },
2847
+ "Wave": {
2848
+ "edition": "proto2",
2849
+ "fields": {
2850
+ "dest": {
2851
+ "type": "Coord",
2852
+ "id": 1
2853
+ },
2854
+ "pos": {
2855
+ "type": "Coord",
2856
+ "id": 2
2857
+ }
2858
+ }
2859
+ }
2860
+ }
2861
+ },
2862
+ "ItemdefInstrument": {
2863
+ "options": {
2864
+ "optimize_for": "LITE_RUNTIME"
2865
+ },
2866
+ "nested": {
2867
+ "InstrumentFlags": {
2868
+ "edition": "proto2",
2869
+ "fields": {
2870
+ "indefinitePitch": {
2871
+ "type": "bool",
2872
+ "id": 1
2873
+ },
2874
+ "placedAsBuilding": {
2875
+ "type": "bool",
2876
+ "id": 2
2877
+ },
2878
+ "metalMat": {
2879
+ "type": "bool",
2880
+ "id": 3
2881
+ },
2882
+ "stoneMat": {
2883
+ "type": "bool",
2884
+ "id": 4
2885
+ },
2886
+ "woodMat": {
2887
+ "type": "bool",
2888
+ "id": 5
2889
+ },
2890
+ "glassMat": {
2891
+ "type": "bool",
2892
+ "id": 6
2893
+ },
2894
+ "ceramicMat": {
2895
+ "type": "bool",
2896
+ "id": 7
2897
+ },
2898
+ "shellMat": {
2899
+ "type": "bool",
2900
+ "id": 8
2901
+ },
2902
+ "boneMat": {
2903
+ "type": "bool",
2904
+ "id": 9
2905
+ }
2906
+ }
2907
+ },
2908
+ "PitchChoiceType": {
2909
+ "edition": "proto2",
2910
+ "values": {
2911
+ "MEMBRANE_POSITION": 0,
2912
+ "SUBPART_CHOICE": 1,
2913
+ "KEYBOARD": 2,
2914
+ "STOPPING_FRET": 3,
2915
+ "STOPPING_AGAINST_BODY": 4,
2916
+ "STOPPING_HOLE": 5,
2917
+ "STOPPING_HOLE_KEY": 6,
2918
+ "SLIDE": 7,
2919
+ "HARMONIC_SERIES": 8,
2920
+ "VALVE_ROUTES_AIR": 9,
2921
+ "BP_IN_BELL": 10,
2922
+ "FOOT_PEDALS": 11
2923
+ }
2924
+ },
2925
+ "SoundProductionType": {
2926
+ "edition": "proto2",
2927
+ "values": {
2928
+ "PLUCKED_BY_BP": 0,
2929
+ "PLUCKED": 1,
2930
+ "BOWED": 2,
2931
+ "STRUCK_BY_BP": 3,
2932
+ "STRUCK": 4,
2933
+ "VIBRATE_BP_AGAINST_OPENING": 5,
2934
+ "BLOW_AGAINST_FIPPLE": 6,
2935
+ "BLOW_OVER_OPENING_SIDE": 7,
2936
+ "BLOW_OVER_OPENING_END": 8,
2937
+ "BLOW_OVER_SINGLE_REED": 9,
2938
+ "BLOW_OVER_DOUBLE_REED": 10,
2939
+ "BLOW_OVER_FREE_REED": 11,
2940
+ "STRUCK_TOGETHER": 12,
2941
+ "SHAKEN": 13,
2942
+ "SCRAPED": 14,
2943
+ "FRICTION": 15,
2944
+ "RESONATOR": 16,
2945
+ "BAG_OVER_REED": 17,
2946
+ "AIR_OVER_REED": 18,
2947
+ "AIR_OVER_FREE_REED": 19,
2948
+ "AIR_AGAINST_FIPPLE": 20
2949
+ }
2950
+ },
2951
+ "TuningType": {
2952
+ "edition": "proto2",
2953
+ "values": {
2954
+ "PEGS": 0,
2955
+ "ADJUSTABLE_BRIDGES": 1,
2956
+ "CROOKS": 2,
2957
+ "TIGHTENING": 3,
2958
+ "LEVERS": 4
2959
+ }
2960
+ },
2961
+ "InstrumentPiece": {
2962
+ "edition": "proto2",
2963
+ "fields": {
2964
+ "type": {
2965
+ "type": "string",
2966
+ "id": 1
2967
+ },
2968
+ "id": {
2969
+ "type": "string",
2970
+ "id": 2
2971
+ },
2972
+ "name": {
2973
+ "type": "string",
2974
+ "id": 3
2975
+ },
2976
+ "namePlural": {
2977
+ "type": "string",
2978
+ "id": 4
2979
+ }
2980
+ }
2981
+ },
2982
+ "InstrumentRegister": {
2983
+ "edition": "proto2",
2984
+ "fields": {
2985
+ "pitchRangeMin": {
2986
+ "type": "int32",
2987
+ "id": 1
2988
+ },
2989
+ "pitchRangeMax": {
2990
+ "type": "int32",
2991
+ "id": 2
2992
+ }
2993
+ }
2994
+ },
2995
+ "InstrumentDef": {
2996
+ "edition": "proto2",
2997
+ "fields": {
2998
+ "flags": {
2999
+ "type": "InstrumentFlags",
3000
+ "id": 1
3001
+ },
3002
+ "size": {
3003
+ "type": "int32",
3004
+ "id": 2
3005
+ },
3006
+ "value": {
3007
+ "type": "int32",
3008
+ "id": 3
3009
+ },
3010
+ "materialSize": {
3011
+ "type": "int32",
3012
+ "id": 4
3013
+ },
3014
+ "pieces": {
3015
+ "rule": "repeated",
3016
+ "type": "InstrumentPiece",
3017
+ "id": 5
3018
+ },
3019
+ "pitchRangeMin": {
3020
+ "type": "int32",
3021
+ "id": 6
3022
+ },
3023
+ "pitchRangeMax": {
3024
+ "type": "int32",
3025
+ "id": 7
3026
+ },
3027
+ "volumeMbMin": {
3028
+ "type": "int32",
3029
+ "id": 8
3030
+ },
3031
+ "volumeMbMax": {
3032
+ "type": "int32",
3033
+ "id": 9
3034
+ },
3035
+ "soundProduction": {
3036
+ "rule": "repeated",
3037
+ "type": "SoundProductionType",
3038
+ "id": 10
3039
+ },
3040
+ "soundProductionParm1": {
3041
+ "rule": "repeated",
3042
+ "type": "string",
3043
+ "id": 11
3044
+ },
3045
+ "soundProductionParm2": {
3046
+ "rule": "repeated",
3047
+ "type": "string",
3048
+ "id": 12
3049
+ },
3050
+ "pitchChoice": {
3051
+ "rule": "repeated",
3052
+ "type": "PitchChoiceType",
3053
+ "id": 13
3054
+ },
3055
+ "pitchChoiceParm1": {
3056
+ "rule": "repeated",
3057
+ "type": "string",
3058
+ "id": 14
3059
+ },
3060
+ "pitchChoiceParm2": {
3061
+ "rule": "repeated",
3062
+ "type": "string",
3063
+ "id": 15
3064
+ },
3065
+ "tuning": {
3066
+ "rule": "repeated",
3067
+ "type": "TuningType",
3068
+ "id": 16
3069
+ },
3070
+ "tuningParm": {
3071
+ "rule": "repeated",
3072
+ "type": "string",
3073
+ "id": 17
3074
+ },
3075
+ "registers": {
3076
+ "rule": "repeated",
3077
+ "type": "InstrumentRegister",
3078
+ "id": 18
3079
+ },
3080
+ "description": {
3081
+ "type": "string",
3082
+ "id": 19
3083
+ }
3084
+ }
3085
+ }
3086
+ }
3087
+ },
3088
+ "dfproto": {
3089
+ "options": {
3090
+ "optimize_for": "LITE_RUNTIME"
3091
+ },
3092
+ "nested": {
3093
+ "EnumItemName": {
3094
+ "edition": "proto2",
3095
+ "fields": {
3096
+ "value": {
3097
+ "rule": "required",
3098
+ "type": "int32",
3099
+ "id": 1
3100
+ },
3101
+ "name": {
3102
+ "type": "string",
3103
+ "id": 2
3104
+ },
3105
+ "bitSize": {
3106
+ "type": "int32",
3107
+ "id": 3,
3108
+ "options": {
3109
+ "default": 1
3110
+ }
3111
+ }
3112
+ }
3113
+ },
3114
+ "BasicMaterialId": {
3115
+ "edition": "proto2",
3116
+ "fields": {
3117
+ "type": {
3118
+ "rule": "required",
3119
+ "type": "int32",
3120
+ "id": 1
3121
+ },
3122
+ "index": {
3123
+ "rule": "required",
3124
+ "type": "sint32",
3125
+ "id": 2
3126
+ }
3127
+ }
3128
+ },
3129
+ "BasicMaterialInfo": {
3130
+ "edition": "proto2",
3131
+ "fields": {
3132
+ "type": {
3133
+ "rule": "required",
3134
+ "type": "int32",
3135
+ "id": 1
3136
+ },
3137
+ "index": {
3138
+ "rule": "required",
3139
+ "type": "sint32",
3140
+ "id": 2
3141
+ },
3142
+ "token": {
3143
+ "rule": "required",
3144
+ "type": "string",
3145
+ "id": 3
3146
+ },
3147
+ "flags": {
3148
+ "rule": "repeated",
3149
+ "type": "int32",
3150
+ "id": 4
3151
+ },
3152
+ "subtype": {
3153
+ "type": "int32",
3154
+ "id": 5,
3155
+ "options": {
3156
+ "default": -1
3157
+ }
3158
+ },
3159
+ "creatureId": {
3160
+ "type": "int32",
3161
+ "id": 6,
3162
+ "options": {
3163
+ "default": -1
3164
+ }
3165
+ },
3166
+ "plantId": {
3167
+ "type": "int32",
3168
+ "id": 7,
3169
+ "options": {
3170
+ "default": -1
3171
+ }
3172
+ },
3173
+ "histfigId": {
3174
+ "type": "int32",
3175
+ "id": 8,
3176
+ "options": {
3177
+ "default": -1
3178
+ }
3179
+ },
3180
+ "namePrefix": {
3181
+ "type": "string",
3182
+ "id": 9,
3183
+ "options": {
3184
+ "default": ""
3185
+ }
3186
+ },
3187
+ "stateColor": {
3188
+ "rule": "repeated",
3189
+ "type": "fixed32",
3190
+ "id": 10
3191
+ },
3192
+ "stateName": {
3193
+ "rule": "repeated",
3194
+ "type": "string",
3195
+ "id": 11
3196
+ },
3197
+ "stateAdj": {
3198
+ "rule": "repeated",
3199
+ "type": "string",
3200
+ "id": 12
3201
+ },
3202
+ "reactionClass": {
3203
+ "rule": "repeated",
3204
+ "type": "string",
3205
+ "id": 13
3206
+ },
3207
+ "reactionProduct": {
3208
+ "rule": "repeated",
3209
+ "type": "Product",
3210
+ "id": 14
3211
+ },
3212
+ "inorganicFlags": {
3213
+ "rule": "repeated",
3214
+ "type": "int32",
3215
+ "id": 15
3216
+ }
3217
+ },
3218
+ "nested": {
3219
+ "Product": {
3220
+ "fields": {
3221
+ "id": {
3222
+ "rule": "required",
3223
+ "type": "string",
3224
+ "id": 1
3225
+ },
3226
+ "type": {
3227
+ "rule": "required",
3228
+ "type": "int32",
3229
+ "id": 2
3230
+ },
3231
+ "index": {
3232
+ "rule": "required",
3233
+ "type": "sint32",
3234
+ "id": 3
3235
+ }
3236
+ }
3237
+ }
3238
+ }
3239
+ },
3240
+ "BasicMaterialInfoMask": {
3241
+ "edition": "proto2",
3242
+ "fields": {
3243
+ "states": {
3244
+ "rule": "repeated",
3245
+ "type": "StateType",
3246
+ "id": 1
3247
+ },
3248
+ "temperature": {
3249
+ "type": "int32",
3250
+ "id": 4,
3251
+ "options": {
3252
+ "default": 10015
3253
+ }
3254
+ },
3255
+ "flags": {
3256
+ "type": "bool",
3257
+ "id": 2,
3258
+ "options": {
3259
+ "default": false
3260
+ }
3261
+ },
3262
+ "reaction": {
3263
+ "type": "bool",
3264
+ "id": 3,
3265
+ "options": {
3266
+ "default": false
3267
+ }
3268
+ }
3269
+ },
3270
+ "nested": {
3271
+ "StateType": {
3272
+ "values": {
3273
+ "Solid": 0,
3274
+ "Liquid": 1,
3275
+ "Gas": 2,
3276
+ "Powder": 3,
3277
+ "Paste": 4,
3278
+ "Pressed": 5
3279
+ }
3280
+ }
3281
+ }
3282
+ },
3283
+ "JobSkillAttr": {
3284
+ "edition": "proto2",
3285
+ "fields": {
3286
+ "id": {
3287
+ "rule": "required",
3288
+ "type": "int32",
3289
+ "id": 1
3290
+ },
3291
+ "key": {
3292
+ "rule": "required",
3293
+ "type": "string",
3294
+ "id": 2
3295
+ },
3296
+ "caption": {
3297
+ "type": "string",
3298
+ "id": 3
3299
+ },
3300
+ "captionNoun": {
3301
+ "type": "string",
3302
+ "id": 4
3303
+ },
3304
+ "profession": {
3305
+ "type": "int32",
3306
+ "id": 5
3307
+ },
3308
+ "labor": {
3309
+ "type": "int32",
3310
+ "id": 6
3311
+ },
3312
+ "type": {
3313
+ "type": "string",
3314
+ "id": 7
3315
+ }
3316
+ }
3317
+ },
3318
+ "ProfessionAttr": {
3319
+ "edition": "proto2",
3320
+ "fields": {
3321
+ "id": {
3322
+ "rule": "required",
3323
+ "type": "int32",
3324
+ "id": 1
3325
+ },
3326
+ "key": {
3327
+ "rule": "required",
3328
+ "type": "string",
3329
+ "id": 2
3330
+ },
3331
+ "caption": {
3332
+ "type": "string",
3333
+ "id": 3
3334
+ },
3335
+ "military": {
3336
+ "type": "bool",
3337
+ "id": 4
3338
+ },
3339
+ "canAssignLabor": {
3340
+ "type": "bool",
3341
+ "id": 5
3342
+ },
3343
+ "parent": {
3344
+ "type": "int32",
3345
+ "id": 6
3346
+ }
3347
+ }
3348
+ },
3349
+ "UnitLaborAttr": {
3350
+ "edition": "proto2",
3351
+ "fields": {
3352
+ "id": {
3353
+ "rule": "required",
3354
+ "type": "int32",
3355
+ "id": 1
3356
+ },
3357
+ "key": {
3358
+ "rule": "required",
3359
+ "type": "string",
3360
+ "id": 2
3361
+ },
3362
+ "caption": {
3363
+ "type": "string",
3364
+ "id": 3
3365
+ }
3366
+ }
3367
+ },
3368
+ "NameInfo": {
3369
+ "edition": "proto2",
3370
+ "fields": {
3371
+ "firstName": {
3372
+ "type": "string",
3373
+ "id": 1
3374
+ },
3375
+ "nickname": {
3376
+ "type": "string",
3377
+ "id": 2
3378
+ },
3379
+ "languageId": {
3380
+ "type": "int32",
3381
+ "id": 3,
3382
+ "options": {
3383
+ "default": -1
3384
+ }
3385
+ },
3386
+ "lastName": {
3387
+ "type": "string",
3388
+ "id": 4
3389
+ },
3390
+ "englishName": {
3391
+ "type": "string",
3392
+ "id": 5
3393
+ }
3394
+ }
3395
+ },
3396
+ "NameTriple": {
3397
+ "edition": "proto2",
3398
+ "fields": {
3399
+ "normal": {
3400
+ "rule": "required",
3401
+ "type": "string",
3402
+ "id": 1
3403
+ },
3404
+ "plural": {
3405
+ "type": "string",
3406
+ "id": 2
3407
+ },
3408
+ "adjective": {
3409
+ "type": "string",
3410
+ "id": 3
3411
+ }
3412
+ }
3413
+ },
3414
+ "UnitCurseInfo": {
3415
+ "edition": "proto2",
3416
+ "fields": {
3417
+ "addTags1": {
3418
+ "rule": "required",
3419
+ "type": "fixed32",
3420
+ "id": 1
3421
+ },
3422
+ "remTags1": {
3423
+ "rule": "required",
3424
+ "type": "fixed32",
3425
+ "id": 2
3426
+ },
3427
+ "addTags2": {
3428
+ "rule": "required",
3429
+ "type": "fixed32",
3430
+ "id": 3
3431
+ },
3432
+ "remTags2": {
3433
+ "rule": "required",
3434
+ "type": "fixed32",
3435
+ "id": 4
3436
+ },
3437
+ "name": {
3438
+ "type": "NameTriple",
3439
+ "id": 5
3440
+ }
3441
+ }
3442
+ },
3443
+ "SkillInfo": {
3444
+ "edition": "proto2",
3445
+ "fields": {
3446
+ "id": {
3447
+ "rule": "required",
3448
+ "type": "int32",
3449
+ "id": 1
3450
+ },
3451
+ "level": {
3452
+ "rule": "required",
3453
+ "type": "int32",
3454
+ "id": 2
3455
+ },
3456
+ "experience": {
3457
+ "rule": "required",
3458
+ "type": "int32",
3459
+ "id": 3
3460
+ }
3461
+ }
3462
+ },
3463
+ "UnitMiscTrait": {
3464
+ "edition": "proto2",
3465
+ "fields": {
3466
+ "id": {
3467
+ "rule": "required",
3468
+ "type": "int32",
3469
+ "id": 1
3470
+ },
3471
+ "value": {
3472
+ "rule": "required",
3473
+ "type": "int32",
3474
+ "id": 2
3475
+ }
3476
+ }
3477
+ },
3478
+ "BasicUnitInfo": {
3479
+ "edition": "proto2",
3480
+ "fields": {
3481
+ "unitId": {
3482
+ "rule": "required",
3483
+ "type": "int32",
3484
+ "id": 1
3485
+ },
3486
+ "posX": {
3487
+ "rule": "required",
3488
+ "type": "int32",
3489
+ "id": 13
3490
+ },
3491
+ "posY": {
3492
+ "rule": "required",
3493
+ "type": "int32",
3494
+ "id": 14
3495
+ },
3496
+ "posZ": {
3497
+ "rule": "required",
3498
+ "type": "int32",
3499
+ "id": 15
3500
+ },
3501
+ "name": {
3502
+ "type": "NameInfo",
3503
+ "id": 2
3504
+ },
3505
+ "flags1": {
3506
+ "rule": "required",
3507
+ "type": "fixed32",
3508
+ "id": 3
3509
+ },
3510
+ "flags2": {
3511
+ "rule": "required",
3512
+ "type": "fixed32",
3513
+ "id": 4
3514
+ },
3515
+ "flags3": {
3516
+ "rule": "required",
3517
+ "type": "fixed32",
3518
+ "id": 5
3519
+ },
3520
+ "race": {
3521
+ "rule": "required",
3522
+ "type": "int32",
3523
+ "id": 6
3524
+ },
3525
+ "caste": {
3526
+ "rule": "required",
3527
+ "type": "int32",
3528
+ "id": 7
3529
+ },
3530
+ "gender": {
3531
+ "type": "int32",
3532
+ "id": 8,
3533
+ "options": {
3534
+ "default": -1
3535
+ }
3536
+ },
3537
+ "civId": {
3538
+ "type": "int32",
3539
+ "id": 9,
3540
+ "options": {
3541
+ "default": -1
3542
+ }
3543
+ },
3544
+ "histfigId": {
3545
+ "type": "int32",
3546
+ "id": 10,
3547
+ "options": {
3548
+ "default": -1
3549
+ }
3550
+ },
3551
+ "deathId": {
3552
+ "type": "int32",
3553
+ "id": 17,
3554
+ "options": {
3555
+ "default": -1
3556
+ }
3557
+ },
3558
+ "deathFlags": {
3559
+ "type": "uint32",
3560
+ "id": 18
3561
+ },
3562
+ "squadId": {
3563
+ "type": "int32",
3564
+ "id": 19,
3565
+ "options": {
3566
+ "default": -1
3567
+ }
3568
+ },
3569
+ "squadPosition": {
3570
+ "type": "int32",
3571
+ "id": 20,
3572
+ "options": {
3573
+ "default": -1
3574
+ }
3575
+ },
3576
+ "profession": {
3577
+ "type": "int32",
3578
+ "id": 22,
3579
+ "options": {
3580
+ "default": -1
3581
+ }
3582
+ },
3583
+ "customProfession": {
3584
+ "type": "string",
3585
+ "id": 23
3586
+ },
3587
+ "labors": {
3588
+ "rule": "repeated",
3589
+ "type": "int32",
3590
+ "id": 11
3591
+ },
3592
+ "skills": {
3593
+ "rule": "repeated",
3594
+ "type": "SkillInfo",
3595
+ "id": 12
3596
+ },
3597
+ "miscTraits": {
3598
+ "rule": "repeated",
3599
+ "type": "UnitMiscTrait",
3600
+ "id": 24
3601
+ },
3602
+ "curse": {
3603
+ "type": "UnitCurseInfo",
3604
+ "id": 16
3605
+ },
3606
+ "burrows": {
3607
+ "rule": "repeated",
3608
+ "type": "int32",
3609
+ "id": 21
3610
+ }
3611
+ }
3612
+ },
3613
+ "BasicUnitInfoMask": {
3614
+ "edition": "proto2",
3615
+ "fields": {
3616
+ "labors": {
3617
+ "type": "bool",
3618
+ "id": 1,
3619
+ "options": {
3620
+ "default": false
3621
+ }
3622
+ },
3623
+ "skills": {
3624
+ "type": "bool",
3625
+ "id": 2,
3626
+ "options": {
3627
+ "default": false
3628
+ }
3629
+ },
3630
+ "profession": {
3631
+ "type": "bool",
3632
+ "id": 3,
3633
+ "options": {
3634
+ "default": false
3635
+ }
3636
+ },
3637
+ "miscTraits": {
3638
+ "type": "bool",
3639
+ "id": 4,
3640
+ "options": {
3641
+ "default": false
3642
+ }
3643
+ }
3644
+ }
3645
+ },
3646
+ "BasicSquadInfo": {
3647
+ "edition": "proto2",
3648
+ "fields": {
3649
+ "squadId": {
3650
+ "rule": "required",
3651
+ "type": "int32",
3652
+ "id": 1
3653
+ },
3654
+ "name": {
3655
+ "type": "NameInfo",
3656
+ "id": 2
3657
+ },
3658
+ "alias": {
3659
+ "type": "string",
3660
+ "id": 3
3661
+ },
3662
+ "members": {
3663
+ "rule": "repeated",
3664
+ "type": "sint32",
3665
+ "id": 4
3666
+ }
3667
+ }
3668
+ },
3669
+ "UnitLaborState": {
3670
+ "edition": "proto2",
3671
+ "fields": {
3672
+ "unitId": {
3673
+ "rule": "required",
3674
+ "type": "int32",
3675
+ "id": 1
3676
+ },
3677
+ "labor": {
3678
+ "rule": "required",
3679
+ "type": "int32",
3680
+ "id": 2
3681
+ },
3682
+ "value": {
3683
+ "rule": "required",
3684
+ "type": "bool",
3685
+ "id": 3
3686
+ }
3687
+ }
3688
+ },
3689
+ "GetWorldInfoOut": {
3690
+ "edition": "proto2",
3691
+ "fields": {
3692
+ "mode": {
3693
+ "rule": "required",
3694
+ "type": "Mode",
3695
+ "id": 1
3696
+ },
3697
+ "saveDir": {
3698
+ "rule": "required",
3699
+ "type": "string",
3700
+ "id": 2
3701
+ },
3702
+ "worldName": {
3703
+ "type": "NameInfo",
3704
+ "id": 3
3705
+ },
3706
+ "civId": {
3707
+ "type": "int32",
3708
+ "id": 4
3709
+ },
3710
+ "siteId": {
3711
+ "type": "int32",
3712
+ "id": 5
3713
+ },
3714
+ "groupId": {
3715
+ "type": "int32",
3716
+ "id": 6
3717
+ },
3718
+ "raceId": {
3719
+ "type": "int32",
3720
+ "id": 7
3721
+ },
3722
+ "playerUnitId": {
3723
+ "type": "int32",
3724
+ "id": 8
3725
+ },
3726
+ "playerHistfigId": {
3727
+ "type": "int32",
3728
+ "id": 9
3729
+ },
3730
+ "companionHistfigIds": {
3731
+ "rule": "repeated",
3732
+ "type": "int32",
3733
+ "id": 10
3734
+ }
3735
+ },
3736
+ "nested": {
3737
+ "Mode": {
3738
+ "values": {
3739
+ "MODE_DWARF": 1,
3740
+ "MODE_ADVENTURE": 2,
3741
+ "MODE_LEGENDS": 3
3742
+ }
3743
+ }
3744
+ }
3745
+ },
3746
+ "ListEnumsOut": {
3747
+ "edition": "proto2",
3748
+ "fields": {
3749
+ "materialFlags": {
3750
+ "rule": "repeated",
3751
+ "type": "EnumItemName",
3752
+ "id": 1
3753
+ },
3754
+ "inorganicFlags": {
3755
+ "rule": "repeated",
3756
+ "type": "EnumItemName",
3757
+ "id": 2
3758
+ },
3759
+ "unitFlags1": {
3760
+ "rule": "repeated",
3761
+ "type": "EnumItemName",
3762
+ "id": 3
3763
+ },
3764
+ "unitFlags2": {
3765
+ "rule": "repeated",
3766
+ "type": "EnumItemName",
3767
+ "id": 4
3768
+ },
3769
+ "unitFlags3": {
3770
+ "rule": "repeated",
3771
+ "type": "EnumItemName",
3772
+ "id": 5
3773
+ },
3774
+ "unitLabor": {
3775
+ "rule": "repeated",
3776
+ "type": "EnumItemName",
3777
+ "id": 6
3778
+ },
3779
+ "jobSkill": {
3780
+ "rule": "repeated",
3781
+ "type": "EnumItemName",
3782
+ "id": 7
3783
+ },
3784
+ "cieAddTagMask1": {
3785
+ "rule": "repeated",
3786
+ "type": "EnumItemName",
3787
+ "id": 8
3788
+ },
3789
+ "cieAddTagMask2": {
3790
+ "rule": "repeated",
3791
+ "type": "EnumItemName",
3792
+ "id": 9
3793
+ },
3794
+ "deathInfoFlags": {
3795
+ "rule": "repeated",
3796
+ "type": "EnumItemName",
3797
+ "id": 10
3798
+ },
3799
+ "profession": {
3800
+ "rule": "repeated",
3801
+ "type": "EnumItemName",
3802
+ "id": 11
3803
+ }
3804
+ }
3805
+ },
3806
+ "ListJobSkillsOut": {
3807
+ "edition": "proto2",
3808
+ "fields": {
3809
+ "skill": {
3810
+ "rule": "repeated",
3811
+ "type": "JobSkillAttr",
3812
+ "id": 1
3813
+ },
3814
+ "profession": {
3815
+ "rule": "repeated",
3816
+ "type": "ProfessionAttr",
3817
+ "id": 2
3818
+ },
3819
+ "labor": {
3820
+ "rule": "repeated",
3821
+ "type": "UnitLaborAttr",
3822
+ "id": 3
3823
+ }
3824
+ }
3825
+ },
3826
+ "ListMaterialsIn": {
3827
+ "edition": "proto2",
3828
+ "fields": {
3829
+ "mask": {
3830
+ "type": "BasicMaterialInfoMask",
3831
+ "id": 1
3832
+ },
3833
+ "idList": {
3834
+ "rule": "repeated",
3835
+ "type": "BasicMaterialId",
3836
+ "id": 2
3837
+ },
3838
+ "builtin": {
3839
+ "type": "bool",
3840
+ "id": 3
3841
+ },
3842
+ "inorganic": {
3843
+ "type": "bool",
3844
+ "id": 4
3845
+ },
3846
+ "creatures": {
3847
+ "type": "bool",
3848
+ "id": 5
3849
+ },
3850
+ "plants": {
3851
+ "type": "bool",
3852
+ "id": 6
3853
+ }
3854
+ }
3855
+ },
3856
+ "ListMaterialsOut": {
3857
+ "edition": "proto2",
3858
+ "fields": {
3859
+ "value": {
3860
+ "rule": "repeated",
3861
+ "type": "BasicMaterialInfo",
3862
+ "id": 1
3863
+ }
3864
+ }
3865
+ },
3866
+ "ListUnitsIn": {
3867
+ "edition": "proto2",
3868
+ "fields": {
3869
+ "mask": {
3870
+ "type": "BasicUnitInfoMask",
3871
+ "id": 1
3872
+ },
3873
+ "idList": {
3874
+ "rule": "repeated",
3875
+ "type": "int32",
3876
+ "id": 2
3877
+ },
3878
+ "scanAll": {
3879
+ "type": "bool",
3880
+ "id": 5
3881
+ },
3882
+ "race": {
3883
+ "type": "int32",
3884
+ "id": 3
3885
+ },
3886
+ "civId": {
3887
+ "type": "int32",
3888
+ "id": 4
3889
+ },
3890
+ "dead": {
3891
+ "type": "bool",
3892
+ "id": 6
3893
+ },
3894
+ "alive": {
3895
+ "type": "bool",
3896
+ "id": 7
3897
+ },
3898
+ "sane": {
3899
+ "type": "bool",
3900
+ "id": 8
3901
+ }
3902
+ }
3903
+ },
3904
+ "ListUnitsOut": {
3905
+ "edition": "proto2",
3906
+ "fields": {
3907
+ "value": {
3908
+ "rule": "repeated",
3909
+ "type": "BasicUnitInfo",
3910
+ "id": 1
3911
+ }
3912
+ }
3913
+ },
3914
+ "ListSquadsIn": {
3915
+ "edition": "proto2",
3916
+ "fields": {}
3917
+ },
3918
+ "ListSquadsOut": {
3919
+ "edition": "proto2",
3920
+ "fields": {
3921
+ "value": {
3922
+ "rule": "repeated",
3923
+ "type": "BasicSquadInfo",
3924
+ "id": 1
3925
+ }
3926
+ }
3927
+ },
3928
+ "SetUnitLaborsIn": {
3929
+ "edition": "proto2",
3930
+ "fields": {
3931
+ "change": {
3932
+ "rule": "repeated",
3933
+ "type": "UnitLaborState",
3934
+ "id": 1
3935
+ }
3936
+ }
3937
+ },
3938
+ "CoreTextFragment": {
3939
+ "edition": "proto2",
3940
+ "fields": {
3941
+ "text": {
3942
+ "rule": "required",
3943
+ "type": "string",
3944
+ "id": 1
3945
+ },
3946
+ "color": {
3947
+ "type": "Color",
3948
+ "id": 2
3949
+ }
3950
+ },
3951
+ "nested": {
3952
+ "Color": {
3953
+ "values": {
3954
+ "COLOR_BLACK": 0,
3955
+ "COLOR_BLUE": 1,
3956
+ "COLOR_GREEN": 2,
3957
+ "COLOR_CYAN": 3,
3958
+ "COLOR_RED": 4,
3959
+ "COLOR_MAGENTA": 5,
3960
+ "COLOR_BROWN": 6,
3961
+ "COLOR_GREY": 7,
3962
+ "COLOR_DARKGREY": 8,
3963
+ "COLOR_LIGHTBLUE": 9,
3964
+ "COLOR_LIGHTGREEN": 10,
3965
+ "COLOR_LIGHTCYAN": 11,
3966
+ "COLOR_LIGHTRED": 12,
3967
+ "COLOR_LIGHTMAGENTA": 13,
3968
+ "COLOR_YELLOW": 14,
3969
+ "COLOR_WHITE": 15
3970
+ }
3971
+ }
3972
+ }
3973
+ },
3974
+ "CoreTextNotification": {
3975
+ "edition": "proto2",
3976
+ "fields": {
3977
+ "fragments": {
3978
+ "rule": "repeated",
3979
+ "type": "CoreTextFragment",
3980
+ "id": 1
3981
+ }
3982
+ }
3983
+ },
3984
+ "CoreErrorNotification": {
3985
+ "edition": "proto2",
3986
+ "fields": {
3987
+ "code": {
3988
+ "rule": "required",
3989
+ "type": "ErrorCode",
3990
+ "id": 1
3991
+ }
3992
+ },
3993
+ "nested": {
3994
+ "ErrorCode": {
3995
+ "values": {
3996
+ "CR_LINK_FAILURE": -3,
3997
+ "CR_WOULD_BREAK": -2,
3998
+ "CR_NOT_IMPLEMENTED": -1,
3999
+ "CR_OK": 0,
4000
+ "CR_FAILURE": 1,
4001
+ "CR_WRONG_USAGE": 2,
4002
+ "CR_NOT_FOUND": 3
4003
+ }
4004
+ }
4005
+ }
4006
+ },
4007
+ "EmptyMessage": {
4008
+ "edition": "proto2",
4009
+ "fields": {}
4010
+ },
4011
+ "IntMessage": {
4012
+ "edition": "proto2",
4013
+ "fields": {
4014
+ "value": {
4015
+ "rule": "required",
4016
+ "type": "int32",
4017
+ "id": 1
4018
+ }
4019
+ }
4020
+ },
4021
+ "IntListMessage": {
4022
+ "edition": "proto2",
4023
+ "fields": {
4024
+ "value": {
4025
+ "rule": "repeated",
4026
+ "type": "int32",
4027
+ "id": 1
4028
+ }
4029
+ }
4030
+ },
4031
+ "StringMessage": {
4032
+ "edition": "proto2",
4033
+ "fields": {
4034
+ "value": {
4035
+ "rule": "required",
4036
+ "type": "string",
4037
+ "id": 1
4038
+ }
4039
+ }
4040
+ },
4041
+ "StringListMessage": {
4042
+ "edition": "proto2",
4043
+ "fields": {
4044
+ "value": {
4045
+ "rule": "repeated",
4046
+ "type": "string",
4047
+ "id": 1
4048
+ }
4049
+ }
4050
+ },
4051
+ "CoreBindRequest": {
4052
+ "edition": "proto2",
4053
+ "fields": {
4054
+ "method": {
4055
+ "rule": "required",
4056
+ "type": "string",
4057
+ "id": 1
4058
+ },
4059
+ "inputMsg": {
4060
+ "rule": "required",
4061
+ "type": "string",
4062
+ "id": 2
4063
+ },
4064
+ "outputMsg": {
4065
+ "rule": "required",
4066
+ "type": "string",
4067
+ "id": 3
4068
+ },
4069
+ "plugin": {
4070
+ "type": "string",
4071
+ "id": 4
4072
+ }
4073
+ }
4074
+ },
4075
+ "CoreBindReply": {
4076
+ "edition": "proto2",
4077
+ "fields": {
4078
+ "assignedId": {
4079
+ "rule": "required",
4080
+ "type": "int32",
4081
+ "id": 1
4082
+ }
4083
+ }
4084
+ },
4085
+ "CoreRunCommandRequest": {
4086
+ "edition": "proto2",
4087
+ "fields": {
4088
+ "command": {
4089
+ "rule": "required",
4090
+ "type": "string",
4091
+ "id": 1
4092
+ },
4093
+ "arguments": {
4094
+ "rule": "repeated",
4095
+ "type": "string",
4096
+ "id": 2
4097
+ }
4098
+ }
4099
+ },
4100
+ "CoreRunLuaRequest": {
4101
+ "edition": "proto2",
4102
+ "fields": {
4103
+ "module": {
4104
+ "rule": "required",
4105
+ "type": "string",
4106
+ "id": 1
4107
+ },
4108
+ "function": {
4109
+ "rule": "required",
4110
+ "type": "string",
4111
+ "id": 2
4112
+ },
4113
+ "arguments": {
4114
+ "rule": "repeated",
4115
+ "type": "string",
4116
+ "id": 3
4117
+ }
4118
+ }
4119
+ }
4120
+ }
4121
+ },
4122
+ "DwarfControl": {
4123
+ "options": {
4124
+ "optimize_for": "LITE_RUNTIME"
4125
+ },
4126
+ "nested": {
4127
+ "BuildCategory": {
4128
+ "edition": "proto2",
4129
+ "values": {
4130
+ "NotCategory": 0,
4131
+ "SiegeEngines": 1,
4132
+ "Traps": 2,
4133
+ "Workshops": 3,
4134
+ "Furnaces": 4,
4135
+ "Constructions": 5,
4136
+ "MachineComponents": 6,
4137
+ "Track": 7
4138
+ }
4139
+ },
4140
+ "MenuAction": {
4141
+ "edition": "proto2",
4142
+ "values": {
4143
+ "MenuNone": 0,
4144
+ "MenuSelect": 1,
4145
+ "MenuCancel": 2,
4146
+ "MenuSelectAll": 3
4147
+ }
4148
+ },
4149
+ "BuildSelectorStage": {
4150
+ "edition": "proto2",
4151
+ "values": {
4152
+ "StageNoMat": 0,
4153
+ "StagePlace": 1,
4154
+ "StageItemSelect": 2
4155
+ }
4156
+ },
4157
+ "SidebarState": {
4158
+ "edition": "proto2",
4159
+ "fields": {
4160
+ "mode": {
4161
+ "type": "proto.enums.ui_sidebar_mode.ui_sidebar_mode",
4162
+ "id": 1
4163
+ },
4164
+ "menuItems": {
4165
+ "rule": "repeated",
4166
+ "type": "MenuItem",
4167
+ "id": 2
4168
+ },
4169
+ "buildSelector": {
4170
+ "type": "BuildSelector",
4171
+ "id": 3
4172
+ }
4173
+ }
4174
+ },
4175
+ "MenuItem": {
4176
+ "edition": "proto2",
4177
+ "fields": {
4178
+ "buildingType": {
4179
+ "type": "RemoteFortressReader.BuildingType",
4180
+ "id": 1
4181
+ },
4182
+ "existingCount": {
4183
+ "type": "int32",
4184
+ "id": 2
4185
+ },
4186
+ "buildCategory": {
4187
+ "type": "BuildCategory",
4188
+ "id": 3
4189
+ }
4190
+ }
4191
+ },
4192
+ "SidebarCommand": {
4193
+ "edition": "proto2",
4194
+ "fields": {
4195
+ "mode": {
4196
+ "type": "proto.enums.ui_sidebar_mode.ui_sidebar_mode",
4197
+ "id": 1
4198
+ },
4199
+ "menuIndex": {
4200
+ "type": "int32",
4201
+ "id": 2
4202
+ },
4203
+ "action": {
4204
+ "type": "MenuAction",
4205
+ "id": 3
4206
+ },
4207
+ "selectionCoord": {
4208
+ "type": "RemoteFortressReader.Coord",
4209
+ "id": 4
4210
+ }
4211
+ }
4212
+ },
4213
+ "BuiildReqChoice": {
4214
+ "edition": "proto2",
4215
+ "fields": {
4216
+ "distance": {
4217
+ "type": "int32",
4218
+ "id": 1
4219
+ },
4220
+ "name": {
4221
+ "type": "string",
4222
+ "id": 2
4223
+ },
4224
+ "numCandidates": {
4225
+ "type": "int32",
4226
+ "id": 3
4227
+ },
4228
+ "usedCount": {
4229
+ "type": "int32",
4230
+ "id": 4
4231
+ }
4232
+ }
4233
+ },
4234
+ "BuildItemReq": {
4235
+ "edition": "proto2",
4236
+ "fields": {
4237
+ "countRequired": {
4238
+ "type": "int32",
4239
+ "id": 2
4240
+ },
4241
+ "countMax": {
4242
+ "type": "int32",
4243
+ "id": 3
4244
+ },
4245
+ "countProvided": {
4246
+ "type": "int32",
4247
+ "id": 4
4248
+ }
4249
+ }
4250
+ },
4251
+ "BuildSelector": {
4252
+ "edition": "proto2",
4253
+ "fields": {
4254
+ "buildingType": {
4255
+ "type": "RemoteFortressReader.BuildingType",
4256
+ "id": 1
4257
+ },
4258
+ "stage": {
4259
+ "type": "BuildSelectorStage",
4260
+ "id": 2
4261
+ },
4262
+ "choices": {
4263
+ "rule": "repeated",
4264
+ "type": "BuiildReqChoice",
4265
+ "id": 3
4266
+ },
4267
+ "selIndex": {
4268
+ "type": "int32",
4269
+ "id": 4
4270
+ },
4271
+ "requirements": {
4272
+ "rule": "repeated",
4273
+ "type": "BuildItemReq",
4274
+ "id": 5
4275
+ },
4276
+ "reqIndex": {
4277
+ "type": "int32",
4278
+ "id": 6
4279
+ },
4280
+ "errors": {
4281
+ "rule": "repeated",
4282
+ "type": "string",
4283
+ "id": 7
4284
+ },
4285
+ "radiusXLow": {
4286
+ "type": "int32",
4287
+ "id": 8
4288
+ },
4289
+ "radiusYLow": {
4290
+ "type": "int32",
4291
+ "id": 9
4292
+ },
4293
+ "radiusXHigh": {
4294
+ "type": "int32",
4295
+ "id": 10
4296
+ },
4297
+ "radiusYHigh": {
4298
+ "type": "int32",
4299
+ "id": 11
4300
+ },
4301
+ "cursor": {
4302
+ "type": "RemoteFortressReader.Coord",
4303
+ "id": 12
4304
+ },
4305
+ "tiles": {
4306
+ "rule": "repeated",
4307
+ "type": "int32",
4308
+ "id": 13
4309
+ }
4310
+ }
4311
+ }
4312
+ }
4313
+ },
4314
+ "proto": {
4315
+ "nested": {
4316
+ "enums": {
4317
+ "nested": {
4318
+ "ui_sidebar_mode": {
4319
+ "options": {
4320
+ "optimize_for": "LITE_RUNTIME"
4321
+ },
4322
+ "nested": {
4323
+ "ui_sidebar_mode": {
4324
+ "edition": "proto2",
4325
+ "values": {
4326
+ "Default": 0,
4327
+ "Squads": 1,
4328
+ "DesignateMine": 2,
4329
+ "DesignateRemoveRamps": 3,
4330
+ "DesignateUpStair": 4,
4331
+ "DesignateDownStair": 5,
4332
+ "DesignateUpDownStair": 6,
4333
+ "DesignateUpRamp": 7,
4334
+ "DesignateChannel": 8,
4335
+ "DesignateGatherPlants": 9,
4336
+ "DesignateRemoveDesignation": 10,
4337
+ "DesignateSmooth": 11,
4338
+ "DesignateCarveTrack": 12,
4339
+ "DesignateEngrave": 13,
4340
+ "DesignateCarveFortification": 14,
4341
+ "Stockpiles": 15,
4342
+ "Build": 16,
4343
+ "QueryBuilding": 17,
4344
+ "Orders": 18,
4345
+ "OrdersForbid": 19,
4346
+ "OrdersRefuse": 20,
4347
+ "OrdersWorkshop": 21,
4348
+ "OrdersZone": 22,
4349
+ "BuildingItems": 23,
4350
+ "ViewUnits": 24,
4351
+ "LookAround": 25,
4352
+ "DesignateItemsClaim": 26,
4353
+ "DesignateItemsForbid": 27,
4354
+ "DesignateItemsMelt": 28,
4355
+ "DesignateItemsUnmelt": 29,
4356
+ "DesignateItemsDump": 30,
4357
+ "DesignateItemsUndump": 31,
4358
+ "DesignateItemsHide": 32,
4359
+ "DesignateItemsUnhide": 33,
4360
+ "DesignateChopTrees": 34,
4361
+ "DesignateToggleEngravings": 35,
4362
+ "DesignateToggleMarker": 36,
4363
+ "Hotkeys": 37,
4364
+ "DesignateTrafficHigh": 38,
4365
+ "DesignateTrafficNormal": 39,
4366
+ "DesignateTrafficLow": 40,
4367
+ "DesignateTrafficRestricted": 41,
4368
+ "Zones": 42,
4369
+ "ZonesPenInfo": 43,
4370
+ "ZonesPitInfo": 44,
4371
+ "ZonesHospitalInfo": 45,
4372
+ "ZonesGatherInfo": 46,
4373
+ "DesignateRemoveConstruction": 47,
4374
+ "DepotAccess": 48,
4375
+ "NotesPoints": 49,
4376
+ "NotesRoutes": 50,
4377
+ "Burrows": 51,
4378
+ "Hauling": 52,
4379
+ "ArenaWeather": 53,
4380
+ "ArenaTrees": 54
4381
+ }
4382
+ }
4383
+ }
4384
+ }
4385
+ }
4386
+ }
4387
+ }
4388
+ }
4389
+ }
4390
+ }