|
@@ -1,48 +1,54 @@
|
|
|
1
|
-
fleet_in_being =
|
|
2
|
-
{
|
|
1
|
+
fleet_in_being = {
|
|
3
2
|
can_select = {
|
|
4
3
|
is_primitive = no
|
|
5
4
|
}
|
|
6
|
-
|
|
5
|
+
|
|
6
|
+
cost = 0.1 # money cost per each sailor employed in the whole navy
|
|
7
7
|
country_modifier = {
|
|
8
8
|
naval_maintenance_modifier = -0.15
|
|
9
9
|
}
|
|
10
|
+
effect = {}
|
|
11
|
+
removed_effect = {}
|
|
10
12
|
|
|
11
13
|
button_gfx = 1
|
|
12
14
|
}
|
|
13
15
|
|
|
14
|
-
free_oarsmen =
|
|
15
|
-
{
|
|
16
|
+
free_oarsmen = {
|
|
16
17
|
can_select = {
|
|
17
18
|
is_primitive = no
|
|
18
19
|
}
|
|
19
20
|
|
|
21
|
+
cost = 0.1
|
|
20
22
|
country_modifier = {
|
|
21
23
|
galley_power = 0.15
|
|
22
24
|
}
|
|
25
|
+
effect = {}
|
|
26
|
+
removed_effect = {}
|
|
23
27
|
|
|
24
28
|
button_gfx = 2
|
|
25
29
|
}
|
|
26
30
|
|
|
27
|
-
merchant_navy =
|
|
28
|
-
{
|
|
31
|
+
merchant_navy = {
|
|
29
32
|
can_select = {
|
|
30
33
|
is_primitive = no
|
|
31
34
|
}
|
|
32
35
|
|
|
36
|
+
cost = 0.1
|
|
33
37
|
country_modifier = {
|
|
34
38
|
global_ship_trade_power = 0.33
|
|
35
39
|
}
|
|
40
|
+
effect = {}
|
|
41
|
+
removed_effect = {}
|
|
36
42
|
|
|
37
43
|
button_gfx = 3
|
|
38
44
|
}
|
|
39
45
|
|
|
40
|
-
ship_boarding =
|
|
41
|
-
{
|
|
46
|
+
ship_boarding = {
|
|
42
47
|
can_select = {
|
|
43
48
|
is_primitive = no
|
|
44
49
|
}
|
|
45
50
|
|
|
51
|
+
cost = 0.1
|
|
46
52
|
country_modifier = {
|
|
47
53
|
capture_ship_chance = 0.33
|
|
48
54
|
}
|
|
@@ -50,55 +56,565 @@ ship_boarding =
|
|
|
50
56
|
button_gfx = 4
|
|
51
57
|
}
|
|
52
58
|
|
|
53
|
-
wooden_wall =
|
|
54
|
-
{
|
|
59
|
+
wooden_wall = {
|
|
55
60
|
can_select = {
|
|
56
61
|
is_primitive = no
|
|
57
|
-
|
|
62
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
63
|
+
OR = {
|
|
64
|
+
culture_group = british
|
|
65
|
+
primary_culture = anglois
|
|
66
|
+
}
|
|
58
67
|
}
|
|
59
68
|
|
|
69
|
+
cost = 0.1
|
|
60
70
|
country_modifier = {
|
|
61
71
|
own_coast_naval_combat_bonus = 1.0
|
|
62
72
|
}
|
|
63
|
-
|
|
73
|
+
effect = {}
|
|
74
|
+
removed_effect = {}
|
|
75
|
+
|
|
64
76
|
button_gfx = 5
|
|
65
77
|
}
|
|
66
78
|
|
|
67
|
-
grand_armada =
|
|
68
|
-
{
|
|
79
|
+
grand_armada = {
|
|
69
80
|
can_select = {
|
|
70
81
|
is_primitive = no
|
|
82
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
71
83
|
NOT = {
|
|
72
84
|
OR = {
|
|
73
85
|
primary_culture = portugese
|
|
74
86
|
primary_culture = brazilian
|
|
87
|
+
primary_culture = aragonese
|
|
88
|
+
primary_culture = catalan
|
|
89
|
+
primary_culture = basque
|
|
75
90
|
}
|
|
76
91
|
}
|
|
77
92
|
culture_group = iberian
|
|
78
93
|
}
|
|
79
94
|
|
|
95
|
+
cost = 0.1
|
|
80
96
|
country_modifier = {
|
|
97
|
+
allowed_marine_fraction = 0.25
|
|
98
|
+
leader_naval_manuever = 1
|
|
81
99
|
treasure_fleet_income = 0.5
|
|
82
100
|
}
|
|
83
|
-
|
|
101
|
+
effect = {}
|
|
102
|
+
removed_effect = {}
|
|
103
|
+
|
|
84
104
|
button_gfx = 6
|
|
85
105
|
}
|
|
86
106
|
|
|
87
|
-
portuguese_marines =
|
|
88
|
-
{
|
|
107
|
+
portuguese_marines = {
|
|
89
108
|
can_select = {
|
|
90
109
|
is_primitive = no
|
|
110
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
91
111
|
OR = {
|
|
92
112
|
primary_culture = portugese
|
|
93
113
|
primary_culture = brazilian
|
|
94
114
|
}
|
|
95
115
|
}
|
|
96
116
|
|
|
117
|
+
cost = 0.1
|
|
97
118
|
country_modifier = {
|
|
98
119
|
siege_blockade_progress = 1
|
|
99
|
-
global_naval_barrage_cost = -0.
|
|
100
|
-
allowed_marine_fraction = 0.
|
|
120
|
+
global_naval_barrage_cost = -0.5
|
|
121
|
+
allowed_marine_fraction = 0.15
|
|
101
122
|
}
|
|
102
|
-
|
|
123
|
+
effect = {}
|
|
124
|
+
removed_effect = {}
|
|
125
|
+
|
|
103
126
|
button_gfx = 7
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
aragonese_fleet = {
|
|
130
|
+
can_select = {
|
|
131
|
+
is_primitive = no
|
|
132
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
133
|
+
OR = {
|
|
134
|
+
primary_culture = aragonese
|
|
135
|
+
primary_culture = catalan
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
cost = 0.1
|
|
140
|
+
country_modifier = {
|
|
141
|
+
global_naval_engagement_modifier = 0.15
|
|
142
|
+
}
|
|
143
|
+
effect = {}
|
|
144
|
+
removed_effect = {}
|
|
145
|
+
|
|
146
|
+
button_gfx = 8
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
danish_admirality = {
|
|
150
|
+
can_select = {
|
|
151
|
+
is_primitive = no
|
|
152
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
153
|
+
primary_culture = danish
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
cost = 0.1
|
|
157
|
+
country_modifier = {
|
|
158
|
+
leader_naval_manuever = 2
|
|
159
|
+
admiral_cost = -0.1
|
|
160
|
+
}
|
|
161
|
+
effect = {}
|
|
162
|
+
removed_effect = {}
|
|
163
|
+
|
|
164
|
+
button_gfx = 9
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
norwegian_sailors = {
|
|
168
|
+
can_select = {
|
|
169
|
+
is_primitive = no
|
|
170
|
+
OR = {
|
|
171
|
+
has_country_flag = unlock_norwegian_naval_doctrine
|
|
172
|
+
primary_culture = norwegian
|
|
173
|
+
}
|
|
174
|
+
NOT = { has_country_flag = nor_upgraded_norwegian_sailors_doctrine }
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
cost = 0.1
|
|
178
|
+
country_modifier = {
|
|
179
|
+
allowed_marine_fraction = 0.15
|
|
180
|
+
movement_speed_in_fleet_modifier = 1
|
|
181
|
+
}
|
|
182
|
+
effect = {}
|
|
183
|
+
removed_effect = {}
|
|
184
|
+
|
|
185
|
+
button_gfx = 10
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
norwegian_sailors_upgraded = {
|
|
189
|
+
can_select = {
|
|
190
|
+
is_primitive = no
|
|
191
|
+
primary_culture = norwegian
|
|
192
|
+
has_country_flag = nor_upgraded_norwegian_sailors_doctrine
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
cost = 0.1
|
|
196
|
+
country_modifier = {
|
|
197
|
+
allowed_marine_fraction = 0.15
|
|
198
|
+
sailors_recovery_speed = 0.25
|
|
199
|
+
movement_speed_in_fleet_modifier = 2
|
|
200
|
+
}
|
|
201
|
+
effect = {}
|
|
202
|
+
removed_effect = {}
|
|
203
|
+
|
|
204
|
+
button_gfx = 11
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
dutch_trade_fleet = {
|
|
208
|
+
can_select = {
|
|
209
|
+
is_primitive = no
|
|
210
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
211
|
+
OR = {
|
|
212
|
+
primary_culture = dutch
|
|
213
|
+
primary_culture = flemish
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
cost = 0.1
|
|
218
|
+
country_modifier = {
|
|
219
|
+
global_ship_trade_power = 0.25
|
|
220
|
+
range = 0.25
|
|
221
|
+
}
|
|
222
|
+
effect = {}
|
|
223
|
+
removed_effect = {}
|
|
224
|
+
|
|
225
|
+
button_gfx = 12
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
norse_raid_fleet = {
|
|
229
|
+
can_select = {
|
|
230
|
+
is_primitive = no
|
|
231
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
232
|
+
primary_culture = norse
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
cost = 0.1
|
|
236
|
+
country_modifier = {
|
|
237
|
+
privateer_efficiency = 0.33
|
|
238
|
+
movement_speed_in_fleet_modifier = 3
|
|
239
|
+
}
|
|
240
|
+
effect = {}
|
|
241
|
+
removed_effect = {}
|
|
242
|
+
|
|
243
|
+
button_gfx = 13
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
venetian_arsenal_naval_doctrine = {
|
|
247
|
+
can_select = {
|
|
248
|
+
is_primitive = no
|
|
249
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
250
|
+
primary_culture = venetian
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
cost = 0.1
|
|
254
|
+
country_modifier = {
|
|
255
|
+
number_of_cannons_modifier = 0.1
|
|
256
|
+
sailor_maintenance_modifer = -0.1
|
|
257
|
+
}
|
|
258
|
+
effect = {}
|
|
259
|
+
removed_effect = {}
|
|
260
|
+
|
|
261
|
+
button_gfx = 14
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
korean_panokseon = {
|
|
265
|
+
can_select = {
|
|
266
|
+
is_primitive = no
|
|
267
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
268
|
+
OR = {
|
|
269
|
+
culture_group = korean_g
|
|
270
|
+
primary_culture = korean_new
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
cost = 0.1
|
|
275
|
+
country_modifier = {
|
|
276
|
+
ship_durability = 0.05
|
|
277
|
+
sunk_ship_morale_hit_recieved = -0.25
|
|
278
|
+
}
|
|
279
|
+
effect = {}
|
|
280
|
+
removed_effect = {}
|
|
281
|
+
|
|
282
|
+
button_gfx = 15
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
japanese_atakebune = {
|
|
286
|
+
can_select = {
|
|
287
|
+
is_primitive = no
|
|
288
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
289
|
+
culture_group = japanese_g
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
cost = 0.1
|
|
293
|
+
country_modifier = {
|
|
294
|
+
heavy_ship_power = 0.05
|
|
295
|
+
naval_morale = 0.05
|
|
296
|
+
}
|
|
297
|
+
effect = {}
|
|
298
|
+
removed_effect = {}
|
|
299
|
+
|
|
300
|
+
button_gfx = 16
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
hanseatic_trade_fleet = {
|
|
304
|
+
can_select = {
|
|
305
|
+
is_primitive = no
|
|
306
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
307
|
+
primary_culture = lower_saxon
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
cost = 0.1
|
|
311
|
+
country_modifier = {
|
|
312
|
+
global_ship_trade_power = 0.25
|
|
313
|
+
naval_tradition_from_trade = 1
|
|
314
|
+
}
|
|
315
|
+
effect = {}
|
|
316
|
+
removed_effect = {}
|
|
317
|
+
|
|
318
|
+
button_gfx = 17
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
ottoman_great_navy = {
|
|
322
|
+
can_select = {
|
|
323
|
+
is_primitive = no
|
|
324
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
325
|
+
primary_culture = turkish
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
cost = 0.1
|
|
329
|
+
country_modifier = {
|
|
330
|
+
global_ship_cost = -0.1
|
|
331
|
+
naval_forcelimit_modifier = 0.2
|
|
332
|
+
}
|
|
333
|
+
effect = {}
|
|
334
|
+
removed_effect = {}
|
|
335
|
+
|
|
336
|
+
button_gfx = 18
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
maghrebi_corsairs = {
|
|
340
|
+
can_select = {
|
|
341
|
+
is_primitive = no
|
|
342
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
343
|
+
culture_group = maghrebi
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
cost = 0.1
|
|
347
|
+
country_modifier = {
|
|
348
|
+
privateer_efficiency = 0.25
|
|
349
|
+
may_perform_slave_raid = yes
|
|
350
|
+
available_province_loot = 0.5
|
|
351
|
+
}
|
|
352
|
+
effect = {}
|
|
353
|
+
removed_effect = {}
|
|
354
|
+
|
|
355
|
+
button_gfx = 19
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
letter_of_marque = {
|
|
359
|
+
can_select = {
|
|
360
|
+
is_primitive = no
|
|
361
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
362
|
+
culture_group = french
|
|
363
|
+
NOT = { primary_culture = anglois }
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
cost = 0.1
|
|
367
|
+
country_modifier = {
|
|
368
|
+
capture_ship_chance = 0.2
|
|
369
|
+
disengagement_chance = 0.1
|
|
370
|
+
movement_speed_in_fleet_modifier = 1
|
|
371
|
+
}
|
|
372
|
+
effect = {}
|
|
373
|
+
removed_effect = {}
|
|
374
|
+
|
|
375
|
+
button_gfx = 20
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
novgorodian_ushkuiniks = {
|
|
379
|
+
can_select = {
|
|
380
|
+
is_primitive = no
|
|
381
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
382
|
+
OR = {
|
|
383
|
+
culture = novgorodian
|
|
384
|
+
culture = novgorodian_new
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
cost = 0.1
|
|
389
|
+
country_modifier = {
|
|
390
|
+
sailor_maintenance_modifer = -0.1
|
|
391
|
+
allowed_marine_fraction = 0.15
|
|
392
|
+
}
|
|
393
|
+
effect = {}
|
|
394
|
+
removed_effect = {}
|
|
395
|
+
|
|
396
|
+
button_gfx = 21
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
dvoyane_admiralty = {
|
|
400
|
+
can_select = {
|
|
401
|
+
is_primitive = no
|
|
402
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
403
|
+
OR = {
|
|
404
|
+
culture = russian
|
|
405
|
+
culture = russian_new
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
cost = 0.1
|
|
410
|
+
country_modifier = {
|
|
411
|
+
navy_tradition = 1
|
|
412
|
+
leader_naval_shock = 1
|
|
413
|
+
}
|
|
414
|
+
effect = {}
|
|
415
|
+
removed_effect = {}
|
|
416
|
+
|
|
417
|
+
button_gfx = 22
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
malayan_seafaring = {
|
|
421
|
+
can_select = {
|
|
422
|
+
is_primitive = no
|
|
423
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
424
|
+
culture_group = malay
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
cost = 0.1
|
|
428
|
+
country_modifier = {
|
|
429
|
+
regiment_disembark_speed = 0.5
|
|
430
|
+
naval_attrition = -0.25
|
|
431
|
+
transport_attrition = -0.5
|
|
432
|
+
}
|
|
433
|
+
effect = {}
|
|
434
|
+
removed_effect = {}
|
|
435
|
+
|
|
436
|
+
button_gfx = 23
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
the_junk_fleet = {
|
|
440
|
+
can_select = {
|
|
441
|
+
is_primitive = no
|
|
442
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
443
|
+
culture_group = east_asian
|
|
444
|
+
NOT = { culture = korean_new }
|
|
445
|
+
NOT = { culture = jianghuai }
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
cost = 0.1
|
|
449
|
+
country_modifier = {
|
|
450
|
+
light_ship_cost = -0.5
|
|
451
|
+
naval_forcelimit_modifier = 0.25
|
|
452
|
+
}
|
|
453
|
+
effect = {}
|
|
454
|
+
removed_effect = {}
|
|
455
|
+
|
|
456
|
+
button_gfx = 24
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
chinese_treasure_fleet = {
|
|
460
|
+
can_select = {
|
|
461
|
+
is_primitive = no
|
|
462
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
463
|
+
culture = jianghuai
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
cost = 0.1
|
|
467
|
+
country_modifier = {
|
|
468
|
+
trade_range_modifier = 0.25
|
|
469
|
+
range = 0.25
|
|
470
|
+
treasure_fleet_income = 0.25
|
|
471
|
+
}
|
|
472
|
+
effect = {}
|
|
473
|
+
removed_effect = {}
|
|
474
|
+
|
|
475
|
+
button_gfx = 25
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
maratha_naval_bombards = {
|
|
479
|
+
can_select = {
|
|
480
|
+
is_primitive = no
|
|
481
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
482
|
+
culture_group = western_aryan
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
cost = 0.1
|
|
486
|
+
country_modifier = {
|
|
487
|
+
global_naval_barrage_cost = -0.25
|
|
488
|
+
siege_blockade_progress = 1
|
|
489
|
+
blockade_efficiency = 0.25
|
|
490
|
+
}
|
|
491
|
+
effect = {}
|
|
492
|
+
removed_effect = {}
|
|
493
|
+
|
|
494
|
+
button_gfx = 26
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
polynesian_navigation_seas = {
|
|
498
|
+
can_select = {
|
|
499
|
+
is_primitive = no
|
|
500
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
501
|
+
culture_group = pacific
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
cost = 0.1
|
|
505
|
+
country_modifier = {
|
|
506
|
+
may_explore = yes
|
|
507
|
+
range = 0.5
|
|
508
|
+
}
|
|
509
|
+
effect = {}
|
|
510
|
+
removed_effect = {}
|
|
511
|
+
|
|
512
|
+
button_gfx = 27
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
naval_tactica = {
|
|
516
|
+
can_select = {
|
|
517
|
+
is_primitive = no
|
|
518
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
519
|
+
OR = {
|
|
520
|
+
culture_group = byzantine
|
|
521
|
+
primary_culture = roman
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
cost = 0.1
|
|
526
|
+
country_modifier = {
|
|
527
|
+
disengagement_chance = 0.15
|
|
528
|
+
galley_power = 0.2
|
|
529
|
+
}
|
|
530
|
+
effect = {}
|
|
531
|
+
removed_effect = {}
|
|
532
|
+
|
|
533
|
+
button_gfx = 28
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
basque_marines = {
|
|
537
|
+
can_select = {
|
|
538
|
+
is_primitive = no
|
|
539
|
+
NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
|
|
540
|
+
primary_culture = basque
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
cost = 0.1
|
|
544
|
+
country_modifier = {
|
|
545
|
+
may_explore = yes
|
|
546
|
+
landing_penalty = -1
|
|
547
|
+
allowed_marine_fraction = 0.25
|
|
548
|
+
}
|
|
549
|
+
effect = {}
|
|
550
|
+
removed_effect = {}
|
|
551
|
+
|
|
552
|
+
button_gfx = 29
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
#1.36
|
|
556
|
+
|
|
557
|
+
mamluk_galley_doctrine = {
|
|
558
|
+
can_select = {
|
|
559
|
+
has_country_flag = mam_unlock_galley_doctrine_flag
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
cost = 0.1
|
|
563
|
+
country_modifier = {
|
|
564
|
+
galley_power = 0.15
|
|
565
|
+
galley_cost = -0.25
|
|
566
|
+
}
|
|
567
|
+
effect = {} #TODO link with naval professionalism ?
|
|
568
|
+
removed_effect = {}
|
|
569
|
+
|
|
570
|
+
button_gfx = 30
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
mamluk_light_doctrine = {
|
|
574
|
+
can_select = {
|
|
575
|
+
has_country_flag = mam_unlock_light_doctrine_flag
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
cost = 0.1
|
|
579
|
+
country_modifier = {
|
|
580
|
+
global_ship_trade_power = 0.15
|
|
581
|
+
light_ship_cost = -0.25
|
|
582
|
+
}
|
|
583
|
+
effect = {} #TODO link with naval professionalism ?
|
|
584
|
+
removed_effect = {}
|
|
585
|
+
|
|
586
|
+
button_gfx = 30
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
mamluk_warships_doctrine = {
|
|
590
|
+
can_select = {
|
|
591
|
+
has_country_flag = mam_unlock_warships_doctrine_flag
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
cost = 0.1
|
|
595
|
+
country_modifier = {
|
|
596
|
+
heavy_ship_power = 0.1
|
|
597
|
+
global_naval_engagement_modifier = 0.1
|
|
598
|
+
}
|
|
599
|
+
effect = {} #TODO link with naval professionalism ?
|
|
600
|
+
removed_effect = {}
|
|
601
|
+
|
|
602
|
+
button_gfx = 30
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
mamluk_transports_doctrine = {
|
|
606
|
+
can_select = {
|
|
607
|
+
has_country_flag = mam_unlock_transports_doctrine_flag
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
cost = 0.1
|
|
611
|
+
country_modifier = {
|
|
612
|
+
transport_attrition = -0.5
|
|
613
|
+
allowed_marine_fraction = 0.1
|
|
614
|
+
movement_speed_in_fleet_modifier = 1
|
|
615
|
+
}
|
|
616
|
+
effect = {} #TODO link with naval professionalism ?
|
|
617
|
+
removed_effect = {}
|
|
618
|
+
|
|
619
|
+
button_gfx = 30
|
|
104
620
|
}
|