File: atlantic.conf

package info (click to toggle)
monopd 0.9.3-4.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 788 kB
  • ctags: 575
  • sloc: cpp: 5,666; sh: 712; makefile: 27
file content (427 lines) | stat: -rw-r--r-- 5,497 bytes parent folder | download | duplicates (6)
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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
<General>
name=Atlantic
description=Rob Kaper's Atlantic
minplayers=2
maxplayers=6
houses=32
hotels=16
startmoney=2000

<Board>
go=20
bgcolor=#566fa0

<EstateGroups>

[European Isles]
color=#4bc1b2
bgcolor=#a6cc9d
houseprice=50

[Holland]
color=#4bc653
bgcolor=#a6cc9d
houseprice=100

[West Europe]
color=#d3db60
bgcolor=#a6cc9d
houseprice=100

[South Europe]
color=#d6ac60
bgcolor=#a6cc9d
houseprice=150

[Florida]
color=#cc5d5d
bgcolor=#a6cc9d
houseprice=150

[South East USA]
color=#cc61a3
bgcolor=#a6cc9d
houseprice=200

[North East USA]
color=#8d63cc
bgcolor=#a6cc9d
houseprice=200

[Canada]
color=#6092ea
bgcolor=#a6cc9d
houseprice=300

[Airports]
price=300
bgcolor=#5b7a53
rentmath=(2^${GROUPOWNED})*20
# This might need some explaining. Monopd uses libmath++ to calculate some
# rents which include run-time variables. Current substitutions available:
#
# DICE		amount thrown with dice
# HOUSES	number of houses on the estate
# GROUPOWNED	amount of estates of the same group owned
#
# At the moment rentmath is only supported for EstateGroups.

<Cards>

groupname=Chance

[Take a trip to Halifax!]
advanceto=23

[Take a trip to Rotterdam!]
advanceto=34

[You ended last in a beauty contest. Sorry.]

[Happy birthday! Collect 100 from every player.]
payeach=-100

[Go forward three places.]
advance=3

# All cards below this comment are old ones from Monopoly.
# Don't remove them yet, I will use them as basis for real Atlantic cards.

[Advance Token to nearest utility.  If unowned you may buy it from bank. If owned, throw dice and pay owner a total ten times the amount thrown.]
advancetonexof=Utilities

[Go directly to jail. Do not pass go, do not collect $200]
tojail=1

[Take a ride on the Reading. If you pass go, collect $200]
advanceto=5

[Advance to St. Charles Place.  If you pass go, collect $200]
advanceto=11

[Your building and loan matures.  Collect $150]
pay=-150

[Pay poor tax of $15]
pay=15

[Advance token to nearest Railroad and pay owner Twice the Rental to which he is entitled.  If Railroad is unowned, you may buy it from the bank.]
advancetonextof=Railroads

[Bank pays you dividend of $50]
pay=-50

[This card may be kept until needed or sold.  GET OUT OF JAIL FREE]
canbeowned=1
outofjail=1

[Make General Repairs On All Your Property.  For each house pay $25, For each hotel, $100]
payhouse=25
payhotel=100

[Advance to Go (Collect $200)]
advanceto=0

<Estates>

[Aeropuerto de A Coruña]
group=Airports
advancetoifowned=11

[Bilbao]
group=South Europe
price=220
rent0=18
rent1=90
rent2=250
rent3=700
rent4=875
rent5=1050

[Oporto]
group=South Europe
price=220
rent0=18
rent1=90
rent2=250
rent3=700
rent4=875
rent5=1050

[Lisbon]
group=South Europe
price=240
rent0=20
rent1=100
rent2=300
rent3=750
rent4=925
rent5=1100

[Chance]
takecard=Chance
paytarget=35

[Go to Jail]
tojail=1
bgcolor=#8da0bf

[TODO]

[Customs]
tax=150
taxpercentage=15
paytarget=15

[Chance]
takecard=Chance
paytarget=15

[Miami]
group=Florida
price=260
rent0=22
rent1=110
rent2=330
rent3=800
rent4=975
rent5=1150

[Orlando Sanford International Airport]
group=Airports
advancetoifowned=16

[Orlando]
group=Florida
price=280
rent0=24
rent1=120
rent2=345
rent3=850
rent4=1035
rent5=1200

[Savannah]
group=South East USA
price=300
rent0=26
rent1=130
rent2=390
rent3=900
rent4=1100
rent5=1275

[Charleston]
group=South East USA
price=300
rent0=26
rent1=130
rent2=390
rent3=900
rent4=1100
rent5=1275

[Richmond]
group=South East USA
price=320
rent0=28
rent1=150
rent2=450
rent3=1000
rent4=1200
rent5=1400

[U.S. Treasury]
bgcolor=#def2d5
passmoney=100

[Washington]
group=North East USA
price=340
rent0=30
rent1=160
rent2=470
rent3=1050
rent4=1270
rent5=1450

[New York]
group=North East USA
price=360
rent0=32
rent1=165
rent2=490
rent3=1090
rent4=1320
rent5=1520

[Boston]
group=North East USA
price=360
rent0=32
rent1=165
rent2=490
rent3=1090
rent4=1320
rent5=1520

[Portland]
group=North East USA
price=380
rent0=35
rent1=180
rent2=520
rent3=1140
rent4=1400
rent5=1600

[Boston Logan International Airport]
group=Airports
advancetoifowned=28

[Toronto]
group=Canada
price=400
rent0=50
rent1=200
rent2=600
rent3=1400
rent4=1700
rent5=2000

[Montreal]
group=Canada
price=460
rent0=55
rent1=230
rent2=640
rent3=1470
rent4=1790
rent5=2100

[Halifax]
group=Canada
price=500
rent0=60
rent1=250
rent2=660
rent3=1500
rent4=1850
rent5=2300

[Chance]
takecard=Chance
paytarget=15

[Jail]
jail=1
payamount=50
bgcolor=#8da0bf

[TODO]

[Customs]
taxpercentage=20
paytarget=35

[Reykjavik]
group=European Isles
price=40
rent0=1
rent1=8
rent2=27
rent3=85
rent4=155
rent5=230

[Edinburgh]
group=European Isles
price=60
rent0=2
rent1=10
rent2=30
rent3=90
rent4=160
rent5=250

[London Heathrow Airport]
group=Airports
advancetoifowned=34

[London]
group=European Isles
price=100
rent0=10
rent1=13
rent2=36
rent3=95
rent4=166
rent5=265

[Chance]
takecard=Chance
paytarget=35

[Amsterdam]
group=Holland
price=100
rent0=10
rent1=15
rent2=35
rent3=98
rent4=172
rent5=265

[Rotterdam]
group=Holland
price=140
rent0=13
rent1=21
rent2=42
rent3=112
rent4=180
rent5=290

[European Central Bank]
bgcolor=#def2d5
passmoney=100

[Antwerp]
group=West Europe
price=140
rent0=13
rent1=21
rent2=42
rent3=112
rent4=180
rent5=290

[Paris]
group=West Europe
price=160
rent0=16
rent1=24
rent2=45
rent3=120
rent4=194
rent5=315

[Bordeaux]
group=West Europe
price=160
rent0=16
rent1=24
rent2=45
rent3=120
rent4=194
rent5=315

[La Coruña]
group=South Europe
price=200
rent0=22
rent1=97
rent2=259
rent3=720
rent4=895
rent5=1125