share/hedgewars/Data/map_templates.yaml
author unC0Rr
Tue, 03 Dec 2024 16:23:30 +0100
branchtransitional_engine
changeset 16076 5167de4b52c2
parent 16075 1f35c7974b4b
child 16077 67469603872a
permissions -rw-r--r--
Add the template to selection
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14157
nemo
parents: 14150
diff changeset
     1
# Templates for template-based map generator in hedgewars
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
     2
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
     3
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
     4
templates:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
     5
  # 00
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
     6
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
     7
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
     8
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
     9
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    10
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    11
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    12
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    13
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    14
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    15
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    16
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    17
        - {x: 810, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    18
        - {x: 560, y: 1160, w: 130, h: 170}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    19
        - {x: 742, y: 1106, w: 316, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    20
        - {x: 638, y: 786, w: 270, h: 180}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    21
        - {x: 646, y: 576, w: 242, h: 156}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    22
        - {x: 952, y: 528, w: 610, h: 300}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    23
        - {x: 1150, y: 868, w: 352, h: 324}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    24
        - {x: 1050, y: 1424, w: 500, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    25
        - {x: 1650, y: 1500, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    26
        - {x: 1890, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    27
        - {x: 1852, y: 1304, w: 74, h: 12}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    28
        - {x: 1648, y: 975, w: 68, h: 425}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    29
        - {x: 1826, y: 992, w: 140, h: 142}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    30
        - {x: 1710, y: 592, w: 150, h: 350}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    31
        - {x: 1988, y: 594, w: 148, h: 242}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    32
        - {x: 2018, y: 872, w: 276, h: 314}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    33
        - {x: 2110, y: 1250, w: 130, h: 86}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    34
        - {x: 2134, y: 1424, w: 1, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
    35
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
    36
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
    37
        - {x: 1570, y: 1424, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
    38
        - {x: 1610, y: 104, w: 150, h: 10}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    39
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    40
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    41
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    42
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    43
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    44
  # 01
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    45
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    46
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    47
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    48
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    49
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    50
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    51
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    52
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    53
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    54
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    55
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    56
        - {x: 800, y: 1424, w: 25, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    57
        - {x: 684, y: 1292, w: 254, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    58
        - {x: 892, y: 1034, w: 100, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    59
        - {x: 654, y: 646, w: 276, h: 380}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    60
        - {x: 1020, y: 654, w: 125, h: 270}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    61
        - {x: 1080, y: 950, w: 96, h: 390}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    62
        - {x: 1226, y: 1014, w: 110, h: 350}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    63
        - {x: 1200, y: 586, w: 150, h: 380}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    64
        - {x: 1400, y: 586, w: 170, h: 375}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    65
        - {x: 1412, y: 990, w: 188, h: 298}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    66
        - {x: 1640, y: 1068, w: 136, h: 172}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    67
        - {x: 1670, y: 594, w: 120, h: 392}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    68
        - {x: 1914, y: 594, w: 364, h: 362}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    69
        - {x: 1850, y: 1052, w: 315, h: 232}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    70
        - {x: 1860, y: 1424, w: 25, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    71
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    72
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    73
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    74
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    75
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    76
  # 02
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    77
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    78
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    79
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    80
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    81
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    82
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    83
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    84
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
    85
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    86
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    87
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    88
        - {x: 754, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    89
        - {x: 632, y: 1326, w: 226, h: 60}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    90
        - {x: 520, y: 1246, w: 298, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    91
        - {x: 680, y: 1104, w: 210, h: 102}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    92
        - {x: 608, y: 822, w: 192, h: 248}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    93
        - {x: 692, y: 560, w: 206, h: 240}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    94
        - {x: 926, y: 572, w: 92, h: 334}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    95
        - {x: 862, y: 928, w: 226, h: 126}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    96
        - {x: 956, y: 1078, w: 268, h: 156}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    97
        - {x: 1122, y: 564, w: 138, h: 500}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    98
        - {x: 1290, y: 556, w: 94, h: 352}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
    99
        - {x: 1298, y: 962, w: 170, h: 264}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   100
        - {x: 1492, y: 784, w: 84, h: 446}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   101
        - {x: 1606, y: 600, w: 158, h: 278}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   102
        - {x: 1700, y: 890, w: 104, h: 336}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   103
        - {x: 1816, y: 946, w: 90, h: 398}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   104
        - {x: 1946, y: 592, w: 134, h: 532}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   105
        - {x: 2102, y: 646, w: 156, h: 258}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   106
        - {x: 2100, y: 948, w: 132, h: 340}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   107
        - {x: 1934, y: 1298, w: 252, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   108
        - {x: 2004, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   109
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   110
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   111
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   112
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   113
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   114
  # 03
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   115
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   116
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   117
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   118
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   119
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   120
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   121
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   122
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   123
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   124
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   125
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   126
        - {x: 748, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   127
        - {x: 636, y: 1252, w: 208, h: 72}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   128
        - {x: 898, y: 1110, w: 308, h: 60}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   129
        - {x: 1128, y: 1252, w: 434, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   130
        - {x: 1574, y: 1112, w: 332, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   131
        - {x: 1802, y: 1238, w: 226, h: 36}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   132
        - {x: 1930, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   133
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   134
        - {x: 2060, y: 898, w: 111, h: 111}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   135
        - {x: 1670, y: 876, w: 34, h: 102}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   136
        - {x: 1082, y: 814, w: 284, h: 132}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   137
        - {x: 630, y: 728, w: 126, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   138
        - {x: 810, y: 574, w: 114, h: 100}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   139
        - {x: 1190, y: 572, w: 352, h: 120}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   140
        - {x: 1674, y: 528, w: 60, h: 240}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   141
        - {x: 1834, y: 622, w: 254, h: 116}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   142
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   143
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   144
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   145
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   146
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   147
  # 04
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   148
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   149
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   150
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   151
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   152
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   153
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   154
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   155
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   156
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   157
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   158
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   159
        - {x: 818, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   160
        - {x: 648, y: 1300, w: 186, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   161
        - {x: 672, y: 1092, w: 254, h: 138}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   162
        - {x: 1010, y: 1168, w: 90, h: 166}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   163
        - {x: 1220, y: 1016, w: 224, h: 258}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   164
        - {x: 1642, y: 1158, w: 96, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   165
        - {x: 1950, y: 1098, w: 224, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   166
        - {x: 1930, y: 1302, w: 210, h: 54}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   167
        - {x: 1932, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   168
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   169
        - {x: 602, y: 818, w: 110, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   170
        - {x: 652, y: 712, w: 160, h: 32}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   171
        - {x: 550, y: 568, w: 134, h: 78}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   172
        - {x: 1102, y: 560, w: 132, h: 84}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   173
        - {x: 1102, y: 708, w: 230, h: 36}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   174
        - {x: 1120, y: 848, w: 166, h: 96}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   175
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   176
        - {x: 2102, y: 834, w: 202, h: 42}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   177
        - {x: 1652, y: 788, w: 134, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   178
        - {x: 1614, y: 552, w: 116, h: 154}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   179
        - {x: 1828, y: 652, w: 150, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   180
        - {x: 2150, y: 552, w: 86, h: 220}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   181
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   182
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   183
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   184
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   185
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   186
  # 05
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   187
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   188
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   189
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   190
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   191
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   192
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   193
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   194
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   195
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   196
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   197
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   198
        - {x: 674, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   199
        - {x: 590, y: 1318, w: 168, h: 26}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   200
        - {x: 632, y: 876, w: 122, h: 314}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   201
        - {x: 968, y: 1144, w: 56, h: 180}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   202
        - {x: 1078, y: 1256, w: 64, h: 56}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   203
        - {x: 1140, y: 1050, w: 106, h: 220}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   204
        - {x: 1044, y: 896, w: 162, h: 140}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   205
        - {x: 896, y: 610, w: 886, h: 174}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   206
        - {x: 1334, y: 848, w: 296, h: 108}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   207
        - {x: 1350, y: 1152, w: 152, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   208
        - {x: 1572, y: 1174, w: 60, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   209
        - {x: 1684, y: 1122, w: 150, h: 138}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   210
        - {x: 1934, y: 764, w: 56, h: 582}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   211
        - {x: 2020, y: 1174, w: 94, h: 232}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   212
        - {x: 2012, y: 1424, w: 1, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   213
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   214
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   215
        - {x: 990, y: 1070, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   216
        - {x: 200, y: 10, w: 350, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   217
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   218
        - {x: 1600, y: 1100, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   219
        - {x: 2300, y: 10, w: 200, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   220
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   221
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   222
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   223
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   224
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   225
  # 06
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   226
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   227
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   228
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   229
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   230
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   231
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   232
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   233
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   234
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   235
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   236
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   237
        - {x: 768, y: 1422, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   238
        - {x: 666, y: 1240, w: 302, h: 110}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   239
        - {x: 694, y: 912, w: 104, h: 290}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   240
        - {x: 970, y: 980, w: 164, h: 122}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   241
        - {x: 968, y: 840, w: 268, h: 100}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   242
        - {x: 632, y: 660, w: 482, h: 130}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   243
        - {x: 1178, y: 642, w: 62, h: 64}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   244
        - {x: 1390, y: 554, w: 58, h: 246}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   245
        - {x: 1600, y: 676, w: 590, h: 98}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   246
        - {x: 1488, y: 842, w: 114, h: 188}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   247
        - {x: 1450, y: 1086, w: 406, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   248
        - {x: 1984, y: 902, w: 190, h: 412}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   249
        - {x: 2046, y: 1420, w: 2, h: 2}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   250
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   251
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   252
        - {x: 1400, y: 822, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   253
        - {x: 1400, y: 1222, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   254
        - {x: 1900, y: 1240, w: 1, h: 100}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   255
        - {x: 1100, y: 1402, w: 1, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   256
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   257
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   258
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   259
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   260
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   261
  # 07
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   262
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   263
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   264
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   265
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   266
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   267
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   268
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   269
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   270
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   271
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   272
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   273
        - {x: 562, y: 1424, w: 400, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   274
        - {x: 626, y: 634, w: 142, h: 360}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   275
        - {x: 1336, y: 1140, w: 400, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   276
        - {x: 1976, y: 576, w: 186, h: 550}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   277
        - {x: 1830, y: 1424, w: 454, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   278
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   279
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   280
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   281
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   282
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   283
  # 08
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   284
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   285
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   286
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   287
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   288
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   289
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   290
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   291
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   292
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   293
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   294
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   295
        - {x: 764, y: 1424, w: 20, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   296
        - {x: 690, y: 1260, w: 64, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   297
        - {x: 886, y: 1150, w: 52, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   298
        - {x: 656, y: 990, w: 116, h: 144}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   299
        - {x: 870, y: 868, w: 138, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   300
        - {x: 642, y: 642, w: 158, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   301
        - {x: 908, y: 710, w: 198, h: 72}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   302
        - {x: 1170, y: 628, w: 118, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   303
        - {x: 1036, y: 1118, w: 142, h: 132}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   304
        - {x: 1368, y: 1100, w: 172, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   305
        - {x: 1370, y: 1204, w: 172, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   306
        - {x: 1632, y: 1104, w: 82, h: 226}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   307
        - {x: 1756, y: 994, w: 64, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   308
        - {x: 1614, y: 734, w: 106, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   309
        - {x: 1810, y: 660, w: 380, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   310
        - {x: 1928, y: 822, w: 30, h: 118}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   311
        - {x: 1940, y: 988, w: 212, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   312
        - {x: 1864, y: 1146, w: 128, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   313
        - {x: 2030, y: 1424, w: 20, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   314
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   315
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   316
        - {x: 1410, y: 924, w: 20, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   317
        - {x: 1100, y: 2, w: 800, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   318
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   319
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   320
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   321
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   322
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   323
  # 09
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   324
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   325
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   326
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   327
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   328
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   329
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   330
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   331
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   332
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   333
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   334
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   335
        - {x: 740, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   336
        - {x: 676, y: 1302, w: 44, h: 54}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   337
        - {x: 834, y: 1236, w: 58, h: 90}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   338
        - {x: 666, y: 1134, w: 80, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   339
        - {x: 646, y: 1004, w: 96, h: 108}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   340
        - {x: 826, y: 1046, w: 110, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   341
        - {x: 634, y: 692, w: 118, h: 164}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   342
        - {x: 828, y: 796, w: 130, h: 110}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   343
        - {x: 916, y: 598, w: 344, h: 78}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   344
        - {x: 1088, y: 826, w: 50, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   345
        - {x: 1026, y: 960, w: 32, h: 148}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   346
        - {x: 1098, y: 1050, w: 160, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   347
        - {x: 1074, y: 1188, w: 36, h: 136}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   348
        - {x: 1414, y: 1248, w: 48, h: 48}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   349
        - {x: 1486, y: 1128, w: 64, h: 88}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   350
        - {x: 1358, y: 1060, w: 70, h: 74}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   351
        - {x: 1516, y: 996, w: 68, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   352
        - {x: 1518, y: 884, w: 68, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   353
        - {x: 1358, y: 724, w: 44, h: 140}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   354
        - {x: 1672, y: 706, w: 52, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   355
        - {x: 1654, y: 902, w: 58, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   356
        - {x: 1634, y: 1160, w: 76, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   357
        - {x: 1780, y: 1162, w: 124, h: 64}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   358
        - {x: 1872, y: 872, w: 54, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   359
        - {x: 1810, y: 596, w: 246, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   360
        - {x: 2106, y: 554, w: 38, h: 238}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   361
        - {x: 2212, y: 748, w: 28, h: 28}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   362
        - {x: 2092, y: 924, w: 144, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   363
        - {x: 2032, y: 1078, w: 248, h: 20}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   364
        - {x: 2032, y: 1202, w: 238, h: 16}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   365
        - {x: 2080, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   366
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   367
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   368
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   369
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   370
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   371
  # 10
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   372
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   373
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   374
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   375
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   376
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   377
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   378
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   379
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   380
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   381
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   382
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   383
        - {x: 588, y: 1424, w: 190, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   384
        - {x: 640, y: 1082, w: 140, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   385
        - {x: 714, y: 868, w: 352, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   386
        - {x: 1126, y: 646, w: 106, h: 282}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   387
        - {x: 1302, y: 790, w: 338, h: 142}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   388
        - {x: 1358, y: 988, w: 116, h: 244}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   389
        - {x: 1276, y: 1424, w: 14, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   390
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   391
        - {x: 1464, y: 1424, w: 22, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   392
        - {x: 1888, y: 674, w: 354, h: 448}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   393
        - {x: 2182, y: 1424, w: 2, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   394
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   395
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   396
        - {x: 1380, y: 1424, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   397
        - {x: 2250, y: 2, w: 1, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   398
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   399
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   400
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   401
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   402
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   403
  # 11
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   404
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   405
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   406
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   407
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   408
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   409
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   410
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   411
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   412
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   413
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   414
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   415
        - {x: 674, y: 1424, w: 166, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   416
        - {x: 792, y: 990, w: 152, h: 250}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   417
        - {x: 1848, y: 964, w: 158, h: 272}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   418
        - {x: 1984, y: 1424, w: 136, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   419
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   420
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   421
        - {x: 980, y: 1284, w: 1, h: 50}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   422
        - {x: 1800, y: 1284, w: 1, h: 50}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   423
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   424
        - {x: 380, y: 610, w: 1, h: 200}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   425
        - {x: 2340, y: 610, w: 1, h: 200}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   426
        - {x: 2540, y: 1500, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   427
        - {x: 280, y: 1500, w: 1, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   428
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   429
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   430
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   431
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   432
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   433
  # 12
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   434
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   435
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   436
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   437
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   438
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   439
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   440
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   441
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   442
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   443
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   444
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   445
        - {x: 760, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   446
        - {x: 642, y: 1030, w: 46, h: 286}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   447
        - {x: 854, y: 1072, w: 194, h: 56}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   448
        - {x: 654, y: 734, w: 534, h: 100}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   449
        - {x: 1270, y: 676, w: 58, h: 468}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   450
        - {x: 1476, y: 672, w: 198, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   451
        - {x: 1400, y: 1424, w: 64, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   452
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   453
        - {x: 1644, y: 1424, w: 64, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   454
        - {x: 1756, y: 894, w: 184, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   455
        - {x: 2148, y: 984, w: 108, h: 304}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   456
        - {x: 2088, y: 1424, w: 176, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   457
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   458
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   459
        - {x: 1560, y: 1424, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   460
        - {x: 1880, y: 1, w: 140, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   461
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   462
        - {x: 860, y: 1424, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   463
        - {x: 1160, y: 1090, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   464
        - {x: 1330, y: 1424, w: 1, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   465
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   466
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   467
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   468
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   469
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   470
  # 13
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   471
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   472
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   473
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   474
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   475
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   476
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   477
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   478
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   479
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   480
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   481
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   482
        - {x: 846, y: 1424, w: 140, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   483
        - {x: 654, y: 1080, w: 262, h: 134}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   484
        - {x: 1154, y: 1072, w: 160, h: 136}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   485
        - {x: 1148, y: 850, w: 168, h: 110}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   486
        - {x: 700, y: 762, w: 104, h: 60}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   487
        - {x: 846, y: 624, w: 306, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   488
        - {x: 1826, y: 576, w: 120, h: 202}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   489
        - {x: 1956, y: 818, w: 192, h: 68}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   490
        - {x: 1606, y: 828, w: 126, h: 88}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   491
        - {x: 1606, y: 1106, w: 94, h: 150}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   492
        - {x: 1968, y: 1106, w: 198, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   493
        - {x: 1844, y: 1424, w: 2, h: 2}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   494
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   495
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   496
        - {x: 0, y: 854, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   497
        - {x: 980, y: 985, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   498
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   499
        - {x: 1870, y: 1050, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   500
        - {x: 3000, y: 804, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   501
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   502
        - {x: 1420, y: 750, w: 90, h: 100}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   503
        - {x: 1450, y: 1424, w: 51, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   504
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   505
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   506
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   507
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   508
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   509
  # 14
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   510
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   511
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   512
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   513
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   514
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   515
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   516
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   517
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   518
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   519
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   520
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   521
        - {x: 686, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   522
        - {x: 644, y: 1286, w: 84, h: 54}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   523
        - {x: 612, y: 1086, w: 150, h: 166}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   524
        - {x: 1078, y: 1240, w: 186, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   525
        - {x: 1144, y: 1004, w: 124, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   526
        - {x: 1020, y: 582, w: 112, h: 194}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   527
        - {x: 1388, y: 660, w: 92, h: 132}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   528
        - {x: 1710, y: 574, w: 154, h: 196}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   529
        - {x: 1560, y: 974, w: 118, h: 64}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   530
        - {x: 1452, y: 1222, w: 328, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   531
        - {x: 1996, y: 1030, w: 242, h: 222}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   532
        - {x: 1998, y: 1316, w: 254, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   533
        - {x: 2008, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   534
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   535
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   536
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   537
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   538
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   539
  # 15
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   540
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   541
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   542
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   543
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   544
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   545
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   546
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   547
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   548
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   549
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   550
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   551
        - {x: 702, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   552
        - {x: 640, y: 1290, w: 44, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   553
        - {x: 860, y: 1306, w: 78, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   554
        - {x: 866, y: 1424, w: 2, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   555
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   556
        - {x: 1204, y: 1424, w: 2, h: 2}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   557
        - {x: 1120, y: 982, w: 108, h: 174}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   558
        - {x: 610, y: 842, w: 116, h: 230}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   559
        - {x: 1034, y: 686, w: 620, h: 154}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   560
        - {x: 1980, y: 726, w: 190, h: 228}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   561
        - {x: 1536, y: 1040, w: 242, h: 118}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   562
        - {x: 1616, y: 1424, w: 2, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   563
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   564
        - {x: 1894, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   565
        - {x: 1850, y: 1328, w: 88, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   566
        - {x: 1998, y: 1238, w: 96, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   567
        - {x: 2056, y: 1424, w: 2, h: 2}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   568
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   569
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   570
        - {x: 0, y: 1200, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   571
        - {x: 1040, y: 1200, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   572
        - {x: 1040, y: 1500, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   573
        - {x: 0, y: 1500, w: 2, h: 2}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   574
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   575
        - {x: 3100, y: 1120, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   576
        - {x: 1770, y: 1220, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   577
        - {x: 1770, y: 1500, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   578
        - {x: 3100, y: 1500, w: 2, h: 2}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   579
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   580
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   581
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   582
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   583
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   584
  # 16
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   585
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   586
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   587
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   588
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   589
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   590
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   591
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   592
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   593
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   594
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   595
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   596
        - {x: 700, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   597
        - {x: 794, y: 1302, w: 58, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   598
        - {x: 780, y: 1170, w: 94, h: 90}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   599
        - {x: 586, y: 1026, w: 80, h: 220}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   600
        - {x: 776, y: 1000, w: 82, h: 118}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   601
        - {x: 582, y: 728, w: 134, h: 226}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   602
        - {x: 768, y: 728, w: 52, h: 52}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   603
        - {x: 872, y: 574, w: 56, h: 212}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   604
        - {x: 988, y: 722, w: 60, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   605
        - {x: 1118, y: 724, w: 108, h: 218}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   606
        - {x: 1012, y: 916, w: 36, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   607
        - {x: 1128, y: 1056, w: 140, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   608
        - {x: 988, y: 1250, w: 74, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   609
        - {x: 1150, y: 1424, w: 102, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   610
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   611
        - {x: 1704, y: 1424, w: 72, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   612
        - {x: 1626, y: 1308, w: 266, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   613
        - {x: 1624, y: 1148, w: 252, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   614
        - {x: 1612, y: 976, w: 256, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   615
        - {x: 1540, y: 834, w: 174, h: 86}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   616
        - {x: 1796, y: 718, w: 156, h: 96}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   617
        - {x: 1486, y: 614, w: 206, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   618
        - {x: 1846, y: 556, w: 152, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   619
        - {x: 2108, y: 672, w: 60, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   620
        - {x: 1942, y: 888, w: 146, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   621
        - {x: 2086, y: 1034, w: 178, h: 122}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   622
        - {x: 1972, y: 1220, w: 34, h: 124}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   623
        - {x: 2098, y: 1424, w: 52, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   624
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   625
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   626
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   627
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   628
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   629
  # 17
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   630
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   631
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   632
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   633
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   634
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   635
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   636
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   637
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   638
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   639
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   640
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   641
        - {x: 630, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   642
        - {x: 566, y: 1256, w: 128, h: 118}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   643
        - {x: 2036, y: 636, w: 78, h: 234}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   644
        - {x: 1998, y: 1424, w: 42, h: 2}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   645
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   646
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   647
        - {x: 330, y: 1500, w: 2, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   648
        - {x: 366, y: 1156, w: 64, h: 64}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   649
        - {x: 2086, y: 460, w: 200, h: 60}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   650
        - {x: 2100, y: 1500, w: 200, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   651
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   652
        - {x: 830, y: 1424, w: 2, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   653
        - {x: 1686, y: 1060, w: 200, h: 60}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   654
        - {x: 1650, y: 1424, w: 200, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   655
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   656
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   657
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   658
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   659
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   660
  # 18
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   661
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   662
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   663
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   664
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   665
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   666
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   667
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   668
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   669
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   670
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   671
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   672
        - {x: 610, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   673
        - {x: 360, y: 1160, w: 130, h: 170}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   674
        - {x: 542, y: 1106, w: 316, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   675
        - {x: 438, y: 786, w: 270, h: 180}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   676
        - {x: 446, y: 576, w: 242, h: 156}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   677
        - {x: 752, y: 528, w: 610, h: 300}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   678
        - {x: 950, y: 868, w: 352, h: 324}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   679
        - {x: 850, y: 1424, w: 500, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   680
        - {x: 1450, y: 1500, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   681
        - {x: 1690, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   682
        - {x: 1652, y: 1304, w: 74, h: 12}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   683
        - {x: 1448, y: 975, w: 68, h: 425}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   684
        - {x: 1626, y: 992, w: 140, h: 142}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   685
        - {x: 1510, y: 592, w: 150, h: 350}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   686
        - {x: 1788, y: 594, w: 148, h: 242}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   687
        - {x: 1818, y: 872, w: 276, h: 314}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   688
        - {x: 1910, y: 1250, w: 130, h: 86}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   689
        - {x: 1934, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   690
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   691
        - {x: 2230, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   692
        - {x: 2166, y: 1256, w: 128, h: 118}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   693
        - {x: 2352, y: 1256, w: 98, h: 114}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   694
        - {x: 2348, y: 1074, w: 140, h: 138}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   695
        - {x: 2556, y: 1072, w: 136, h: 142}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   696
        - {x: 2746, y: 1070, w: 114, h: 252}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   697
        - {x: 2924, y: 778, w: 120, h: 390}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   698
        - {x: 3122, y: 862, w: 114, h: 210}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   699
        - {x: 3324, y: 706, w: 130, h: 252}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   700
        - {x: 3536, y: 606, w: 278, h: 234}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   701
        - {x: 3524, y: 1044, w: 272, h: 52}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   702
        - {x: 3572, y: 1252, w: 180, h: 56}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   703
        - {x: 3598, y: 1424, w: 42, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   704
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   705
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   706
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   707
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   708
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   709
  # 19
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   710
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   711
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   712
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   713
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   714
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   715
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   716
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   717
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   718
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   719
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   720
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   721
        - {x: 600, y: 1424, w: 25, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   722
        - {x: 484, y: 1292, w: 254, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   723
        - {x: 692, y: 1034, w: 100, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   724
        - {x: 454, y: 646, w: 276, h: 380}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   725
        - {x: 820, y: 654, w: 125, h: 270}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   726
        - {x: 880, y: 950, w: 96, h: 390}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   727
        - {x: 1026, y: 1014, w: 110, h: 350}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   728
        - {x: 1000, y: 586, w: 150, h: 380}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   729
        - {x: 1200, y: 586, w: 170, h: 375}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   730
        - {x: 1212, y: 990, w: 188, h: 298}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   731
        - {x: 1440, y: 1068, w: 136, h: 172}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   732
        - {x: 1470, y: 594, w: 120, h: 392}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   733
        - {x: 1714, y: 594, w: 364, h: 362}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   734
        - {x: 1650, y: 1052, w: 315, h: 232}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   735
        - {x: 1660, y: 1424, w: 25, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   736
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   737
        - {x: 2000, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   738
        - {x: 2094, y: 1302, w: 58, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   739
        - {x: 2080, y: 1170, w: 94, h: 90}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   740
        - {x: 1886, y: 1026, w: 80, h: 220}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   741
        - {x: 2076, y: 1000, w: 82, h: 118}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   742
        - {x: 1882, y: 728, w: 134, h: 226}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   743
        - {x: 2068, y: 728, w: 52, h: 52}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   744
        - {x: 2172, y: 574, w: 56, h: 212}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   745
        - {x: 2288, y: 722, w: 60, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   746
        - {x: 2418, y: 724, w: 108, h: 218}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   747
        - {x: 2312, y: 916, w: 36, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   748
        - {x: 2428, y: 1056, w: 140, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   749
        - {x: 2288, y: 1250, w: 74, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   750
        - {x: 2450, y: 1424, w: 102, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   751
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   752
        - {x: 3004, y: 1424, w: 72, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   753
        - {x: 2926, y: 1308, w: 266, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   754
        - {x: 2924, y: 1148, w: 252, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   755
        - {x: 2912, y: 976, w: 256, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   756
        - {x: 2840, y: 834, w: 174, h: 86}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   757
        - {x: 3096, y: 718, w: 156, h: 96}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   758
        - {x: 2786, y: 614, w: 206, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   759
        - {x: 3146, y: 556, w: 152, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   760
        - {x: 3408, y: 672, w: 60, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   761
        - {x: 3242, y: 888, w: 146, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   762
        - {x: 3386, y: 1034, w: 178, h: 122}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   763
        - {x: 3272, y: 1220, w: 34, h: 124}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   764
        - {x: 3398, y: 1424, w: 52, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   765
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   766
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   767
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   768
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   769
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   770
  # 20
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   771
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   772
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   773
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   774
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   775
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   776
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   777
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   778
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   779
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   780
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   781
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   782
        - {x: 554, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   783
        - {x: 432, y: 1326, w: 226, h: 60}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   784
        - {x: 320, y: 1246, w: 298, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   785
        - {x: 480, y: 1104, w: 210, h: 102}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   786
        - {x: 408, y: 822, w: 192, h: 248}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   787
        - {x: 492, y: 560, w: 206, h: 240}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   788
        - {x: 726, y: 572, w: 92, h: 334}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   789
        - {x: 662, y: 928, w: 226, h: 126}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   790
        - {x: 756, y: 1078, w: 268, h: 156}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   791
        - {x: 922, y: 564, w: 138, h: 500}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   792
        - {x: 1090, y: 556, w: 94, h: 352}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   793
        - {x: 1098, y: 962, w: 170, h: 264}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   794
        - {x: 1292, y: 784, w: 84, h: 446}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   795
        - {x: 1406, y: 600, w: 158, h: 278}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   796
        - {x: 1500, y: 890, w: 104, h: 336}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   797
        - {x: 1616, y: 946, w: 90, h: 398}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   798
        - {x: 1746, y: 592, w: 134, h: 532}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   799
        - {x: 1902, y: 646, w: 156, h: 258}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   800
        - {x: 1900, y: 948, w: 132, h: 340}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   801
        - {x: 1734, y: 1298, w: 252, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   802
        - {x: 1804, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   803
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   804
        - {x: 2102, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   805
        - {x: 2040, y: 1290, w: 44, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   806
        - {x: 2150, y: 1262, w: 44, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   807
        - {x: 2260, y: 1306, w: 78, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   808
        - {x: 2266, y: 1424, w: 2, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   809
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   810
        - {x: 2604, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   811
        - {x: 2520, y: 1182, w: 108, h: 174}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   812
        - {x: 2284, y: 1024, w: 314, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   813
        - {x: 2110, y: 882, w: 76, h: 230}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   814
        - {x: 2234, y: 686, w: 220, h: 154}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   815
        - {x: 2640, y: 674, w: 56, h: 266}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   816
        - {x: 2824, y: 644, w: 78, h: 304}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   817
        - {x: 3048, y: 646, w: 116, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   818
        - {x: 3380, y: 726, w: 190, h: 228}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   819
        - {x: 3160, y: 1004, w: 140, h: 84}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   820
        - {x: 2996, y: 1140, w: 242, h: 118}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   821
        - {x: 3016, y: 1424, w: 2, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   822
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   823
        - {x: 3294, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   824
        - {x: 3250, y: 1328, w: 88, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   825
        - {x: 3398, y: 1238, w: 96, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   826
        - {x: 3456, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   827
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   828
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   829
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   830
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   831
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   832
  # 21
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   833
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   834
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   835
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   836
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   837
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   838
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   839
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   840
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   841
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   842
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   843
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   844
        - {x: 548, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   845
        - {x: 436, y: 1252, w: 208, h: 72}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   846
        - {x: 698, y: 1110, w: 308, h: 60}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   847
        - {x: 928, y: 1252, w: 434, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   848
        - {x: 1374, y: 1112, w: 332, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   849
        - {x: 1602, y: 1238, w: 226, h: 36}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   850
        - {x: 1730, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   851
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   852
        - {x: 1860, y: 898, w: 111, h: 111}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   853
        - {x: 1470, y: 876, w: 34, h: 102}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   854
        - {x: 882, y: 814, w: 284, h: 132}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   855
        - {x: 430, y: 728, w: 126, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   856
        - {x: 610, y: 574, w: 114, h: 100}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   857
        - {x: 990, y: 572, w: 352, h: 120}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   858
        - {x: 1474, y: 528, w: 60, h: 240}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   859
        - {x: 1634, y: 622, w: 254, h: 116}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   860
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   861
        - {x: 1936, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   862
        - {x: 1894, y: 1286, w: 84, h: 54}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   863
        - {x: 1862, y: 1086, w: 150, h: 166}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   864
        - {x: 2328, y: 1240, w: 186, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   865
        - {x: 2394, y: 1004, w: 124, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   866
        - {x: 2270, y: 582, w: 112, h: 194}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   867
        - {x: 2638, y: 660, w: 92, h: 132}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   868
        - {x: 2960, y: 574, w: 154, h: 196}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   869
        - {x: 2810, y: 974, w: 118, h: 64}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   870
        - {x: 2702, y: 1222, w: 328, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   871
        - {x: 3246, y: 1030, w: 242, h: 222}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   872
        - {x: 3248, y: 1316, w: 254, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   873
        - {x: 3258, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   874
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   875
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   876
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   877
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   878
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   879
  # 22
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   880
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   881
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   882
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   883
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   884
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   885
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   886
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   887
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   888
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   889
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   890
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   891
        - {x: 618, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   892
        - {x: 448, y: 1300, w: 186, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   893
        - {x: 472, y: 1092, w: 254, h: 138}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   894
        - {x: 810, y: 1168, w: 90, h: 166}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   895
        - {x: 1020, y: 1016, w: 224, h: 258}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   896
        - {x: 1442, y: 1158, w: 96, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   897
        - {x: 1750, y: 1098, w: 224, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   898
        - {x: 1730, y: 1302, w: 210, h: 54}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   899
        - {x: 1732, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   900
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   901
        - {x: 402, y: 818, w: 110, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   902
        - {x: 452, y: 712, w: 160, h: 32}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   903
        - {x: 350, y: 568, w: 134, h: 78}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   904
        - {x: 902, y: 560, w: 132, h: 84}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   905
        - {x: 902, y: 708, w: 230, h: 36}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   906
        - {x: 920, y: 808, w: 166, h: 96}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   907
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   908
        - {x: 1902, y: 834, w: 202, h: 42}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   909
        - {x: 1452, y: 788, w: 134, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   910
        - {x: 1414, y: 552, w: 116, h: 154}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   911
        - {x: 1628, y: 652, w: 150, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   912
        - {x: 1950, y: 552, w: 86, h: 220}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   913
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   914
        - {x: 2246, y: 1424, w: 140, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   915
        - {x: 2080, y: 1272, w: 196, h: 32}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   916
        - {x: 2054, y: 1080, w: 262, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   917
        - {x: 2454, y: 1072, w: 220, h: 136}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   918
        - {x: 2408, y: 890, w: 268, h: 110}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   919
        - {x: 2100, y: 762, w: 104, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   920
        - {x: 2246, y: 624, w: 306, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   921
        - {x: 2716, y: 588, w: 84, h: 206}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   922
        - {x: 2948, y: 574, w: 104, h: 220}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   923
        - {x: 3226, y: 576, w: 120, h: 202}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   924
        - {x: 3356, y: 818, w: 192, h: 68}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   925
        - {x: 3026, y: 948, w: 246, h: 88}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   926
        - {x: 3056, y: 1106, w: 194, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   927
        - {x: 3368, y: 1106, w: 198, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   928
        - {x: 3244, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   929
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   930
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   931
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   932
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   933
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   934
  # 23
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   935
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   936
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   937
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   938
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   939
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   940
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   941
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   942
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   943
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   944
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   945
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   946
        - {x: 474, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   947
        - {x: 390, y: 1318, w: 168, h: 26}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   948
        - {x: 940, y: 1080, w: 106, h: 220}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   949
        - {x: 844, y: 896, w: 162, h: 140}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   950
        - {x: 796, y: 610, w: 686, h: 174}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   951
        - {x: 1134, y: 848, w: 296, h: 108}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   952
        - {x: 1150, y: 1152, w: 152, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   953
        - {x: 1694, y: 764, w: 56, h: 582}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   954
        - {x: 1712, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   955
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   956
        - {x: 2110, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   957
        - {x: 1992, y: 1030, w: 46, h: 286}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   958
        - {x: 2204, y: 1072, w: 194, h: 56}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   959
        - {x: 2004, y: 734, w: 534, h: 200}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   960
        - {x: 2626, y: 672, w: 198, h: 112}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   961
        - {x: 2750, y: 1424, w: 64, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   962
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   963
        - {x: 2994, y: 1424, w: 64, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   964
        - {x: 3106, y: 894, w: 184, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   965
        - {x: 3498, y: 984, w: 108, h: 304}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   966
        - {x: 3438, y: 1424, w: 176, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   967
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   968
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   969
        - {x: 1870, y: 1500, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   970
        - {x: 1780, y: 500, w: 168, h: 26}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   971
        - {x: 2880, y: 500, w: 265, h: 26}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
   972
        - {x: 2880, y: 1500, w: 1, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   973
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   974
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   975
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   976
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   977
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   978
  # 24
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   979
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   980
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   981
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   982
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   983
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   984
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   985
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   986
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
   987
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   988
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   989
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   990
        - {x: 474, y: 1424, w: 166, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   991
        - {x: 530, y: 1262, w: 96, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   992
        - {x: 692, y: 1090, w: 152, h: 250}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   993
        - {x: 946, y: 1046, w: 36, h: 270}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   994
        - {x: 1138, y: 1026, w: 54, h: 224}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   995
        - {x: 1334, y: 1046, w: 44, h: 216}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   996
        - {x: 1492, y: 1030, w: 46, h: 300}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   997
        - {x: 1648, y: 1064, w: 158, h: 272}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
   998
        - {x: 1784, y: 1424, w: 136, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
   999
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1000
        - {x: 2068, y: 1422, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1001
        - {x: 1966, y: 1240, w: 302, h: 110}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1002
        - {x: 1994, y: 912, w: 104, h: 290}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1003
        - {x: 2270, y: 980, w: 364, h: 122}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1004
        - {x: 2268, y: 840, w: 368, h: 100}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1005
        - {x: 1932, y: 660, w: 482, h: 130}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1006
        - {x: 2478, y: 642, w: 62, h: 64}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1007
        - {x: 2690, y: 554, w: 58, h: 246}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1008
        - {x: 2900, y: 676, w: 590, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1009
        - {x: 2788, y: 842, w: 214, h: 188}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1010
        - {x: 2750, y: 1086, w: 406, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1011
        - {x: 3284, y: 902, w: 190, h: 412}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1012
        - {x: 3346, y: 1420, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1013
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1014
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1015
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1016
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1017
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1018
  # 25
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1019
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1020
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1021
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1022
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1023
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1024
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1025
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1026
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1027
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1028
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1029
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1030
        - {x: 362, y: 1424, w: 400, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1031
        - {x: 426, y: 634, w: 142, h: 360}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1032
        - {x: 1206, y: 1140, w: 200, h: 200}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1033
        - {x: 1776, y: 576, w: 70, h: 550}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1034
        - {x: 1540, y: 1424, w: 120, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1035
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1036
        - {x: 1938, y: 1424, w: 190, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1037
        - {x: 2064, y: 868, w: 352, h: 94}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1038
        - {x: 2652, y: 790, w: 168, h: 142}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1039
        - {x: 2626, y: 1424, w: 14, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1040
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1041
        - {x: 2814, y: 1424, w: 22, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1042
        - {x: 3208, y: 674, w: 354, h: 448}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1043
        - {x: 3532, y: 1424, w: 2, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1044
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1045
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1046
        - {x: 560, y: 0, w: 260, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1047
        - {x: 1250, y: 880, w: 40, h: 200}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1048
        - {x: 2000, y: 0, w: 260, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1049
        - {x: 1880, y: 1500, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1050
        - {x: 2700, y: 1500, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1051
        - {x: 3050, y: 0, w: 480, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1052
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1053
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1054
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1055
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1056
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1057
  # 26
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1058
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1059
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1060
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1061
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1062
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1063
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1064
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1065
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1066
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1067
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1068
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1069
        - {x: 564, y: 1424, w: 20, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1070
        - {x: 442, y: 642, w: 158, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1071
        - {x: 970, y: 628, w: 118, h: 134}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1072
        - {x: 836, y: 1118, w: 142, h: 32}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1073
        - {x: 1556, y: 994, w: 64, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1074
        - {x: 1414, y: 734, w: 106, h: 152}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1075
        - {x: 1610, y: 660, w: 260, h: 82}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1076
        - {x: 1830, y: 1424, w: 20, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1077
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1078
        - {x: 2140, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1079
        - {x: 2234, y: 1236, w: 58, h: 90}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1080
        - {x: 2046, y: 1004, w: 96, h: 108}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1081
        - {x: 2226, y: 1046, w: 110, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1082
        - {x: 2034, y: 692, w: 118, h: 164}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1083
        - {x: 2316, y: 598, w: 264, h: 78}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1084
        - {x: 2426, y: 960, w: 32, h: 148}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1085
        - {x: 2474, y: 1188, w: 36, h: 136}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1086
        - {x: 2814, y: 1248, w: 48, h: 48}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1087
        - {x: 2886, y: 1128, w: 64, h: 88}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1088
        - {x: 2798, y: 724, w: 44, h: 140}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1089
        - {x: 3072, y: 706, w: 52, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1090
        - {x: 3034, y: 1160, w: 76, h: 112}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1091
        - {x: 3290, y: 1162, w: 40, h: 64}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1092
        - {x: 3310, y: 596, w: 46, h: 62}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1093
        - {x: 3506, y: 554, w: 38, h: 238}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1094
        - {x: 3480, y: 1424, w: 1, h: 1}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1095
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1096
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1097
        - {x: 1264, y: 1024, w: 20, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1098
        - {x: 1070, y: 0, w: 400, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1099
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1100
        - {x: 2670, y: 1170, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1101
        - {x: 2610, y: 0, w: 200, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1102
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1103
        - {x: 3210, y: 1100, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1104
        - {x: 3100, y: 0, w: 210, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1105
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1106
        - {x: 710, y: 1250, w: 1, h: 120}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1107
        - {x: 1630, y: 1200, w: 1, h: 170}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1108
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1109
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1110
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1111
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1112
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1113
  # 27
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1114
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1115
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1116
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1117
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1118
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1119
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1120
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1121
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1122
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1123
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1124
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1125
        - {x: 610, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1126
        - {x: 360, y: 1160, w: 130, h: 170}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1127
        - {x: 542, y: 1106, w: 316, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1128
        - {x: 446, y: 576, w: 242, h: 156}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1129
        - {x: 752, y: 528, w: 350, h: 300}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1130
        - {x: 950, y: 1424, w: 300, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1131
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1132
        - {x: 1690, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1133
        - {x: 1652, y: 1304, w: 74, h: 12}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1134
        - {x: 1448, y: 975, w: 68, h: 385}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1135
        - {x: 1626, y: 992, w: 140, h: 142}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1136
        - {x: 1510, y: 592, w: 150, h: 350}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1137
        - {x: 1788, y: 594, w: 148, h: 242}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1138
        - {x: 1934, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1139
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1140
        - {x: 2202, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1141
        - {x: 2140, y: 1290, w: 44, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1142
        - {x: 2250, y: 1262, w: 44, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1143
        - {x: 2360, y: 1306, w: 78, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1144
        - {x: 2366, y: 1424, w: 2, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1145
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1146
        - {x: 2704, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1147
        - {x: 2620, y: 1182, w: 108, h: 174}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1148
        - {x: 2210, y: 902, w: 76, h: 230}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1149
        - {x: 2334, y: 686, w: 220, h: 154}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1150
        - {x: 3480, y: 680, w: 190, h: 228}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1151
        - {x: 3096, y: 1010, w: 242, h: 118}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1152
        - {x: 3116, y: 1424, w: 2, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1153
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1154
        - {x: 3394, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1155
        - {x: 3350, y: 1328, w: 88, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1156
        - {x: 3498, y: 1238, w: 96, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1157
        - {x: 3556, y: 1424, w: 2, h: 2}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1158
    walls:
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1159
      -
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1160
        - {x: 1300, y: 1500, w: 1, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1161
        - {x: 1100, y: 960, w: 280, h: 40}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1162
        - {x: 1200, y: 1, w: 280, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1163
        - {x: 2000, y: 400, w: 250, h: 1}
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1164
        - {x: 2020, y: 1500, w: 20, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1165
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1166
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1167
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1168
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1169
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1170
  # 28
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1171
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1172
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1173
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1174
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1175
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1176
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1177
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1178
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1179
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1180
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1181
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1182
        - {x: 600, y: 1424, w: 25, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1183
        - {x: 484, y: 1292, w: 254, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1184
        - {x: 692, y: 1034, w: 100, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1185
        - {x: 454, y: 646, w: 276, h: 380}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1186
        - {x: 820, y: 654, w: 125, h: 270}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1187
        - {x: 880, y: 950, w: 96, h: 390}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1188
        - {x: 1026, y: 1014, w: 110, h: 350}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1189
        - {x: 1000, y: 586, w: 150, h: 380}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1190
        - {x: 1200, y: 586, w: 170, h: 375}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1191
        - {x: 1212, y: 990, w: 188, h: 298}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1192
        - {x: 1440, y: 1068, w: 136, h: 172}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1193
        - {x: 1470, y: 594, w: 120, h: 392}
16073
5c941f5deeec * Introduce concept of invizible walls to constrain outline map generation
unC0Rr
parents: 16058
diff changeset
  1194
        - {x: 1714, y: 594, w: 220, h: 362}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1195
        - {x: 1660, y: 1424, w: 25, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1196
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1197
        - {x: 1986, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1198
        - {x: 1912, y: 1086, w: 150, h: 166}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1199
        - {x: 2378, y: 1240, w: 186, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1200
        - {x: 2320, y: 582, w: 112, h: 194}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1201
        - {x: 3010, y: 574, w: 154, h: 196}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1202
        - {x: 2752, y: 1222, w: 328, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1203
        - {x: 3296, y: 1030, w: 242, h: 222}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1204
        - {x: 3298, y: 1316, w: 254, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1205
        - {x: 3308, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1206
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1207
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1208
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1209
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1210
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1211
  # 29
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1212
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1213
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1214
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1215
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1216
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1217
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1218
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1219
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1220
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1221
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1222
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1223
        - {x: 554, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1224
        - {x: 408, y: 822, w: 192, h: 248}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1225
        - {x: 726, y: 572, w: 92, h: 334}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1226
        - {x: 756, y: 1078, w: 268, h: 156}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1227
        - {x: 922, y: 564, w: 138, h: 500}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1228
        - {x: 1090, y: 556, w: 94, h: 352}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1229
        - {x: 1198, y: 962, w: 170, h: 264}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1230
        - {x: 1406, y: 600, w: 158, h: 278}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1231
        - {x: 1616, y: 946, w: 90, h: 398}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1232
        - {x: 1746, y: 592, w: 94, h: 532}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1233
        - {x: 1734, y: 1348, w: 252, h: 32}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1234
        - {x: 1804, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1235
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1236
        - {x: 2096, y: 1424, w: 140, h: 2}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1237
        - {x: 1944, y: 1080, w: 262, h: 134}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1238
        - {x: 2344, y: 1072, w: 200, h: 136}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1239
        - {x: 2258, y: 890, w: 268, h: 110}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1240
        - {x: 1950, y: 762, w: 104, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1241
        - {x: 2096, y: 624, w: 306, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1242
        - {x: 3076, y: 576, w: 120, h: 202}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1243
        - {x: 3206, y: 818, w: 192, h: 68}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1244
        - {x: 2876, y: 948, w: 246, h: 88}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1245
        - {x: 2906, y: 1106, w: 194, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1246
        - {x: 3218, y: 1106, w: 198, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1247
        - {x: 3094, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1248
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1249
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1250
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1251
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1252
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1253
  # 30
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1254
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1255
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1256
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1257
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1258
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1259
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1260
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1261
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1262
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1263
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1264
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1265
        - {x: 548, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1266
        - {x: 436, y: 1252, w: 208, h: 72}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1267
        - {x: 698, y: 1110, w: 308, h: 60}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1268
        - {x: 928, y: 1252, w: 434, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1269
        - {x: 1374, y: 1112, w: 332, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1270
        - {x: 1730, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1271
      -
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1272
        - {x: 1660, y: 898, w: 111, h: 111}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1273
        - {x: 430, y: 728, w: 126, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1274
        - {x: 610, y: 574, w: 114, h: 100}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1275
        - {x: 1534, y: 622, w: 254, h: 116}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1276
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1277
        - {x: 1960, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1278
        - {x: 1842, y: 1030, w: 46, h: 286}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1279
        - {x: 2054, y: 1072, w: 194, h: 56}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1280
        - {x: 1854, y: 734, w: 534, h: 200}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1281
        - {x: 2470, y: 676, w: 58, h: 640}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1282
        - {x: 2676, y: 672, w: 198, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1283
        - {x: 2600, y: 1424, w: 64, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1284
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1285
        - {x: 2844, y: 1424, w: 64, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1286
        - {x: 2956, y: 894, w: 184, h: 94}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1287
        - {x: 3200, y: 814, w: 76, h: 510}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1288
        - {x: 3348, y: 984, w: 108, h: 304}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1289
        - {x: 3288, y: 1424, w: 176, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1290
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1291
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1292
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1293
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1294
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1295
  # 31
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1296
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1297
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1298
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1299
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1300
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1301
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1302
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1303
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1304
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1305
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1306
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1307
        - {x: 618, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1308
        - {x: 448, y: 1300, w: 186, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1309
        - {x: 472, y: 1092, w: 254, h: 138}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1310
        - {x: 810, y: 1168, w: 90, h: 166}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1311
        - {x: 1020, y: 1016, w: 224, h: 258}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1312
        - {x: 1442, y: 1158, w: 96, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1313
        - {x: 1750, y: 1098, w: 224, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1314
        - {x: 1730, y: 1302, w: 210, h: 54}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1315
        - {x: 1732, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1316
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1317
        - {x: 402, y: 818, w: 110, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1318
        - {x: 452, y: 712, w: 160, h: 32}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1319
        - {x: 350, y: 568, w: 134, h: 78}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1320
        - {x: 902, y: 560, w: 132, h: 84}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1321
        - {x: 902, y: 708, w: 230, h: 36}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1322
        - {x: 920, y: 808, w: 166, h: 96}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1323
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1324
        - {x: 1902, y: 834, w: 202, h: 42}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1325
        - {x: 1452, y: 788, w: 134, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1326
        - {x: 1414, y: 552, w: 116, h: 154}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1327
        - {x: 1628, y: 652, w: 150, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1328
        - {x: 1950, y: 552, w: 86, h: 220}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1329
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1330
        - {x: 2274, y: 1424, w: 166, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1331
        - {x: 2330, y: 1262, w: 96, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1332
        - {x: 2492, y: 1090, w: 152, h: 250}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1333
        - {x: 2746, y: 1046, w: 36, h: 270}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1334
        - {x: 2938, y: 1026, w: 54, h: 224}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1335
        - {x: 3134, y: 1046, w: 44, h: 216}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1336
        - {x: 3292, y: 1030, w: 46, h: 300}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1337
        - {x: 3448, y: 1064, w: 158, h: 272}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1338
        - {x: 3584, y: 1424, w: 136, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1339
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1340
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1341
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1342
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1343
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1344
  # 32
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1345
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1346
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1347
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1348
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1349
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1350
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1351
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1352
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1353
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1354
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1355
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1356
        - {x: 474, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1357
        - {x: 390, y: 1318, w: 168, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1358
        - {x: 582, y: 976, w: 122, h: 314}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1359
        - {x: 878, y: 1256, w: 64, h: 56}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1360
        - {x: 844, y: 896, w: 162, h: 140}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1361
        - {x: 696, y: 610, w: 886, h: 174}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1362
        - {x: 1134, y: 848, w: 296, h: 108}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1363
        - {x: 1150, y: 1152, w: 152, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1364
        - {x: 1694, y: 764, w: 56, h: 582}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1365
        - {x: 1812, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1366
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1367
        - {x: 2088, y: 1424, w: 190, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1368
        - {x: 2140, y: 1082, w: 140, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1369
        - {x: 2626, y: 646, w: 106, h: 282}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1370
        - {x: 2802, y: 790, w: 368, h: 142}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1371
        - {x: 2858, y: 988, w: 116, h: 244}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1372
        - {x: 2776, y: 1424, w: 14, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1373
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1374
        - {x: 2964, y: 1424, w: 22, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1375
        - {x: 3188, y: 1195, w: 120, h: 120}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1376
        - {x: 3358, y: 674, w: 354, h: 448}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1377
        - {x: 3588, y: 1195, w: 120, h: 120}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1378
        - {x: 3682, y: 1424, w: 2, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1379
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1380
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1381
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1382
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1383
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1384
  # 33
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1385
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1386
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1387
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1388
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1389
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1390
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1391
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1392
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1393
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1394
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1395
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1396
        - {x: 568, y: 1422, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1397
        - {x: 466, y: 1240, w: 302, h: 110}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1398
        - {x: 494, y: 912, w: 104, h: 290}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1399
        - {x: 770, y: 980, w: 364, h: 122}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1400
        - {x: 768, y: 840, w: 368, h: 100}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1401
        - {x: 432, y: 660, w: 482, h: 130}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1402
        - {x: 978, y: 642, w: 62, h: 64}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1403
        - {x: 1190, y: 554, w: 58, h: 246}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1404
        - {x: 1400, y: 676, w: 590, h: 98}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1405
        - {x: 1288, y: 842, w: 214, h: 188}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1406
        - {x: 1250, y: 1086, w: 406, h: 92}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1407
        - {x: 1784, y: 902, w: 190, h: 412}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1408
        - {x: 1846, y: 1420, w: 2, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1409
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1410
        - {x: 2140, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1411
        - {x: 2076, y: 1302, w: 44, h: 54}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1412
        - {x: 2234, y: 1236, w: 58, h: 90}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1413
        - {x: 2066, y: 1134, w: 80, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1414
        - {x: 2046, y: 1004, w: 96, h: 108}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1415
        - {x: 2226, y: 1046, w: 110, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1416
        - {x: 2034, y: 692, w: 118, h: 164}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1417
        - {x: 2228, y: 796, w: 130, h: 110}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1418
        - {x: 2316, y: 598, w: 344, h: 78}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1419
        - {x: 2488, y: 826, w: 50, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1420
        - {x: 2426, y: 960, w: 32, h: 148}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1421
        - {x: 2498, y: 1050, w: 160, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1422
        - {x: 2474, y: 1188, w: 36, h: 136}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1423
        - {x: 2814, y: 1248, w: 48, h: 48}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1424
        - {x: 2886, y: 1128, w: 64, h: 88}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1425
        - {x: 2758, y: 1060, w: 70, h: 74}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1426
        - {x: 2916, y: 996, w: 68, h: 70}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1427
        - {x: 2918, y: 884, w: 68, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1428
        - {x: 2758, y: 724, w: 44, h: 140}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1429
        - {x: 3072, y: 706, w: 52, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1430
        - {x: 3054, y: 902, w: 58, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1431
        - {x: 3034, y: 1160, w: 76, h: 112}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1432
        - {x: 3180, y: 1162, w: 124, h: 64}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1433
        - {x: 3272, y: 872, w: 54, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1434
        - {x: 3210, y: 596, w: 246, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1435
        - {x: 3506, y: 554, w: 38, h: 238}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1436
        - {x: 3612, y: 748, w: 28, h: 28}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1437
        - {x: 3492, y: 924, w: 144, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1438
        - {x: 3432, y: 1078, w: 248, h: 20}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1439
        - {x: 3432, y: 1202, w: 238, h: 16}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1440
        - {x: 3480, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1441
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1442
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1443
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1444
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1445
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1446
  # 34
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1447
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1448
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1449
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1450
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1451
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1452
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1453
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1454
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1455
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1456
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1457
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1458
        - {x: 362, y: 1424, w: 400, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1459
        - {x: 426, y: 634, w: 142, h: 360}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1460
        - {x: 1036, y: 1140, w: 400, h: 200}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1461
        - {x: 1576, y: 576, w: 186, h: 550}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1462
        - {x: 1430, y: 1424, w: 454, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1463
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1464
        - {x: 1964, y: 1424, w: 20, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1465
        - {x: 1842, y: 642, w: 158, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1466
        - {x: 2370, y: 628, w: 118, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1467
        - {x: 2236, y: 1118, w: 142, h: 132}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1468
        - {x: 2832, y: 1104, w: 82, h: 226}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1469
        - {x: 2814, y: 734, w: 106, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1470
        - {x: 3010, y: 660, w: 380, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1471
        - {x: 3230, y: 1424, w: 20, h: 1}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1472
    walls:
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1473
      -
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1474
        - {x: 400, y: 1, w: 300, h: 1}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1475
        - {x: 1500, y: 1, w: 300, h: 1}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1476
        - {x: 1200, y: 1100, w: 1, h: 1}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1477
      -
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1478
        - {x: 2500, y: 1, w: 400, h: 1}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1479
        - {x: 2580, y: 1100, w: 1, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1480
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1481
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1482
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1483
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1484
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1485
  # 35
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1486
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1487
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1488
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1489
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1490
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1491
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1492
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1493
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1494
    max_hedgehogs: 36
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1495
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1496
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1497
        - {x: 564, y: 1424, w: 20, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1498
        - {x: 490, y: 1260, w: 64, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1499
        - {x: 686, y: 1150, w: 52, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1500
        - {x: 456, y: 990, w: 116, h: 144}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1501
        - {x: 670, y: 868, w: 138, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1502
        - {x: 442, y: 642, w: 158, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1503
        - {x: 708, y: 710, w: 198, h: 72}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1504
        - {x: 970, y: 628, w: 118, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1505
        - {x: 836, y: 1118, w: 142, h: 132}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1506
        - {x: 1168, y: 1100, w: 172, h: 58}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1507
        - {x: 1170, y: 1204, w: 172, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1508
        - {x: 1432, y: 1104, w: 82, h: 226}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1509
        - {x: 1556, y: 994, w: 64, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1510
        - {x: 1414, y: 734, w: 106, h: 152}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1511
        - {x: 1610, y: 660, w: 380, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1512
        - {x: 1728, y: 822, w: 30, h: 118}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1513
        - {x: 1740, y: 988, w: 212, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1514
        - {x: 1664, y: 1146, w: 128, h: 146}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1515
        - {x: 1830, y: 1424, w: 20, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1516
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1517
        - {x: 2100, y: 1424, w: 2, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1518
        - {x: 2194, y: 1302, w: 58, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1519
        - {x: 2180, y: 1170, w: 94, h: 90}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1520
        - {x: 1986, y: 1026, w: 80, h: 220}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1521
        - {x: 2176, y: 1000, w: 82, h: 118}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1522
        - {x: 1982, y: 728, w: 134, h: 226}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1523
        - {x: 2168, y: 728, w: 52, h: 52}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1524
        - {x: 2272, y: 574, w: 56, h: 212}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1525
        - {x: 2388, y: 722, w: 60, h: 62}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1526
        - {x: 2518, y: 724, w: 108, h: 218}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1527
        - {x: 2412, y: 916, w: 36, h: 168}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1528
        - {x: 2528, y: 1056, w: 140, h: 134}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1529
        - {x: 2388, y: 1250, w: 74, h: 82}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1530
        - {x: 2550, y: 1424, w: 102, h: 2}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1531
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1532
        - {x: 3104, y: 1424, w: 72, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1533
        - {x: 3026, y: 1308, w: 266, h: 34}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1534
        - {x: 3024, y: 1148, w: 252, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1535
        - {x: 3012, y: 976, w: 256, h: 94}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1536
        - {x: 2940, y: 834, w: 174, h: 86}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1537
        - {x: 3196, y: 718, w: 156, h: 96}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1538
        - {x: 2886, y: 614, w: 206, h: 66}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1539
        - {x: 3246, y: 556, w: 152, h: 40}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1540
        - {x: 3508, y: 672, w: 60, h: 162}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1541
        - {x: 3342, y: 888, w: 146, h: 80}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1542
        - {x: 3486, y: 1034, w: 178, h: 122}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1543
        - {x: 3372, y: 1220, w: 34, h: 124}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1544
        - {x: 3498, y: 1424, w: 52, h: 2}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1545
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1546
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1547
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1548
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1549
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1550
  # 36
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1551
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1552
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1553
    height: 1024
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1554
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1555
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1556
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1557
    is_negative: true
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1558
    put_girders: false
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1559
    max_hedgehogs: 32
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1560
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1561
      -
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1562
        - {x: 324, y: 876, w: 86, h: 106}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1563
        - {x: 240, y: 248, w: 264, h: 152}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1564
        - {x: 3476, y: 210, w: 64, h: 248}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1565
        - {x: 3468, y: 866, w: 192, h: 96}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1566
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1567
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1568
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1569
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1570
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1571
  # 37
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1572
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1573
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1574
    height: 2048
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1575
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1576
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1577
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1578
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1579
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1580
    max_hedgehogs: 48
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1581
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1582
      -
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1583
        - {x: 700, y: 2100, w: 120, h: 1}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1584
        - {x: 900, y: 400, w: 120, h: 150}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1585
        - {x: 1100, y: 1600, w: 120, h: 150}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1586
        - {x: 1930, y: 2100, w: 120, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1587
      -
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1588
        - {x: 2048, y: 2100, w: 120, h: 1}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1589
        - {x: 2600, y: 1600, w: 120, h: 175}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1590
        - {x: 3200, y: 400, w: 120, h: 150}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1591
        - {x: 3400, y: 2100, w: 120, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1592
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1593
        - {x: 1450, y: 700, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1594
        - {x: 1850, y: 500, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1595
        - {x: 2250, y: 500, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1596
        - {x: 2500, y: 700, w: 125, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1597
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1598
        - {x: 1550, y: 1500, w: 125, h: 125}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1599
        - {x: 1630, y: 1150, w: 125, h: 125}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1600
        - {x: 2260, y: 1200, w: 125, h: 125}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1601
        - {x: 2250, y: 1400, w: 125, h: 125}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1602
    walls:
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1603
      -
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1604
        - {x: 1390, y: 1500, w: 42, h: 175}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1605
        - {x: 1200, y: 270, w: 42, h: 175}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1606
        - {x: 2900, y: 260, w: 42, h: 175}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1607
        - {x: 2450, y: 1550, w: 90, h: 90}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1608
        - {x: 2000, y: 1950, w: 90, h: 90}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1609
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1610
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1611
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1612
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1613
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1614
  # 38
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1615
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1616
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1617
    height: 2048
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1618
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1619
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1620
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1621
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1622
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1623
    max_hedgehogs: 48
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1624
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1625
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1626
        - {x: 100, y: 2100, w: 1, h: 1}
16074
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1627
        - {x: 100, y: 1500, w: 250, h: 500}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1628
        - {x: 400, y: 500, w: 250, h: 1500}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1629
        - {x: 700, y: 1400, w: 250, h: 600}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1630
        - {x: 1000, y: 1700, w: 250, h: 300}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1631
        - {x: 1300, y: 400, w: 250, h: 1600}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1632
        - {x: 1600, y: 1600, w: 150, h: 400}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1633
        - {x: 1800, y: 1500, w: 150, h: 500}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1634
        - {x: 2000, y: 1300, w: 150, h: 700}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1635
        - {x: 2200, y: 200, w: 250, h: 1800}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1636
        - {x: 2500, y: 1400, w: 250, h: 600}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1637
        - {x: 2800, y: 1800, w: 250, h: 200}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1638
        - {x: 3100, y: 1500, w: 250, h: 500}
58a2d806fc47 Tweak the rest of map templates
unC0Rr
parents: 16073
diff changeset
  1639
        - {x: 3400, y: 500, w: 250, h: 1500}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1640
        - {x: 3700, y: 2100, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1641
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1642
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1643
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1644
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1645
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1646
  # 39
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1647
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1648
    width: 1536
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1649
    height: 512
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1650
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1651
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1652
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1653
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1654
    put_girders: false
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1655
    max_hedgehogs: 8
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1656
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1657
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1658
        - {x: 90, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1659
        - {x: 90, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1660
        - {x: 170, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1661
        - {x: 170, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1662
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1663
        - {x: 270, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1664
        - {x: 270, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1665
        - {x: 350, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1666
        - {x: 350, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1667
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1668
        - {x: 450, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1669
        - {x: 450, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1670
        - {x: 530, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1671
        - {x: 530, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1672
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1673
        - {x: 630, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1674
        - {x: 630, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1675
        - {x: 710, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1676
        - {x: 710, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1677
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1678
        - {x: 810, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1679
        - {x: 810, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1680
        - {x: 890, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1681
        - {x: 890, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1682
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1683
        - {x: 990, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1684
        - {x: 990, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1685
        - {x: 1070, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1686
        - {x: 1070, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1687
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1688
        - {x: 1170, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1689
        - {x: 1170, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1690
        - {x: 1250, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1691
        - {x: 1250, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1692
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1693
        - {x: 1350, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1694
        - {x: 1350, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1695
        - {x: 1430, y: 350, w: 10, h: 150}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1696
        - {x: 1430, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1697
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1698
      - {x: 512, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1699
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1700
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1701
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1702
  # 40
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1703
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1704
    width: 1024
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1705
    height: 1024
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1706
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1707
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1708
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1709
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1710
    put_girders: false
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1711
    max_hedgehogs: 8
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1712
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1713
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1714
        - {x: 90, y: 1050, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1715
        - {x: 100, y: 800, w: 100, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1716
        - {x: 300, y: 600, w: 100, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1717
        - {x: 500, y: 200, w: 100, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1718
        - {x: 700, y: 600, w: 100, h: 100}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1719
        - {x: 900, y: 800, w: 100, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1720
        - {x: 900, y: 1050, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1721
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1722
      - {x: 512, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1723
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1724
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1725
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1726
  # 41
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1727
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1728
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1729
    height: 2048
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1730
    can_flip: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1731
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1732
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1733
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1734
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1735
    max_hedgehogs: 48
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1736
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1737
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1738
        - {x: 95, y: 500, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1739
        - {x: 100, y: 275, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1740
        - {x: 325, y: 275, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1741
        - {x: 330, y: 500, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1742
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1743
        - {x: 725, y: 125, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1744
        - {x: 725, y: 25, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1745
        - {x: 825, y: 35, w: 30, h: 35}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1746
        - {x: 825, y: 135, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1747
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1748
        - {x: 1150, y: 550, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1749
        - {x: 1250, y: 300, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1750
        - {x: 1350, y: 300, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1751
        - {x: 1400, y: 575, w: 50, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1752
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1753
        - {x: 725, y: 1050, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1754
        - {x: 700, y: 800, w: 125, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1755
        - {x: 950, y: 800, w: 125, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1756
        - {x: 1000, y: 1100, w: 75, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1757
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1758
        - {x: 175, y: 1500, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1759
        - {x: 180, y: 1400, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1760
        - {x: 250, y: 1400, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1761
        - {x: 275, y: 1510, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1762
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1763
        - {x: 500, y: 1800, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1764
        - {x: 600, y: 1650, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1765
        - {x: 750, y: 1650, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1766
        - {x: 950, y: 1850, w: 125, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1767
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1768
        - {x: 1075, y: 1450, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1769
        - {x: 1100, y: 1300, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1770
        - {x: 1150, y: 1300, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1771
        - {x: 1175, y: 1430, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1772
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1773
        - {x: 1600, y: 1250, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1774
        - {x: 1700, y: 950, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1775
        - {x: 1850, y: 500, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1776
        - {x: 1950, y: 550, w: 75, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1777
        - {x: 2250, y: 950, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1778
        - {x: 2350, y: 1250, w: 50, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1779
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1780
        - {x: 1750, y: 2010, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1781
        - {x: 1900, y: 1870, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1782
        - {x: 2050, y: 1870, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1783
        - {x: 2175, y: 2010, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1784
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1785
        - {x: 2500, y: 1700, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1786
        - {x: 2575, y: 1500, w: 35, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1787
        - {x: 2650, y: 1500, w: 35, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1788
        - {x: 2700, y: 1690, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1789
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1790
        - {x: 2000, y: 125, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1791
        - {x: 2000, y: 50, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1792
        - {x: 2100, y: 50, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1793
        - {x: 2150, y: 150, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1794
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1795
        - {x: 2600, y: 350, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1796
        - {x: 2750, y: 250, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1797
        - {x: 3200, y: 525, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1798
        - {x: 2750, y: 550, w: 75, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1799
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1800
        - {x: 2800, y: 1150, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1801
        - {x: 2770, y: 950, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1802
        - {x: 2880, y: 950, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1803
        - {x: 2900, y: 1150, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1804
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1805
        - {x: 3075, y: 1985, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1806
        - {x: 3255, y: 1700, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1807
        - {x: 3475, y: 1700, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1808
        - {x: 3625, y: 1985, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1809
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1810
        - {x: 3200, y: 1450, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1811
        - {x: 3140, y: 1350, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1812
        - {x: 3280, y: 1350, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1813
        - {x: 3300, y: 1450, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1814
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1815
        - {x: 3500, y: 1050, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1816
        - {x: 3650, y: 600, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1817
        - {x: 3800, y: 600, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1818
        - {x: 3900, y: 1000, w: 50, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1819
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1820
        - {x: 3800, y: 200, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1821
        - {x: 3975, y: 50, w: 75, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1822
        - {x: 4010, y: 225, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1823
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1824
      - {x: 2047, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1825
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1826
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1827
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1828
  # 42
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1829
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1830
    width: 1536
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1831
    height: 512
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1832
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1833
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1834
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1835
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1836
    put_girders: false
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1837
    max_hedgehogs: 8
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1838
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1839
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1840
        - {x: 90, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1841
        - {x: 90, y: 50, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1842
        - {x: 170, y: 200, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1843
        - {x: 270, y: 350, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1844
        - {x: 350, y: 150, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1845
        - {x: 350, y: 520, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1846
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1847
        - {x: 1170, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1848
        - {x: 1170, y: 150, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1849
        - {x: 1250, y: 350, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1850
        - {x: 1350, y: 200, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1851
        - {x: 1430, y: 50, w: 10, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1852
        - {x: 1430, y: 520, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1853
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1854
      - {x: 512, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1855
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1856
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1857
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1858
  # 43
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1859
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1860
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1861
    height: 4096
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1862
    can_flip: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1863
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1864
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1865
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1866
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  1867
    max_hedgehogs: 48
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1868
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1869
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1870
        - {x: 95, y: 500, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1871
        - {x: 100, y: 275, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1872
        - {x: 325, y: 275, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1873
        - {x: 330, y: 500, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1874
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1875
        - {x: 725, y: 125, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1876
        - {x: 725, y: 25, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1877
        - {x: 825, y: 35, w: 30, h: 35}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1878
        - {x: 825, y: 135, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1879
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1880
        - {x: 1150, y: 550, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1881
        - {x: 1250, y: 300, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1882
        - {x: 1350, y: 300, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1883
        - {x: 1400, y: 575, w: 50, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1884
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1885
        - {x: 725, y: 1050, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1886
        - {x: 700, y: 800, w: 125, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1887
        - {x: 950, y: 800, w: 125, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1888
        - {x: 1000, y: 1100, w: 75, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1889
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1890
        - {x: 175, y: 1500, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1891
        - {x: 180, y: 1400, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1892
        - {x: 250, y: 1400, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1893
        - {x: 275, y: 1510, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1894
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1895
        - {x: 500, y: 1800, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1896
        - {x: 600, y: 1650, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1897
        - {x: 750, y: 1650, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1898
        - {x: 950, y: 1850, w: 125, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1899
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1900
        - {x: 1075, y: 1450, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1901
        - {x: 1100, y: 1300, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1902
        - {x: 1150, y: 1300, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1903
        - {x: 1175, y: 1430, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1904
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1905
        - {x: 1600, y: 1250, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1906
        - {x: 1700, y: 950, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1907
        - {x: 1850, y: 500, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1908
        - {x: 1950, y: 550, w: 75, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1909
        - {x: 2250, y: 950, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1910
        - {x: 2350, y: 1250, w: 50, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1911
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1912
        - {x: 1750, y: 2010, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1913
        - {x: 1900, y: 1870, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1914
        - {x: 2050, y: 1870, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1915
        - {x: 2175, y: 2010, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1916
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1917
        - {x: 2500, y: 1700, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1918
        - {x: 2575, y: 1500, w: 35, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1919
        - {x: 2650, y: 1500, w: 35, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1920
        - {x: 2700, y: 1690, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1921
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1922
        - {x: 2000, y: 125, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1923
        - {x: 2000, y: 50, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1924
        - {x: 2100, y: 50, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1925
        - {x: 2150, y: 150, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1926
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1927
        - {x: 2600, y: 350, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1928
        - {x: 2750, y: 250, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1929
        - {x: 3200, y: 525, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1930
        - {x: 2750, y: 550, w: 75, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1931
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1932
        - {x: 2800, y: 1150, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1933
        - {x: 2770, y: 950, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1934
        - {x: 2880, y: 950, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1935
        - {x: 2900, y: 1150, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1936
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1937
        - {x: 3075, y: 1985, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1938
        - {x: 3255, y: 1700, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1939
        - {x: 3475, y: 1700, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1940
        - {x: 3625, y: 1985, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1941
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1942
        - {x: 3200, y: 1450, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1943
        - {x: 3140, y: 1350, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1944
        - {x: 3280, y: 1350, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1945
        - {x: 3300, y: 1450, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1946
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1947
        - {x: 3500, y: 1050, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1948
        - {x: 3650, y: 600, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1949
        - {x: 3800, y: 600, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1950
        - {x: 3900, y: 1000, w: 50, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1951
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1952
        - {x: 3800, y: 200, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1953
        - {x: 3975, y: 50, w: 75, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1954
        - {x: 4010, y: 225, w: 50, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1955
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1956
        - {x: 95, y: 2548, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1957
        - {x: 100, y: 2323, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1958
        - {x: 325, y: 2323, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1959
        - {x: 330, y: 2548, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1960
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1961
        - {x: 725, y: 2173, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1962
        - {x: 725, y: 2073, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1963
        - {x: 825, y: 2083, w: 30, h: 35}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1964
        - {x: 825, y: 2183, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1965
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1966
        - {x: 1150, y: 2598, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1967
        - {x: 1250, y: 2348, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1968
        - {x: 1350, y: 2348, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1969
        - {x: 1400, y: 2623, w: 50, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1970
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1971
        - {x: 525, y: 3098, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1972
        - {x: 700, y: 2848, w: 125, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1973
        - {x: 950, y: 2948, w: 125, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1974
        - {x: 1100, y: 3148, w: 75, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1975
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1976
        - {x: 175, y: 3548, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1977
        - {x: 210, y: 3448, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1978
        - {x: 240, y: 3448, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1979
        - {x: 275, y: 3558, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1980
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1981
        - {x: 450, y: 3848, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1982
        - {x: 600, y: 3798, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1983
        - {x: 750, y: 3798, w: 125, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1984
        - {x: 950, y: 3898, w: 125, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1985
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1986
        - {x: 1075, y: 3498, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1987
        - {x: 1110, y: 3348, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1988
        - {x: 1140, y: 3348, w: 30, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1989
        - {x: 1175, y: 3478, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1990
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1991
        - {x: 1600, y: 3298, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1992
        - {x: 1700, y: 3198, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1993
        - {x: 1850, y: 2548, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1994
        - {x: 1950, y: 2598, w: 75, h: 175}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1995
        - {x: 2250, y: 3198, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1996
        - {x: 2350, y: 3298, w: 50, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  1997
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1998
        - {x: 1750, y: 4058, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  1999
        - {x: 1900, y: 3918, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2000
        - {x: 2050, y: 3918, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2001
        - {x: 2175, y: 4058, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2002
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2003
        - {x: 2500, y: 3748, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2004
        - {x: 2575, y: 3548, w: 35, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2005
        - {x: 2650, y: 3548, w: 35, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2006
        - {x: 2700, y: 3738, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2007
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2008
        - {x: 2000, y: 2173, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2009
        - {x: 2050, y: 2098, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2010
        - {x: 2100, y: 2098, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2011
        - {x: 2150, y: 2198, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2012
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2013
        - {x: 2600, y: 2298, w: 50, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2014
        - {x: 2750, y: 2448, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2015
        - {x: 2900, y: 2573, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2016
        - {x: 3150, y: 2598, w: 75, h: 125}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2017
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2018
        - {x: 2800, y: 3198, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2019
        - {x: 2840, y: 2998, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2020
        - {x: 2880, y: 2998, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2021
        - {x: 2900, y: 3198, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2022
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2023
        - {x: 3075, y: 4033, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2024
        - {x: 3325, y: 3748, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2025
        - {x: 3475, y: 3748, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2026
        - {x: 3625, y: 4033, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2027
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2028
        - {x: 3200, y: 3498, w: 26, h: 26}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2029
        - {x: 3240, y: 3398, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2030
        - {x: 3280, y: 3398, w: 50, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2031
        - {x: 3300, y: 3498, w: 26, h: 26}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2032
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2033
        - {x: 3500, y: 3098, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2034
        - {x: 3650, y: 2648, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2035
        - {x: 3800, y: 2648, w: 75, h: 125}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2036
        - {x: 3900, y: 3048, w: 50, h: 75}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2037
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2038
        - {x: 3800, y: 2248, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2039
        - {x: 3875, y: 2148, w: 75, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2040
        - {x: 3925, y: 2098, w: 75, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2041
        - {x: 4050, y: 2173, w: 50, h: 75}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2042
    fill_points:
15935
b4809653f9d6 Fix fill points getting out of bounds when the map is mirrored
unC0Rr
parents: 14157
diff changeset
  2043
      - {x: 4094, y: 0}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2044
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2045
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2046
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2047
  # 44
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2048
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2049
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2050
    height: 2048
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2051
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2052
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2053
    can_mirror: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2054
    is_negative: true
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2055
    put_girders: false
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2056
    max_hedgehogs: 48
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2057
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2058
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2059
        - {x: 0, y: 100, w: 1, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2060
        - {x: 4095, y: 100, w: 1, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2061
        - {x: 4095, y: 400, w: 1, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2062
        - {x: 0, y: 360, w: 1, h: 50}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2063
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2064
        - {x: 0, y: 750, w: 1, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2065
        - {x: 4095, y: 750, w: 1, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2066
        - {x: 4095, y: 1100, w: 1, h: 50}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2067
        - {x: 0, y: 1100, w: 1, h: 50}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2068
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2069
        - {x: 0, y: 1300, w: 1, h: 250}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2070
        - {x: 4095, y: 1300, w: 1, h: 250}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2071
        - {x: 4095, y: 1800, w: 1, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2072
        - {x: 0, y: 1800, w: 1, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2073
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2074
      - {x: 1, y: 90}
14150
703242ade2c1 yaml crate is having problems with unaligned arrays
alfadur
parents: 13939
diff changeset
  2075
      - {x: 1, y: 500}
15935
b4809653f9d6 Fix fill points getting out of bounds when the map is mirrored
unC0Rr
parents: 14157
diff changeset
  2076
      - {x: 4094, y: 500}
14150
703242ade2c1 yaml crate is having problems with unaligned arrays
alfadur
parents: 13939
diff changeset
  2077
      - {x: 1, y: 1200}
15935
b4809653f9d6 Fix fill points getting out of bounds when the map is mirrored
unC0Rr
parents: 14157
diff changeset
  2078
      - {x: 4094, y: 1200}
14150
703242ade2c1 yaml crate is having problems with unaligned arrays
alfadur
parents: 13939
diff changeset
  2079
      - {x: 1, y: 2010}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2080
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2081
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2082
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2083
  # 45
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2084
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2085
    width: 4096
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2086
    height: 2048
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2087
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2088
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2089
    can_mirror: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2090
    is_negative: true
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2091
    put_girders: false
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2092
    max_hedgehogs: 48
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2093
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2094
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2095
        - {x: 500, y: 100, w: 1, h: 300}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2096
        - {x: 3700, y: 100, w: 1, h: 300}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2097
        - {x: 3700, y: 900, w: 200, h: 300}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2098
        - {x: 3700, y: 1700, w: 1, h: 250}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2099
        - {x: 500, y: 1700, w: 1, h: 250}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2100
        - {x: 300, y: 900, w: 200, h: 250}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2101
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2102
        - {x: 1000, y: 800, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2103
        - {x: 2700, y: 800, w: 600, h: 100}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2104
        - {x: 2700, y: 1200, w: 600, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2105
        - {x: 1000, y: 1200, w: 200, h: 200}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2106
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2107
      - {x: 1, y: 1}
14150
703242ade2c1 yaml crate is having problems with unaligned arrays
alfadur
parents: 13939
diff changeset
  2108
      - {x: 1, y: 2047}
703242ade2c1 yaml crate is having problems with unaligned arrays
alfadur
parents: 13939
diff changeset
  2109
      - {x: 1005, y: 805}
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2110
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2111
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2112
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2113
  # 46
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2114
  -
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2115
    width: 3072
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2116
    height: 1424
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2117
    can_flip: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2118
    can_invert: false
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2119
    can_mirror: true
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2120
    is_negative: false
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2121
    put_girders: true
13923
f0a64d932a57 reorder params, deleted obsolete *_passes
nemo
parents: 13919
diff changeset
  2122
    max_hedgehogs: 18
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2123
    outline_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2124
      -
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2125
        - {x: 800, y: 1424, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2126
        - {x: 800, y: 1224, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2127
        - {x: 2200, y: 1224, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2128
        - {x: 2200, y: 1424, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2129
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2130
        - {x: 800, y: 1024, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2131
        - {x: 800, y: 844, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2132
        - {x: 2200, y: 844, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2133
        - {x: 2200, y: 1024, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2134
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2135
        - {x: 800, y: 664, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2136
        - {x: 800, y: 484, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2137
        - {x: 2200, y: 484, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2138
        - {x: 2200, y: 664, w: 1, h: 1}
13939
90a0ec20b6d8 add back accidentally removed sections
nemo
parents: 13923
diff changeset
  2139
      -
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2140
        - {x: 800, y: 304, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2141
        - {x: 800, y: 104, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2142
        - {x: 2200, y: 104, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2143
        - {x: 2200, y: 304, w: 1, h: 1}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2144
    fill_points:
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2145
      - {x: 1023, y: 0}
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2146
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2147
16075
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2148
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2149
  # 47
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2150
  -
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2151
    width: 3072
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2152
    height: 1424
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2153
    can_flip: false
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2154
    can_invert: false
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2155
    can_mirror: true
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2156
    is_negative: false
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2157
    put_girders: true
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2158
    max_hedgehogs: 48
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2159
    outline_points:
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2160
      -
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2161
        - {x: 250, y: 1424, w: 1, h: 1}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2162
        - {x: 350, y: 1100, w: 800, h: 40}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2163
        - {x: 1250, y: 1424, w: 1, h: 5}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2164
      -
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2165
        - {x: 1800, y: 1424, w: 1, h: 1}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2166
        - {x: 1900, y: 1100, w: 800, h: 40}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2167
        - {x: 2800, y: 1424, w: 1, h: 5}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2168
      -
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2169
        - {x: 250, y: 624, w: 1, h: 1}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2170
        - {x: 350, y: 800, w: 800, h: 40}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2171
        - {x: 1250, y: 624, w: 1, h: 5}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2172
      -
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2173
        - {x: 1800, y: 624, w: 1, h: 1}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2174
        - {x: 1900, y: 800, w: 800, h: 40}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2175
        - {x: 2800, y: 624, w: 1, h: 5}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2176
    walls:
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2177
      -
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2178
        - {x: 1386, y: 0, w: 300, h: 1}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2179
        - {x: 1386, y: 1424, w: 300, h: 1}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2180
      -
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2181
        - {x: 0, y: 875, w: 1, h: 150}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2182
        - {x: 3072, y: 875, w: 1, h: 150}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2183
    fill_points:
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2184
      - {x: 1386, y: 0}
1f35c7974b4b Add one more template
unC0Rr
parents: 16074
diff changeset
  2185
13919
b95074eb8d57 Convert uLandTemplates into yaml file
unc0rr
parents:
diff changeset
  2186
template_types:
16058
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2187
  small:
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2188
    indices: [39, 40, 42]    
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2189
  medium:
16076
5167de4b52c2 Add the template to selection
unC0Rr
parents: 16075
diff changeset
  2190
    indices: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 46, 47]
16058
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2191
  large:
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2192
    indices: [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 43]
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2193
  cavern:
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2194
    indices: [36, 2, 3, 21, 29, 45]
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2195
    force_invert: true
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2196
  wacky:
9cbd18220eb7 Fix cavern templates
unC0Rr
parents: 15935
diff changeset
  2197
    indices: [37, 38, 41, 43, 44]