summaryrefslogtreecommitdiff
path: root/0.F_backport-map-note-colours.patch
blob: fceec60542ea807f3a02c04138a7997986de2f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
--- a/data/json/overmap/map_extras.json
+++ b/data/json/overmap/map_extras.json
@@ -12,8 +12,8 @@
     "name": "Crater",
     "description": "There is a crater here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_crater" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "o",
+    "color": "red",
     "autonote": true
   },
   {
@@ -32,8 +32,8 @@
     "name": "College Kids",
     "description": "Several corpses of college kids are here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_collegekids" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "c",
+    "color": "light_red",
     "autonote": true
   },
   {
@@ -42,8 +42,8 @@
     "name": "Drug Deal",
     "description": "Several corpses of drug dealers are here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_drugdeal" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "d",
+    "color": "light_red",
     "autonote": true
   },
   {
@@ -52,7 +52,7 @@
     "name": "Roadworks",
     "description": "Roadworks are here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_roadworks" },
-    "sym": "x",
+    "sym": "X",
     "color": "yellow",
     "autonote": true
   },
@@ -62,8 +62,8 @@
     "name": "Road Mayhem",
     "description": "Road mayhem is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_mayhem" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "M",
+    "color": "light_red",
     "autonote": true
   },
   {
@@ -72,8 +72,8 @@
     "name": "Roadblock (Military)",
     "description": "This road is blocked by military.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_roadblock" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "X",
+    "color": "red",
     "autonote": true
   },
   {
@@ -82,8 +82,8 @@
     "name": "Roadblock (Bandits)",
     "description": "This road is blocked by bandits.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_bandits_block" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "X",
+    "color": "red",
     "autonote": true
   },
   {
@@ -92,8 +92,8 @@
     "name": "Minefield",
     "description": "Mines are scattered here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_minefield" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "M",
+    "color": "red",
     "autonote": true
   },
   {
@@ -102,7 +102,7 @@
     "name": "Supply Drop",
     "description": "Several supply crates were dropped here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_supplydrop" },
-    "sym": "x",
+    "sym": "C",
     "color": "yellow",
     "autonote": true
   },
@@ -112,8 +112,8 @@
     "name": "Military",
     "description": "Several corpses of soldiers are here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_military" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "m",
+    "color": "light_red",
     "autonote": true
   },
   {
@@ -122,8 +122,8 @@
     "name": "Helicopter Crash",
     "description": "Helicopter crashed here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_helicopter" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "X",
+    "color": "light_blue",
     "autonote": true
   },
   {
@@ -132,8 +132,8 @@
     "name": "Scientists",
     "description": "Several corpses of scientists are here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_science" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "s",
+    "color": "light_red",
     "autonote": true
   },
   {
@@ -142,8 +142,8 @@
     "name": "Portal",
     "description": "Portal is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_portal" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "P",
+    "color": "magenta",
     "autonote": true
   },
   {
@@ -152,8 +152,8 @@
     "name": "Portal In",
     "description": "Another portal is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_portal_in" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "P",
+    "color": "magenta",
     "autonote": true
   },
   {
@@ -162,8 +162,8 @@
     "name": "Anomaly",
     "description": "Some anomaly is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_anomaly" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "O",
+    "color": "light_red",
     "autonote": true
   },
   {
@@ -172,7 +172,7 @@
     "name": "Spider Nest",
     "description": "Spider nest is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_house_spider" },
-    "sym": "x",
+    "sym": "S",
     "color": "yellow",
     "autonote": true
   },
@@ -182,7 +182,7 @@
     "name": "Wasp Nest",
     "description": "Wasp nest is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_house_wasp" },
-    "sym": "x",
+    "sym": "W",
     "color": "yellow",
     "autonote": true
   },
@@ -192,7 +192,7 @@
     "name": "Spiders",
     "description": "This area is covered with webs.  Probably spiders are nearby",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_spider" },
-    "sym": "x",
+    "sym": "S",
     "color": "yellow",
     "autonote": true
   },
@@ -202,8 +202,8 @@
     "name": "Shia LaBeouf",
     "description": "Cannibal is nearby.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_shia" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "c",
+    "color": "red",
     "autonote": true
   },
   {
@@ -212,8 +212,8 @@
     "name": "Jabberwock",
     "description": "Jabberwock is nearby.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_jabberwock" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "J",
+    "color": "red",
     "autonote": true
   },
   {
@@ -222,8 +222,8 @@
     "name": "Grove",
     "description": "This area is covered with a single type of trees.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_grove" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "F",
+    "color": "light_green",
     "autonote": true
   },
   {
@@ -232,8 +232,8 @@
     "name": "Shrubberry",
     "description": "This area is covered with a single type of shrubs.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_shrubbery" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "s",
+    "color": "light_green",
     "autonote": true
   },
   {
@@ -242,8 +242,8 @@
     "name": "Clearcut",
     "description": "Most trees in this area were uniformly cut down.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_clearcut" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": ".",
+    "color": "brown",
     "autonote": true
   },
   {
@@ -252,8 +252,8 @@
     "name": "Pond",
     "description": "Small pond is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_pond" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "p",
+    "color": "blue",
     "autonote": true
   },
   {
@@ -283,8 +283,8 @@
     "name": "Clay Deposit",
     "description": "Small clay deposit is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_clay_deposit" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "c",
+    "color": "brown",
     "autonote": true
   },
   {
@@ -293,8 +293,8 @@
     "name": "Dead Vegetation",
     "description": "Dead vegetation is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_dead_vegetation" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": ".",
+    "color": "brown",
     "autonote": true
   },
   {
@@ -303,8 +303,8 @@
     "name": "Dead Vegetation (Point)",
     "description": "Dead vegetation is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_point_dead_vegetation" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": ".",
+    "color": "brown",
     "autonote": true
   },
   {
@@ -313,7 +313,7 @@
     "name": "Burned Ground",
     "description": "Burned ground is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_burned_ground" },
-    "sym": "x",
+    "sym": ".",
     "color": "yellow",
     "autonote": true
   },
@@ -323,7 +323,7 @@
     "name": "Burned Ground (Point)",
     "description": "Burned ground is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_point_burned_ground" },
-    "sym": "x",
+    "sym": ".",
     "color": "yellow",
     "autonote": true
   },
@@ -333,8 +333,8 @@
     "name": "Marloss Pilgrimage",
     "description": "Marloss Pilgrimage is here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_marloss_pilgrimage" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "F",
+    "color": "dark_gray",
     "autonote": true
   },
   {
@@ -343,7 +343,7 @@
     "name": "Casings",
     "description": "Several spent casings are here.",
     "generator": { "generator_method": "map_extra_function", "generator_id": "mx_casings" },
-    "sym": "x",
+    "sym": "C",
     "color": "yellow",
     "autonote": true
   },
@@ -367,7 +367,7 @@
     "name": "Wasp Nest",
     "description": "A wasp nest.",
     "generator": { "generator_method": "update_mapgen", "generator_id": "mx_nest_wasp" },
-    "sym": "x",
+    "sym": "W",
     "color": "yellow",
     "autonote": true
   },
@@ -377,8 +377,8 @@
     "name": "Dermatik Nest",
     "description": "A dermatik nest.",
     "generator": { "generator_method": "update_mapgen", "generator_id": "mx_nest_dermatik" },
-    "sym": "x",
-    "color": "yellow",
+    "sym": "D",
+    "color": "brown",
     "autonote": true
   },
   {