-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathPolicies.json
684 lines (684 loc) · 23.3 KB
/
Policies.json
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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
[
{
"name": "Tradition",
"era": "Ancient era",
"priorities": {
"Neutral": 5,
"Cultural": 5,
"Diplomatic": 5,
"Domination": 5,
"Scientific": 5
},
"uniques": [
"[+3 Culture] [in capital]",
"[-25]% Culture cost of natural border growth [in all cities]"
],
"policies": [
{
"name": "Aristocracy",
"uniques": [
"[+15]% Production when constructing [All] wonders [in all cities]",
"[+1 Happiness] per [10] population [in all cities]"
],
"row": 1,
"column": 1
},
{
"name": "Legalism",
"uniques": [
"Provides the cheapest [Culture] building in your first [4] cities for free"
],
"row": 1,
"column": 3
},
{
"name": "Oligarchy",
"uniques": [
"Units in cities cost no Maintenance",
"[+50]% Strength for cities <with a garrison> <when attacking>",
"[-100]% weight to this choice for AI decisions"
],
"row": 1,
"column": 5
},
{
"name": "Landed Elite",
"uniques": [
"[+10]% growth [in capital]",
"[+2 Food] [in capital]"
],
"requires": ["Legalism"],
"row": 2,
"column": 2
},
{
"name": "Monarchy",
"uniques": [
"[+1 Gold, +1 Happiness] per [2] population [in capital]"
],
"requires": ["Legalism"],
"row": 2,
"column": 4
},
{
"name": "Tradition Complete",
"uniques": [
"[+15]% growth [in all cities]",
"Provides a [Aqueduct] in your first [4] cities for free"
]
}
]
},
{
"name": "Liberty",
"era": "Ancient era",
"priorities": {
"Neutral": 10,
"Cultural": 10,
"Diplomatic": 10,
"Domination": 10,
"Scientific": 10
},
"uniques": ["[+1 Culture] [in all cities]"],
"policies": [
{
"name": "Republic",
"uniques": [
"[+1 Production] [in all cities]",
"[+5]% Production when constructing [All] buildings [in all cities]",
],
"row": 1,
"column": 1
},
{
"name": "Citizenship",
"uniques": [
"Can build [all] improvements at a [+25]% rate",
"Free [Worker] appears",
"[-100]% weight to this choice for AI decisions"
],
"row": 1,
"column": 4
},
{
"name": "Collective Rule",
"uniques": [
"[+50]% Production when constructing [Settler] units [in capital]",
"Free [Settler] appears"
],
"requires": ["Republic"],
"row": 2,
"column": 1
},
{
"name": "Representation",
"uniques": [
"Each city founded increases culture cost of policies [33]% less than normal",
"Empire enters [Golden Age]"
],
"requires": ["Citizenship"],
"row": 2,
"column": 3
},
{
"name": "Meritocracy",
"uniques": [
"[+1 Happiness] [in all cities connected to capital]",
"[-5]% Unhappiness from [Population] [in all non-occupied cities]",
"[-100]% weight to this choice for AI decisions"
],
"requires": ["Citizenship"],
"row": 2,
"column": 5
},
{
"name": "Liberty Complete",
"uniques": ["Free Great Person"]
}
]
},
{
"name": "Honor",
"era": "Ancient era",
"priorities": {
"Neutral": 5,
"Cultural": 5,
"Diplomatic": 5,
"Domination": 5,
"Scientific": 5
},
"uniques": [
"[+33]% Strength <vs [Barbarian] units>",
"Earn [100]% of killed [Barbarian] unit's [Strength] as [Culture]",
"Notified of new Barbarian encampments"
],
"policies": [
{
"name": "Warrior Code",
"uniques": [
"[+15]% Production when constructing [Melee] units [in all cities]",
"Free [Great General] appears"
],
"row": 1,
"column": 2
},
{
"name": "Discipline",
"uniques": [
"[+15]% Strength <for [Melee] units> <when adjacent to a [Melee] unit>"
],
"row": 1,
"column": 4
},
{
"name": "Military Tradition",
"uniques": [
"[+50]% XP gained from combat <for [Military] units>"
],
"requires": ["Warrior Code"],
"row": 2,
"column": 2
},
{
"name": "Military Caste",
"uniques": [
"[+1 Happiness, +2 Culture] [in all cities with a garrison]"
],
"requires": ["Discipline"],
"row": 2,
"column": 4
},
{
"name": "Professional Army",
"uniques": [
"[-33]% Gold cost of upgrading <for [Military] units>",
"[+1 Happiness] from every [Walls]",
"[+1 Happiness] from every [Castle]",
"[+1 Happiness] from every [Arsenal]",
"[+1 Happiness] from every [Military Base]"
],
"requires": ["Military Caste"],
"row": 3,
"column": 4
},
{
"name": "Honor Complete",
"uniques": [
"Earn [10]% of killed [Military] unit's [Cost] as [Gold]"
]
}
]
},
{
"name": "Piety",
"era": "Classical era",
"priorities": {
"Neutral": 0,
"Cultural": 0,
"Diplomatic": 0,
"Domination": 0,
"Scientific": 0
},
"uniques": [
"[+100]% Production when constructing [Shrine] buildings [in all cities]",
"[+100]% Production when constructing [Temple] buildings [in all cities]",
"Only available <before adopting [Rationalism]>",
"[-100]% weight to this choice for AI decisions <when religion is disabled>"
],
"policies": [
{
"name": "Organized Religion",
"uniques": [
"[+1 Faith] from every [Shrine]",
"[+1 Faith] from every [Temple]"
],
"row": 1,
"column": 2
},
{
"name": "Mandate Of Heaven",
"uniques": ["[50]% of excess happiness converted to [Culture]"],
"row": 1,
"column": 5
},
{
"name": "Theocracy",
"uniques": ["[+10]% [Gold] from every [Temple]"],
"requires": ["Organized Religion"],
"row": 2,
"column": 1
},
{
"name": "Reformation",
"uniques": [
"[+33]% [Culture] [in all cities with a world wonder]",
"Empire enters [Golden Age]"
],
"requires": ["Organized Religion"],
"row": 2,
"column": 3
},
{
"name": "Free Religion",
"uniques": ["[-10]% Culture cost of adopting new Policies"],
"requires": ["Mandate Of Heaven", "Reformation"],
"row": 3,
"column": 4
},
{
"name": "Piety Complete",
"uniques": [
"[Faith] cost of purchasing items in cities [-20]%",
"[+3 Gold, +3 Culture] from every [Holy site]"
]
}
]
},
{
"name": "Patronage",
"era": "Medieval era",
"priorities": {
"Neutral": 5,
"Cultural": 5,
"Diplomatic": 10,
"Domination": 5,
"Scientific": 5
},
"uniques": [
"[-25]% City-State Influence degradation",
"[-100]% weight to this choice for AI decisions <when number of [Remaining [City-State] Civilizations] is less than [2]>"
],
"policies": [
{
"name": "Philantropy",
"uniques": [
"Gifts of Gold to City-States generate [25]% more Influence"
],
"row": 1,
"column": 2
},
{
"name": "Aesthetics",
"uniques": [
"Resting point for Influence with City-States is increased by [20]"
],
"row": 1,
"column": 4
},
{
"name": "Scholasticism",
"uniques": [
"Allied City-States provide [Science] equal to [25]% of what they produce for themselves"
],
"requires": ["Philantropy"],
"row": 2,
"column": 2
},
{
"name": "Cultural Diplomacy",
"uniques": [
"[+100]% resources gifted by City-States",
"[+50]% Happiness from luxury resources gifted by City-States"
],
"requires": ["Scholasticism"],
"row": 3,
"column": 2
},
{
"name": "Educated Elite",
"requires": ["Scholasticism", "Aesthetics"],
"uniques": [
"Allied City-States will occasionally gift Great People"
],
"row": 3,
"column": 4
},
{
"name": "Patronage Complete",
"uniques": [
"Influence of all other civilizations with all city-states degrades [33]% faster",
"Triggers the following global alert: [Our influence with City-States has started dropping faster!]"
]
}
]
},
{
"name": "Commerce",
"era": "Medieval era",
"priorities": {
"Neutral": 5,
"Cultural": 5,
"Diplomatic": 5,
"Domination": 5,
"Scientific": 5
},
"uniques": ["[+25]% [Gold] [in capital]"],
"policies": [
{
"name": "Naval Tradition",
"uniques": [
"[+1] Movement <for [{Military} {Water}] units>",
"[+1] Sight <for [{Military} {Water}] units>",
"Free [Great General] appears"
// "[+2] Movement <for [Great Admiral] units>"
// ToDo: Should be "Free [Great Admiral] appears"
],
"row": 1,
"column": 2
},
{
"name": "Trade Unions",
"uniques": [
"[-33]% maintenance on road & railroads",
"[+1 Gold] from every [Harbor]",
"[+1 Gold] from every [Seaport]"
],
"row": 1,
"column": 4
},
{
"name": "Merchant Navy",
"uniques": ["[+3 Production] [in all coastal cities]"],
"requires": ["Naval Tradition"],
"row": 2,
"column": 2
},
{
"name": "Mercantilism",
"uniques": [
"[Gold] cost of purchasing items in cities [-25]%",
"[+1 Science] from every [Mint]",
"[+1 Science] from every [Market]",
"[+1 Science] from every [Bank]",
"[+1 Science] from every [Stock Exchange]"
],
"requires": ["Trade Unions"],
"row": 2,
"column": 4
},
{
"name": "Protectionism",
"uniques": ["[+2] Happiness from each type of luxury resource"],
"requires": ["Mercantilism"],
"row": 3,
"column": 4
},
{
"name": "Commerce Complete",
"uniques": [
"[+1 Gold] from every [Trading post]",
"[+100]% Gold from Great Merchant trade missions",
"May buy [Great Merchant] units for [1000] [Faith] [in all cities in which the majority religion is a major religion] at an increasing price ([500]) <starting from the [Industrial era]>"
]
}
]
},
{
"name": "Rationalism",
"era": "Renaissance era",
"priorities": {
"Neutral": 10,
"Cultural": 10,
"Diplomatic": 10,
"Domination": 10,
"Scientific": 10
},
"uniques": [
"[+15]% [Science] <while the empire is happy>",
"Only available <before adopting [Piety]>"
],
"policies": [
{
"name": "Secularism",
"uniques": [
"[+2 Science] from every specialist [in all cities]"
],
"row": 1,
"column": 2
},
{
"name": "Humanism",
"uniques": [
"[+1 Happiness] from every [University]",
"[+1 Happiness] from every [Observatory]",
"[+1 Happiness] from every [Public School]",
"[-50]% weight to this choice for AI decisions"
],
"row": 1,
"column": 4
},
{
"name": "Free Thought",
"uniques": [
"[+1 Science] from every [Trading post]",
"[+17]% [Science] from every [University]"
],
"requires": ["Secularism"],
"row": 2,
"column": 2
},
{
"name": "Sovereignty",
"uniques": ["[+1 Gold] from all [Science] buildings"],
"requires": ["Humanism"],
"row": 2,
"column": 4
},
{
"name": "Scientific Revolution",
"uniques": ["Science gained from research agreements [+50]%", "[-100]% weight to this choice for AI decisions"],
"requires": ["Free Thought"],
"row": 3,
"column": 2
},
{
"name": "Rationalism Complete",
"uniques": [
"[2] Free Technologies",
"May buy [Great Scientist] units for [1000] [Faith] [in all cities in which the majority religion is a major religion] at an increasing price ([500]) <starting from the [Industrial era]>"
]
}
]
},
{
"name": "Freedom",
"era": "Industrial era",
"priorities": {
"Neutral": 5,
"Cultural": 10,
"Diplomatic": 5,
"Domination": 5,
"Scientific": 10
},
"uniques": [
"[+25]% Great Person generation [in all cities]",
"Only available <before adopting [Autocracy]>",
"Only available <before adopting [Order]>"
],
"policies": [
{
"name": "Constitution",
"uniques": ["[+2 Culture] from every [Wonder]", "[-100]% weight to this choice for AI decisions"],
"row": 1,
"column": 1
},
{
"name": "Universal Suffrage",
"uniques": ["[+33]% Strength for cities <when defending>", "[-100]% weight to this choice for AI decisions"],
"row": 1,
"column": 3
},
{
"name": "Civil Society",
"uniques": [
"[-50]% Food consumption by specialists [in all cities]"
],
"row": 1,
"column": 5
},
{
"name": "Free Speech",
"uniques": ["[8] units cost no maintenance"],
"requires": ["Constitution"],
"row": 2,
"column": 1
},
{
"name": "Democracy",
"uniques": [
"[-50]% Unhappiness from [Specialists] [in all cities]"
],
"requires": ["Civil Society"],
"row": 2,
"column": 5
},
{
"name": "Freedom Complete",
"uniques": [
"[+100]% Yield from every [Great Improvement]",
"[+50]% Golden Age length",
"May buy [Great Artist] units for [1000] [Faith] [in all cities in which the majority religion is a major religion] at an increasing price ([500]) <starting from the [Industrial era]>"
]
}
]
},
{
"name": "Autocracy",
"era": "Industrial era",
"priorities": {
"Neutral": 5,
"Cultural": 5,
"Diplomatic": 5,
"Domination": 10,
"Scientific": 5
},
"uniques": [
"[-33]% maintenance costs <for [All] units>",
"Upon capturing a city, receive [10] times its [Culture] production as [Culture] immediately",
"Only available <before adopting [Order]>",
"Only available <before adopting [Freedom]>"
],
"policies": [
{
"name": "Populism",
"uniques": ["[+25]% Strength <for [Wounded] units>", "[+100]% weight to this choice for AI decisions"],
"row": 1,
"column": 2
},
{
"name": "Militarism",
"uniques": ["[Gold] cost of purchasing [All] units [-33]%"],
"row": 1,
"column": 4
},
{
"name": "Fascism",
"uniques": [
"Quantity of strategic resources produced by the empire +[100]%",
"[+2] Movement <for [Great General] units>"
],
"requires": ["Populism", "Militarism"],
"row": 2,
"column": 2
},
{
"name": "Police State",
"uniques": [
"[+3 Happiness] from every [Courthouse]",
"[+100]% Production when constructing [Courthouse] buildings [in all cities]",
"[-25]% enemy spy effectiveness [in all cities]"
],
"requires": ["Militarism"],
"row": 2,
"column": 4
},
{
"name": "Total War",
"uniques": [
"[+25]% Production when constructing [Military] units [in all cities]",
"New [Military] units start with [15] XP [in all cities]"
],
"requires": ["Police State", "Fascism"],
"row": 3,
"column": 3
},
{
"name": "Autocracy Complete",
"uniques": [
"[+25]% Strength <when attacking> <for [Military] units> <for [50] turns>",
"May buy [Great General] units for [1000] [Faith] [in all cities in which the majority religion is a major religion] at an increasing price ([500]) <starting from the [Industrial era]>",
]
}
]
},
{
"name": "Order",
"era": "Industrial era",
"priorities": {
"Neutral": 10,
"Cultural": 5,
"Diplomatic": 10,
"Domination": 5,
"Scientific": 5
},
"uniques": [
"[+1 Happiness] [in all cities]",
"Only available <before adopting [Autocracy]>",
"Only available <before adopting [Freedom]>"
],
"policies": [
{
"name": "United Front",
"uniques": [
"Militaristic City-States grant units [2] times as fast when you are at war with a common nation","[-100]% weight to this choice for AI decisions"
],
"row": 1,
"column": 1
},
{
"name": "Planned Economy",
"uniques": [
"[+25]% [Science] from every [Factory]",
"[+100]% Production when constructing [Factory] buildings [in all cities]"
],
"row": 1,
"column": 3
},
{
"name": "Nationalism",
"uniques": [
"[+15]% Strength <for [All] units> <when fighting in [Friendly Land] tiles>"
],
"row": 1,
"column": 5
},
{
"name": "Socialism",
"requires": ["Planned Economy"],
"uniques": [
"[-15]% maintenance cost for buildings [in all cities]"
],
"row": 2,
"column": 3
},
{
"name": "Communism",
"requires": ["Socialism"],
"uniques": [
"[+2 Production] [in all cities]",
"[+1 Production] from every [Mine]",
"[+1 Production] from every [Quarry]"
],
"row": 3,
"column": 3
},
{
"name": "Order Complete",
"uniques": [
"[+2 Food, +2 Production, +2 Science, +2 Gold, +2 Culture] [in all cities]",
"May buy [Great Engineer] units for [1000] [Faith] [in all cities in which the majority religion is a major religion] at an increasing price ([500]) <starting from the [Industrial era]>"
]
}
]
}
]