|
@@ -22,12 +22,12 @@ age_of_discovery = {
|
|
|
22
22
|
}
|
|
23
23
|
custom_trigger_tooltip = {
|
|
24
24
|
tooltip = obj_discover_america_tooltip
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
25
|
+
OR = {
|
|
26
|
+
north_america = { has_discovered = ROOT }
|
|
27
|
+
south_america = { has_discovered = ROOT }
|
|
28
|
+
new_world = { has_discovered = ROOT }
|
|
30
29
|
}
|
|
30
|
+
}
|
|
31
31
|
}
|
|
32
32
|
obj_100_development = {
|
|
33
33
|
allow = {
|
|
@@ -82,8 +82,16 @@ age_of_discovery = {
|
|
|
82
82
|
allow = {
|
|
83
83
|
religion_group = christian
|
|
84
84
|
}
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
calc_true_if = {
|
|
86
|
+
all_subject_country = {
|
|
87
|
+
OR = {
|
|
88
|
+
is_subject_of_type = personal_union
|
|
89
|
+
is_subject_of_type = integrated_personal_union
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
amount = 2
|
|
93
|
+
}
|
|
94
|
+
}
|
|
87
95
|
|
|
88
96
|
obj_many_vassals = {
|
|
89
97
|
allow = {
|
|
@@ -109,6 +117,10 @@ age_of_discovery = {
|
|
|
109
117
|
effect = {
|
|
110
118
|
custom_tooltip = feudal_de_jure_law
|
|
111
119
|
set_country_flag = feudal_de_jure_law
|
|
120
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
121
|
+
}
|
|
122
|
+
modifier = {
|
|
123
|
+
num_of_age_rewards = 1
|
|
112
124
|
}
|
|
113
125
|
ai_will_do = {
|
|
114
126
|
factor = 10
|
|
@@ -116,8 +128,12 @@ age_of_discovery = {
|
|
|
116
128
|
}
|
|
117
129
|
|
|
118
130
|
ab_justified_wars = {
|
|
131
|
+
effect = {
|
|
132
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
133
|
+
}
|
|
119
134
|
modifier = {
|
|
120
135
|
ae_impact = -0.1
|
|
136
|
+
num_of_age_rewards = 1
|
|
121
137
|
}
|
|
122
138
|
ai_will_do = {
|
|
123
139
|
factor = 10
|
|
@@ -126,9 +142,13 @@ age_of_discovery = {
|
|
|
126
142
|
|
|
127
143
|
|
|
128
144
|
ab_transfer_vassal_wargoal = {
|
|
145
|
+
effect = {
|
|
146
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
147
|
+
}
|
|
129
148
|
modifier = {
|
|
130
149
|
can_transfer_vassal_wargoal = yes
|
|
131
150
|
can_chain_claim = yes
|
|
151
|
+
num_of_age_rewards = 1
|
|
132
152
|
}
|
|
133
153
|
ai_will_do = {
|
|
134
154
|
factor = 10
|
|
@@ -136,8 +156,12 @@ age_of_discovery = {
|
|
|
136
156
|
}
|
|
137
157
|
|
|
138
158
|
ab_free_war_taxes = {
|
|
159
|
+
effect = {
|
|
160
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
161
|
+
}
|
|
139
162
|
modifier = {
|
|
140
163
|
war_taxes_cost_modifier = -1.0
|
|
164
|
+
num_of_age_rewards = 1
|
|
141
165
|
}
|
|
142
166
|
ai_will_do = {
|
|
143
167
|
factor = 10
|
|
@@ -146,16 +170,24 @@ age_of_discovery = {
|
|
|
146
170
|
|
|
147
171
|
|
|
148
172
|
ab_cavalry_armies = {
|
|
173
|
+
effect = {
|
|
174
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
175
|
+
}
|
|
149
176
|
modifier = {
|
|
150
177
|
cav_to_inf_ratio = 0.2
|
|
178
|
+
num_of_age_rewards = 1
|
|
151
179
|
}
|
|
152
180
|
ai_will_do = {
|
|
153
181
|
factor = 10
|
|
154
182
|
}
|
|
155
183
|
}
|
|
156
184
|
ab_colony_boost_development = {
|
|
185
|
+
effect = {
|
|
186
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
187
|
+
}
|
|
157
188
|
modifier = {
|
|
158
189
|
colony_development_boost = 1
|
|
190
|
+
num_of_age_rewards = 1
|
|
159
191
|
}
|
|
160
192
|
ai_will_do = {
|
|
161
193
|
factor = 10
|
|
@@ -167,8 +199,12 @@ age_of_discovery = {
|
|
|
167
199
|
}
|
|
168
200
|
|
|
169
201
|
ab_attack_bonus_in_capital_terrain = {
|
|
202
|
+
effect = {
|
|
203
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
204
|
+
}
|
|
170
205
|
modifier = {
|
|
171
206
|
attack_bonus_in_capital_terrain = 1
|
|
207
|
+
num_of_age_rewards = 1
|
|
172
208
|
}
|
|
173
209
|
ai_will_do = {
|
|
174
210
|
factor = 10
|
|
@@ -176,11 +212,15 @@ age_of_discovery = {
|
|
|
176
212
|
}
|
|
177
213
|
|
|
178
214
|
ab_ottoman_siege_ability = {
|
|
215
|
+
effect = {
|
|
216
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
217
|
+
}
|
|
179
218
|
allow = {
|
|
180
219
|
tag = TUR
|
|
181
220
|
}
|
|
182
221
|
modifier = {
|
|
183
222
|
leader_siege = 1
|
|
223
|
+
num_of_age_rewards = 1
|
|
184
224
|
}
|
|
185
225
|
ai_will_do = {
|
|
186
226
|
factor = 100
|
|
@@ -188,24 +228,30 @@ age_of_discovery = {
|
|
|
188
228
|
}
|
|
189
229
|
|
|
190
230
|
ab_portugal_colonial_growth = {
|
|
191
|
-
|
|
231
|
+
effect = {
|
|
232
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
233
|
+
}
|
|
192
234
|
allow = {
|
|
193
235
|
tag = POR
|
|
194
236
|
}
|
|
195
237
|
modifier = {
|
|
196
238
|
global_colonial_growth = 50
|
|
239
|
+
num_of_age_rewards = 1
|
|
197
240
|
}
|
|
198
241
|
ai_will_do = {
|
|
199
242
|
factor = 100
|
|
200
243
|
}
|
|
201
244
|
}
|
|
202
245
|
ab_denmark_reduced_lib_desire = {
|
|
203
|
-
|
|
246
|
+
effect = {
|
|
247
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
248
|
+
}
|
|
204
249
|
allow = {
|
|
205
250
|
tag = DAN
|
|
206
251
|
}
|
|
207
252
|
modifier = {
|
|
208
253
|
reduced_liberty_desire = 30
|
|
254
|
+
num_of_age_rewards = 1
|
|
209
255
|
}
|
|
210
256
|
ai_will_do = {
|
|
211
257
|
factor = 100
|
|
@@ -220,12 +266,15 @@ age_of_discovery = {
|
|
|
220
266
|
}
|
|
221
267
|
}
|
|
222
268
|
ab_venice_ship_trade = {
|
|
223
|
-
|
|
269
|
+
effect = {
|
|
270
|
+
on_age_ability_taken = { age = age_of_discovery }
|
|
271
|
+
}
|
|
224
272
|
allow = {
|
|
225
273
|
tag = VEN
|
|
226
274
|
}
|
|
227
275
|
modifier = {
|
|
228
276
|
global_ship_trade_power = 0.5
|
|
277
|
+
num_of_age_rewards = 1
|
|
229
278
|
}
|
|
230
279
|
ai_will_do = {
|
|
231
280
|
factor = 100
|
|
@@ -313,17 +362,25 @@ age_of_reformation = {
|
|
|
313
362
|
abilities = {
|
|
314
363
|
ab_allow_religion_enforced = {
|
|
315
364
|
effect = {
|
|
365
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
316
366
|
custom_tooltip = religion_enforced_edict
|
|
317
367
|
set_country_flag = religion_enforced_edict
|
|
318
368
|
}
|
|
369
|
+
modifier = {
|
|
370
|
+
num_of_age_rewards = 1
|
|
371
|
+
}
|
|
319
372
|
ai_will_do = {
|
|
320
373
|
factor = 0
|
|
321
374
|
}
|
|
322
375
|
}
|
|
323
376
|
|
|
324
377
|
ab_siege_blockades = {
|
|
378
|
+
effect = {
|
|
379
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
380
|
+
}
|
|
325
381
|
modifier = {
|
|
326
382
|
siege_blockade_progress = 1
|
|
383
|
+
num_of_age_rewards = 1
|
|
327
384
|
}
|
|
328
385
|
ai_will_do = {
|
|
329
386
|
factor = 10
|
|
@@ -339,8 +396,12 @@ age_of_reformation = {
|
|
|
339
396
|
|
|
340
397
|
|
|
341
398
|
ab_warscore_vs_religion = {
|
|
399
|
+
effect = {
|
|
400
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
401
|
+
}
|
|
342
402
|
modifier = {
|
|
343
403
|
warscore_cost_vs_other_religion = -0.25
|
|
404
|
+
num_of_age_rewards = 1
|
|
344
405
|
}
|
|
345
406
|
ai_will_do = {
|
|
346
407
|
factor = 10
|
|
@@ -348,16 +409,24 @@ age_of_reformation = {
|
|
|
348
409
|
}
|
|
349
410
|
|
|
350
411
|
ab_mercenary_discipline = {
|
|
412
|
+
effect = {
|
|
413
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
414
|
+
}
|
|
351
415
|
modifier = {
|
|
352
416
|
mercenary_discipline = 0.05
|
|
417
|
+
num_of_age_rewards = 1
|
|
353
418
|
}
|
|
354
419
|
ai_will_do = {
|
|
355
420
|
factor = 10
|
|
356
421
|
}
|
|
357
422
|
}
|
|
358
423
|
ab_ship_power_propagation = {
|
|
424
|
+
effect = {
|
|
425
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
426
|
+
}
|
|
359
427
|
modifier = {
|
|
360
428
|
ship_power_propagation = 0.2
|
|
429
|
+
num_of_age_rewards = 1
|
|
361
430
|
}
|
|
362
431
|
ai_will_do = {
|
|
363
432
|
factor = 10
|
|
@@ -366,8 +435,12 @@ age_of_reformation = {
|
|
|
366
435
|
|
|
367
436
|
|
|
368
437
|
ab_institution_spread_from_true_faith = {
|
|
438
|
+
effect = {
|
|
439
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
440
|
+
}
|
|
369
441
|
modifier = {
|
|
370
442
|
institution_spread_from_true_faith = 0.5
|
|
443
|
+
num_of_age_rewards = 1
|
|
371
444
|
}
|
|
372
445
|
ai_will_do = {
|
|
373
446
|
factor = 10
|
|
@@ -375,8 +448,12 @@ age_of_reformation = {
|
|
|
375
448
|
}
|
|
376
449
|
|
|
377
450
|
ab_prestige_per_development_from_conversion = {
|
|
451
|
+
effect = {
|
|
452
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
453
|
+
}
|
|
378
454
|
modifier = {
|
|
379
455
|
prestige_per_development_from_conversion = 0.3
|
|
456
|
+
num_of_age_rewards = 1
|
|
380
457
|
}
|
|
381
458
|
ai_will_do = {
|
|
382
459
|
factor = 10
|
|
@@ -387,8 +464,12 @@ age_of_reformation = {
|
|
|
387
464
|
allow = {
|
|
388
465
|
tag = SPA
|
|
389
466
|
}
|
|
467
|
+
effect = {
|
|
468
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
469
|
+
}
|
|
390
470
|
modifier = {
|
|
391
471
|
leader_land_shock = 1
|
|
472
|
+
num_of_age_rewards = 1
|
|
392
473
|
}
|
|
393
474
|
ai_will_do = {
|
|
394
475
|
factor = 100
|
|
@@ -398,8 +479,12 @@ age_of_reformation = {
|
|
|
398
479
|
allow = {
|
|
399
480
|
tag = MUG
|
|
400
481
|
}
|
|
482
|
+
effect = {
|
|
483
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
484
|
+
}
|
|
401
485
|
modifier = {
|
|
402
486
|
artillery_power = 0.15
|
|
487
|
+
num_of_age_rewards = 1
|
|
403
488
|
}
|
|
404
489
|
ai_will_do = {
|
|
405
490
|
factor = 100
|
|
@@ -417,8 +502,12 @@ age_of_reformation = {
|
|
|
417
502
|
}
|
|
418
503
|
}
|
|
419
504
|
}
|
|
505
|
+
effect = {
|
|
506
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
507
|
+
}
|
|
420
508
|
modifier = {
|
|
421
509
|
global_trade_goods_size_modifier = 0.33
|
|
510
|
+
num_of_age_rewards = 1
|
|
422
511
|
}
|
|
423
512
|
ai_will_do = {
|
|
424
513
|
factor = 100
|
|
@@ -436,8 +525,12 @@ age_of_reformation = {
|
|
|
436
525
|
tag = ERS
|
|
437
526
|
}
|
|
438
527
|
}
|
|
528
|
+
effect = {
|
|
529
|
+
on_age_ability_taken = { age = age_of_reformation }
|
|
530
|
+
}
|
|
439
531
|
modifier = {
|
|
440
532
|
development_cost = -0.2
|
|
533
|
+
num_of_age_rewards = 1
|
|
441
534
|
}
|
|
442
535
|
ai_will_do = {
|
|
443
536
|
factor = 100
|
|
@@ -515,17 +608,25 @@ age_of_absolutism = {
|
|
|
515
608
|
|
|
516
609
|
ab_allow_edict_of_absolutism = {
|
|
517
610
|
effect = {
|
|
611
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
518
612
|
custom_tooltip = edict_of_absolutism_tt
|
|
519
613
|
set_country_flag = edict_of_absolutism
|
|
520
614
|
}
|
|
615
|
+
modifier = {
|
|
616
|
+
num_of_age_rewards = 1
|
|
617
|
+
}
|
|
521
618
|
ai_will_do = {
|
|
522
619
|
factor = 10
|
|
523
620
|
}
|
|
524
621
|
}
|
|
525
622
|
|
|
526
623
|
ab_rival_change = {
|
|
624
|
+
effect = {
|
|
625
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
626
|
+
}
|
|
527
627
|
modifier = {
|
|
528
628
|
rival_change_cost = -0.5
|
|
629
|
+
num_of_age_rewards = 1
|
|
529
630
|
}
|
|
530
631
|
ai_will_do = {
|
|
531
632
|
factor = 0
|
|
@@ -533,8 +634,12 @@ age_of_absolutism = {
|
|
|
533
634
|
}
|
|
534
635
|
|
|
535
636
|
ab_rival_border_fort = {
|
|
637
|
+
effect = {
|
|
638
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
639
|
+
}
|
|
536
640
|
modifier = {
|
|
537
641
|
rival_border_fort_maintenance = -1.0
|
|
642
|
+
num_of_age_rewards = 1
|
|
538
643
|
}
|
|
539
644
|
ai_will_do = {
|
|
540
645
|
factor = 10
|
|
@@ -543,8 +648,12 @@ age_of_absolutism = {
|
|
|
543
648
|
|
|
544
649
|
|
|
545
650
|
ab_autonomy = {
|
|
651
|
+
effect = {
|
|
652
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
653
|
+
}
|
|
546
654
|
modifier = {
|
|
547
655
|
autonomy_change_time = -0.5
|
|
656
|
+
num_of_age_rewards = 1
|
|
548
657
|
}
|
|
549
658
|
ai_will_do = {
|
|
550
659
|
factor = 10
|
|
@@ -553,8 +662,12 @@ age_of_absolutism = {
|
|
|
553
662
|
|
|
554
663
|
|
|
555
664
|
ab_harsh_treatment = {
|
|
665
|
+
effect = {
|
|
666
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
667
|
+
}
|
|
556
668
|
modifier = {
|
|
557
669
|
harsh_treatment_cost = -0.5
|
|
670
|
+
num_of_age_rewards = 1
|
|
558
671
|
}
|
|
559
672
|
ai_will_do = {
|
|
560
673
|
factor = 10
|
|
@@ -563,8 +676,12 @@ age_of_absolutism = {
|
|
|
563
676
|
|
|
564
677
|
|
|
565
678
|
ab_adm_efficiency = {
|
|
679
|
+
effect = {
|
|
680
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
681
|
+
}
|
|
566
682
|
modifier = {
|
|
567
683
|
administrative_efficiency = 0.05
|
|
684
|
+
num_of_age_rewards = 1
|
|
568
685
|
}
|
|
569
686
|
ai_will_do = {
|
|
570
687
|
factor = 10
|
|
@@ -572,8 +689,12 @@ age_of_absolutism = {
|
|
|
572
689
|
}
|
|
573
690
|
|
|
574
691
|
ab_yearly_absolutism = {
|
|
692
|
+
effect = {
|
|
693
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
694
|
+
}
|
|
575
695
|
modifier = {
|
|
576
696
|
yearly_absolutism = 1
|
|
697
|
+
num_of_age_rewards = 1
|
|
577
698
|
}
|
|
578
699
|
ai_will_do = {
|
|
579
700
|
factor = 100
|
|
@@ -582,28 +703,39 @@ age_of_absolutism = {
|
|
|
582
703
|
|
|
583
704
|
|
|
584
705
|
ab_french_absolutism = {
|
|
706
|
+
effect = {
|
|
707
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
708
|
+
}
|
|
585
709
|
allow = {
|
|
586
710
|
tag = FRA
|
|
587
711
|
}
|
|
588
712
|
modifier = {
|
|
589
713
|
max_absolutism_effect = 0.3
|
|
714
|
+
num_of_age_rewards = 1
|
|
590
715
|
}
|
|
591
716
|
ai_will_do = {
|
|
592
717
|
factor = 100
|
|
593
718
|
}
|
|
594
719
|
}
|
|
595
720
|
ab_dutch_trade = {
|
|
721
|
+
effect = {
|
|
722
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
723
|
+
}
|
|
596
724
|
allow = {
|
|
597
725
|
tag = NED
|
|
598
726
|
}
|
|
599
727
|
modifier = {
|
|
600
728
|
trade_steering = 0.33
|
|
729
|
+
num_of_age_rewards = 1
|
|
601
730
|
}
|
|
602
731
|
ai_will_do = {
|
|
603
732
|
factor = 100
|
|
604
733
|
}
|
|
605
734
|
}
|
|
606
735
|
ab_sweden_manpower = {
|
|
736
|
+
effect = {
|
|
737
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
738
|
+
}
|
|
607
739
|
allow = {
|
|
608
740
|
OR = {
|
|
609
741
|
tag = SWE
|
|
@@ -612,6 +744,7 @@ age_of_absolutism = {
|
|
|
612
744
|
}
|
|
613
745
|
modifier = {
|
|
614
746
|
manpower_recovery_speed = 0.35
|
|
747
|
+
num_of_age_rewards = 1
|
|
615
748
|
}
|
|
616
749
|
ai_will_do = {
|
|
617
750
|
factor = 100
|
|
@@ -626,6 +759,7 @@ age_of_absolutism = {
|
|
|
626
759
|
}
|
|
627
760
|
}
|
|
628
761
|
effect = {
|
|
762
|
+
on_age_ability_taken = { age = age_of_absolutism }
|
|
629
763
|
if = {
|
|
630
764
|
limit = {
|
|
631
765
|
NOT = { primary_culture = manchu }
|
|
@@ -637,6 +771,7 @@ age_of_absolutism = {
|
|
|
637
771
|
}
|
|
638
772
|
modifier = {
|
|
639
773
|
amount_of_banners = 0.5
|
|
774
|
+
num_of_age_rewards = 1
|
|
640
775
|
}
|
|
641
776
|
ai_will_do = {
|
|
642
777
|
factor = 100
|
|
@@ -707,8 +842,12 @@ age_of_revolutions = {
|
|
|
707
842
|
|
|
708
843
|
abilities = {
|
|
709
844
|
ab_allow_anti_revolutionary_zeal = {
|
|
845
|
+
effect = {
|
|
846
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
847
|
+
}
|
|
710
848
|
modifier = {
|
|
711
849
|
liberty_desire_from_subject_development = -0.33
|
|
850
|
+
num_of_age_rewards = 1
|
|
712
851
|
}
|
|
713
852
|
ai_will_do = {
|
|
714
853
|
factor = 15
|
|
@@ -724,8 +863,12 @@ age_of_revolutions = {
|
|
|
724
863
|
}
|
|
725
864
|
|
|
726
865
|
ab_napoleonic_warfare = {
|
|
866
|
+
effect = {
|
|
867
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
868
|
+
}
|
|
727
869
|
modifier = {
|
|
728
870
|
artillery_levels_available_vs_fort = 3
|
|
871
|
+
num_of_age_rewards = 1
|
|
729
872
|
}
|
|
730
873
|
ai_will_do = {
|
|
731
874
|
factor = 15
|
|
@@ -733,24 +876,36 @@ age_of_revolutions = {
|
|
|
733
876
|
}
|
|
734
877
|
|
|
735
878
|
ab_force_march = {
|
|
879
|
+
effect = {
|
|
880
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
881
|
+
}
|
|
736
882
|
modifier = {
|
|
737
883
|
force_march_free = yes
|
|
884
|
+
num_of_age_rewards = 1
|
|
738
885
|
}
|
|
739
886
|
ai_will_do = {
|
|
740
887
|
factor = 10
|
|
741
888
|
}
|
|
742
889
|
}
|
|
743
890
|
ab_more_ships_can_fire = {
|
|
891
|
+
effect = {
|
|
892
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
893
|
+
}
|
|
744
894
|
modifier = {
|
|
745
895
|
global_naval_engagement_modifier = 0.20
|
|
896
|
+
num_of_age_rewards = 1
|
|
746
897
|
}
|
|
747
898
|
ai_will_do = {
|
|
748
899
|
factor = 10
|
|
749
900
|
}
|
|
750
901
|
}
|
|
751
902
|
ab_no_distance_for_core = {
|
|
903
|
+
effect = {
|
|
904
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
905
|
+
}
|
|
752
906
|
modifier = {
|
|
753
907
|
ignore_coring_distance = yes
|
|
908
|
+
num_of_age_rewards = 1
|
|
754
909
|
}
|
|
755
910
|
ai_will_do = {
|
|
756
911
|
factor = 15
|
|
@@ -768,16 +923,24 @@ age_of_revolutions = {
|
|
|
768
923
|
}
|
|
769
924
|
|
|
770
925
|
ab_backrow_artillery = {
|
|
926
|
+
effect = {
|
|
927
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
928
|
+
}
|
|
771
929
|
modifier = {
|
|
772
930
|
backrow_artillery_damage = 0.20
|
|
931
|
+
num_of_age_rewards = 1
|
|
773
932
|
}
|
|
774
933
|
ai_will_do = {
|
|
775
934
|
factor = 15
|
|
776
935
|
}
|
|
777
936
|
}
|
|
778
937
|
ab_same_contine_lib_desire = {
|
|
938
|
+
effect = {
|
|
939
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
940
|
+
}
|
|
779
941
|
modifier = {
|
|
780
942
|
reduced_liberty_desire_on_same_continent = 25
|
|
943
|
+
num_of_age_rewards = 1
|
|
781
944
|
}
|
|
782
945
|
ai_will_do = {
|
|
783
946
|
factor = 15
|
|
@@ -793,6 +956,9 @@ age_of_revolutions = {
|
|
|
793
956
|
}
|
|
794
957
|
}
|
|
795
958
|
ab_pru_military = {
|
|
959
|
+
effect = {
|
|
960
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
961
|
+
}
|
|
796
962
|
allow = {
|
|
797
963
|
OR = {
|
|
798
964
|
tag = PRU
|
|
@@ -801,12 +967,16 @@ age_of_revolutions = {
|
|
|
801
967
|
}
|
|
802
968
|
modifier = {
|
|
803
969
|
fire_damage_received = -0.2
|
|
970
|
+
num_of_age_rewards = 1
|
|
804
971
|
}
|
|
805
972
|
ai_will_do = {
|
|
806
973
|
factor = 100
|
|
807
974
|
}
|
|
808
975
|
}
|
|
809
976
|
ab_gbr_fleet = {
|
|
977
|
+
effect = {
|
|
978
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
979
|
+
}
|
|
810
980
|
allow = {
|
|
811
981
|
OR = {
|
|
812
982
|
tag = AVE
|
|
@@ -815,31 +985,41 @@ age_of_revolutions = {
|
|
|
815
985
|
}
|
|
816
986
|
modifier = {
|
|
817
987
|
max_admiral_fire = 1
|
|
988
|
+
num_of_age_rewards = 1
|
|
818
989
|
}
|
|
819
990
|
ai_will_do = {
|
|
820
991
|
factor = 100
|
|
821
992
|
}
|
|
822
993
|
}
|
|
823
994
|
ab_russia_boost = {
|
|
995
|
+
effect = {
|
|
996
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
997
|
+
}
|
|
824
998
|
allow = {
|
|
825
999
|
tag = RUS
|
|
826
1000
|
}
|
|
827
1001
|
modifier = {
|
|
828
1002
|
min_autonomy_in_territories = -0.1
|
|
1003
|
+
num_of_age_rewards = 1
|
|
829
1004
|
}
|
|
830
1005
|
ai_will_do = {
|
|
831
1006
|
factor = 100
|
|
832
1007
|
}
|
|
833
1008
|
}
|
|
834
1009
|
ab_austrian_morale = {
|
|
1010
|
+
effect = {
|
|
1011
|
+
on_age_ability_taken = { age = age_of_revolutions }
|
|
1012
|
+
}
|
|
835
1013
|
allow = {
|
|
836
1014
|
OR = {
|
|
837
1015
|
tag = HAB
|
|
838
1016
|
tag = HLR
|
|
1017
|
+
tag = AUH
|
|
839
1018
|
}
|
|
840
1019
|
}
|
|
841
1020
|
modifier = {
|
|
842
1021
|
morale_damage_received = -0.2
|
|
1022
|
+
num_of_age_rewards = 1
|
|
843
1023
|
}
|
|
844
1024
|
ai_will_do = {
|
|
845
1025
|
factor = 100
|