|
@@ -7,7 +7,18 @@ fleet_in_being = {
|
|
|
7
7
|
country_modifier = {
|
|
8
8
|
naval_maintenance_modifier = -0.15
|
|
9
9
|
}
|
|
10
|
-
effect = {
|
|
10
|
+
effect = {
|
|
11
|
+
if = {
|
|
12
|
+
limit = {
|
|
13
|
+
has_country_flag = feo_black_seas_fleet_modifier_flag
|
|
14
|
+
}
|
|
15
|
+
clr_country_flag = feo_black_seas_fleet_modifier_flag
|
|
16
|
+
add_country_modifier = {
|
|
17
|
+
name = feo_black_seas_fleet
|
|
18
|
+
duration = 5475
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
11
22
|
removed_effect = {}
|
|
12
23
|
|
|
13
24
|
button_gfx = 1
|
|
@@ -22,7 +33,18 @@ free_oarsmen = {
|
|
|
22
33
|
country_modifier = {
|
|
23
34
|
galley_power = 0.15
|
|
24
35
|
}
|
|
25
|
-
effect = {
|
|
36
|
+
effect = {
|
|
37
|
+
if = {
|
|
38
|
+
limit = {
|
|
39
|
+
has_country_flag = feo_black_seas_fleet_modifier_flag
|
|
40
|
+
}
|
|
41
|
+
clr_country_flag = feo_black_seas_fleet_modifier_flag
|
|
42
|
+
add_country_modifier = {
|
|
43
|
+
name = feo_black_seas_fleet
|
|
44
|
+
duration = 5475
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
26
48
|
removed_effect = {}
|
|
27
49
|
|
|
28
50
|
button_gfx = 2
|
|
@@ -37,7 +59,18 @@ merchant_navy = {
|
|
|
37
59
|
country_modifier = {
|
|
38
60
|
global_ship_trade_power = 0.33
|
|
39
61
|
}
|
|
40
|
-
effect = {
|
|
62
|
+
effect = {
|
|
63
|
+
if = {
|
|
64
|
+
limit = {
|
|
65
|
+
has_country_flag = feo_black_seas_fleet_modifier_flag
|
|
66
|
+
}
|
|
67
|
+
clr_country_flag = feo_black_seas_fleet_modifier_flag
|
|
68
|
+
add_country_modifier = {
|
|
69
|
+
name = feo_black_seas_fleet
|
|
70
|
+
duration = 5475
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
41
74
|
removed_effect = {}
|
|
42
75
|
|
|
43
76
|
button_gfx = 3
|
|
@@ -52,6 +85,18 @@ ship_boarding = {
|
|
|
52
85
|
country_modifier = {
|
|
53
86
|
capture_ship_chance = 0.33
|
|
54
87
|
}
|
|
88
|
+
effect = {
|
|
89
|
+
if = {
|
|
90
|
+
limit = {
|
|
91
|
+
has_country_flag = feo_black_seas_fleet_modifier_flag
|
|
92
|
+
}
|
|
93
|
+
clr_country_flag = feo_black_seas_fleet_modifier_flag
|
|
94
|
+
add_country_modifier = {
|
|
95
|
+
name = feo_black_seas_fleet
|
|
96
|
+
duration = 5475
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
55
100
|
|
|
56
101
|
button_gfx = 4
|
|
57
102
|
}
|
|
@@ -285,8 +330,11 @@ korean_panokseon = {
|
|
|
285
330
|
japanese_atakebune = {
|
|
286
331
|
can_select = {
|
|
287
332
|
is_primitive = no
|
|
288
|
-
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
289
|
-
|
|
333
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
334
|
+
OR = {
|
|
335
|
+
has_country_flag = unlocked_japanese_atakebuna_doctrine_flag
|
|
336
|
+
culture_group = japanese_g
|
|
337
|
+
}
|
|
290
338
|
}
|
|
291
339
|
|
|
292
340
|
cost = 0.1
|
|
@@ -304,7 +352,11 @@ hanseatic_trade_fleet = {
|
|
|
304
352
|
can_select = {
|
|
305
353
|
is_primitive = no
|
|
306
354
|
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
307
|
-
|
|
355
|
+
OR = {
|
|
356
|
+
primary_culture = lower_saxon
|
|
357
|
+
has_country_flag = GER_unlock_the_hanseatic_doctrine_flag
|
|
358
|
+
}
|
|
359
|
+
|
|
308
360
|
}
|
|
309
361
|
|
|
310
362
|
cost = 0.1
|
|
@@ -312,9 +364,25 @@ hanseatic_trade_fleet = {
|
|
|
312
364
|
global_ship_trade_power = 0.25
|
|
313
365
|
naval_tradition_from_trade = 1
|
|
314
366
|
}
|
|
315
|
-
effect = {
|
|
316
|
-
|
|
317
|
-
|
|
367
|
+
effect = {
|
|
368
|
+
if = {
|
|
369
|
+
limit = {
|
|
370
|
+
has_country_flag = GER_upgrade_the_hanseatic_doctrine_flag
|
|
371
|
+
}
|
|
372
|
+
add_country_modifier = {
|
|
373
|
+
name = GER_hanseatic_doctrine_upgrade
|
|
374
|
+
duration = -1
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
removed_effect = {
|
|
379
|
+
if = {
|
|
380
|
+
limit = {
|
|
381
|
+
has_country_modifier = GER_hanseatic_doctrine_upgrade
|
|
382
|
+
}
|
|
383
|
+
remove_country_modifier = GER_hanseatic_doctrine_upgrade
|
|
384
|
+
}
|
|
385
|
+
}
|
|
318
386
|
button_gfx = 17
|
|
319
387
|
}
|
|
320
388
|
|
|
@@ -527,7 +595,18 @@ naval_tactica = {
|
|
|
527
595
|
disengagement_chance = 0.15
|
|
528
596
|
galley_power = 0.2
|
|
529
597
|
}
|
|
530
|
-
effect = {
|
|
598
|
+
effect = {
|
|
599
|
+
if = {
|
|
600
|
+
limit = {
|
|
601
|
+
has_country_flag = feo_black_seas_fleet_modifier_flag
|
|
602
|
+
}
|
|
603
|
+
clr_country_flag = feo_black_seas_fleet_modifier_flag
|
|
604
|
+
add_country_modifier = {
|
|
605
|
+
name = feo_black_seas_fleet
|
|
606
|
+
duration = 5475
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
}
|
|
531
610
|
removed_effect = {}
|
|
532
611
|
|
|
533
612
|
button_gfx = 28
|
|
@@ -564,7 +643,7 @@ mamluk_galley_doctrine = {
|
|
|
564
643
|
galley_power = 0.15
|
|
565
644
|
galley_cost = -0.25
|
|
566
645
|
}
|
|
567
|
-
effect = {}
|
|
646
|
+
effect = {}
|
|
568
647
|
removed_effect = {}
|
|
569
648
|
|
|
570
649
|
button_gfx = 30
|
|
@@ -580,7 +659,7 @@ mamluk_light_doctrine = {
|
|
|
580
659
|
global_ship_trade_power = 0.15
|
|
581
660
|
light_ship_cost = -0.25
|
|
582
661
|
}
|
|
583
|
-
effect = {}
|
|
662
|
+
effect = {}
|
|
584
663
|
removed_effect = {}
|
|
585
664
|
|
|
586
665
|
button_gfx = 30
|
|
@@ -596,7 +675,7 @@ mamluk_warships_doctrine = {
|
|
|
596
675
|
heavy_ship_power = 0.1
|
|
597
676
|
global_naval_engagement_modifier = 0.1
|
|
598
677
|
}
|
|
599
|
-
effect = {}
|
|
678
|
+
effect = {}
|
|
600
679
|
removed_effect = {}
|
|
601
680
|
|
|
602
681
|
button_gfx = 30
|
|
@@ -613,7 +692,24 @@ mamluk_transports_doctrine = {
|
|
|
613
692
|
allowed_marine_fraction = 0.1
|
|
614
693
|
movement_speed_in_fleet_modifier = 1
|
|
615
694
|
}
|
|
616
|
-
effect = {}
|
|
695
|
+
effect = {}
|
|
696
|
+
removed_effect = {}
|
|
697
|
+
|
|
698
|
+
button_gfx = 30
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
pacific_voyaging_doctrine = {
|
|
702
|
+
can_select = {
|
|
703
|
+
has_country_flag = SUN_unlock_new_doctrine_flag
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
cost = 0.1
|
|
707
|
+
country_modifier = {
|
|
708
|
+
transport_attrition = -1
|
|
709
|
+
movement_speed_in_fleet_modifier = 0.5
|
|
710
|
+
global_naval_engagement_modifier = 0.1
|
|
711
|
+
}
|
|
712
|
+
effect = {}
|
|
617
713
|
removed_effect = {}
|
|
618
714
|
|
|
619
715
|
button_gfx = 30
|