Diff to HTML by rtfpessoa

Files changed (2) hide show
  1. common/ideas/00_basic_ideas.txt +30 -0
  2. common/ideas/00_country_ideas.txt +440 -8
common/ideas/00_basic_ideas.txt CHANGED
@@ -703,6 +703,35 @@ defensive_ideas = {
703
703
  }
704
704
  improved_foraging = {
705
705
  garrison_size = 0.33
706
+ effect = {
707
+ hidden_effect = {
708
+ if = {
709
+ limit = {
710
+ has_country_flag = ned_buffed_forts_flag
711
+ }
712
+ every_owned_province = {
713
+ limit = {
714
+ region = low_countries_region
715
+ has_fort_building_trigger = yes
716
+ }
717
+ remove_province_modifier = ned_low_countries_fort_buff
718
+ add_province_modifier = {
719
+ name = ned_low_countries_fort_buff_buffed
720
+ duration = -1
721
+ hidden = yes
722
+ }
723
+ }
724
+ }
725
+ }
726
+ }
727
+ removed_effect = {
728
+ hidden_effect = {
729
+ every_owned_province = {
730
+ limit = { has_province_modifier = ned_low_countries_fort_buff_buffed }
731
+ remove_province_modifier = ned_low_countries_fort_buff_buffed
732
+ }
733
+ }
734
+ }
706
735
  }
707
736
 
708
737
  #until_the_last_man = {
@@ -1740,6 +1769,7 @@ court_ideas = {
1740
1769
  meritocracy = 0.25
1741
1770
  imperial_mandate = 0.1
1742
1771
  imperial_authority = 0.05
1772
+ monthly_cultural_unity = 0.5
1743
1773
  }
1744
1774
 
1745
1775
  long_echo = {
common/ideas/00_country_ideas.txt CHANGED
@@ -831,6 +831,7 @@ NED_ideas = {
831
831
  tag = NED
832
832
  tag = HOL
833
833
  }
834
+ NOT = { has_country_flag = ned_united_crowns_flag }
834
835
  }
835
836
  free = yes #will be added at load.
836
837
 
@@ -839,7 +840,7 @@ NED_ideas = {
839
840
  }
840
841
  dutch_trading_spirit = {
841
842
  merchants = 1
842
- trade_range_modifier = 0.10
843
+ trade_range_modifier = 0.1
843
844
  }
844
845
  polders = {
845
846
  development_cost = -0.1
@@ -1426,6 +1427,8 @@ VEN_ideas = {
1426
1427
 
1427
1428
  trigger = {
1428
1429
  tag = VEN
1430
+ NOT = { has_country_flag = ven_upgrade_state_inuisition_idea_flag }
1431
+ NOT = { has_country_flag = LNS_ideas_flag }
1429
1432
  }
1430
1433
  free = yes #will be added at load.
1431
1434
 
@@ -1434,7 +1437,8 @@ VEN_ideas = {
1434
1437
  ship_durability = 0.05
1435
1438
  }
1436
1439
  printing_industry = {
1437
- diplomats = 1
1440
+ institution_spread_from_true_faith = 0.33
1441
+ technology_cost = -0.05
1438
1442
  }
1439
1443
  stato_da_mar = {
1440
1444
  trade_efficiency = 0.2
@@ -1445,6 +1449,7 @@ VEN_ideas = {
1445
1449
  }
1446
1450
  conscription = {
1447
1451
  global_sailors_modifier = 0.33
1452
+ allowed_marine_fraction = 0.1
1448
1453
  }
1449
1454
  defend_the_law = {
1450
1455
  global_unrest = -2
@@ -1454,6 +1459,92 @@ VEN_ideas = {
1454
1459
  }
1455
1460
  }
1456
1461
 
1462
+ VEN_ideas_2 = {
1463
+ start = {
1464
+ trade_steering = 0.33
1465
+ legitimacy = 1
1466
+ devotion = 1
1467
+ republican_tradition = 0.3
1468
+ meritocracy = 1
1469
+ horde_unity = 1
1470
+ }
1471
+
1472
+ bonus = {
1473
+ galley_power = 0.25
1474
+ }
1475
+
1476
+ trigger = {
1477
+ tag = VEN
1478
+ has_country_flag = ven_upgrade_state_inuisition_idea_flag
1479
+ }
1480
+ free = yes #will be added at load.
1481
+
1482
+ venetian_arsenal = {
1483
+ #Present in the previous VEN_ideas ideaset
1484
+ }
1485
+ printing_industry = {
1486
+ #Present in the previous VEN_ideas ideaset
1487
+ }
1488
+ stato_da_mar = {
1489
+ #Present in the previous VEN_ideas ideaset
1490
+ }
1491
+ state_inquisition_2 = {
1492
+ diplomats = 1
1493
+ max_absolutism = 10
1494
+ }
1495
+ conscription = {
1496
+ #Present in the previous VEN_ideas ideaset
1497
+ }
1498
+ defend_the_law = {
1499
+ #Present in the previous VEN_ideas ideaset
1500
+ }
1501
+ provveditori_ai_beni_inculti = {
1502
+ development_cost = -0.1
1503
+ }
1504
+ }
1505
+
1506
+ LNS_ideas = {
1507
+ start = {
1508
+ trade_steering = 0.33
1509
+ galley_power = 0.25
1510
+ }
1511
+
1512
+ bonus = {
1513
+ envoy_travel_time = -0.25
1514
+ }
1515
+
1516
+ trigger = {
1517
+ tag = VEN
1518
+ NOT = { has_country_flag = ven_upgrade_state_inuisition_idea_flag }
1519
+ }
1520
+ free = yes #will be added at load.
1521
+
1522
+ lns_renaissance_art = {
1523
+ technology_cost = -0.1
1524
+ }
1525
+ stato_da_mar = {
1526
+ #Present in the previous VEN_ideas ideaset
1527
+ }
1528
+ lns_maritime_dominance = {
1529
+ global_trade_power = 0.2
1530
+ }
1531
+ lns_a_gunpowder_republic = {
1532
+ fire_damage = 0.15
1533
+ land_forcelimit_modifier = 0.2
1534
+ }
1535
+ backing_of_the_ducat = {
1536
+ naval_forcelimit_modifier = 0.5
1537
+ }
1538
+ reform_the_uscocchi = {
1539
+ global_ship_trade_power = 0.35
1540
+ global_trade_goods_size_modifier = 0.1
1541
+ }
1542
+ maggior_consiglio = {
1543
+ max_absolutism = 10
1544
+ max_revolutionary_zeal = 10
1545
+ }
1546
+ }
1547
+
1457
1548
  DAL_ideas = {
1458
1549
  start = {
1459
1550
  trade_efficiency = 0.15
@@ -2234,11 +2325,11 @@ SCO_Ideas = {
2234
2325
  HUN_ideas = {
2235
2326
  start = {
2236
2327
  cavalry_power = 0.20
2237
- recover_army_morale_speed = 0.10
2328
+ army_tradition_decay = -0.01
2238
2329
  }
2239
2330
 
2240
2331
  bonus = {
2241
- gold_depletion_chance_modifier = -0.2
2332
+ cav_to_inf_ratio = 0.25
2242
2333
  }
2243
2334
 
2244
2335
  trigger = {
@@ -2248,24 +2339,109 @@ HUN_ideas = {
2248
2339
 
2249
2340
  hun_renaissanse_knowledge = {
2250
2341
  global_unrest = -1
2342
+ effect = {
2343
+ if = {
2344
+ limit = {
2345
+ NOT = {
2346
+ has_country_flag = hun_unlocked_first_idea
2347
+ }
2348
+ has_country_flag = hun_national_idea_bonus
2349
+ }
2350
+ change_government_reform_progress = 25
2351
+ }
2352
+ set_country_flag = hun_unlocked_first_idea
2353
+ }
2251
2354
  }
2252
2355
  bulwark_of_christianity = {
2253
2356
  global_manpower_modifier = 0.2
2357
+ effect = {
2358
+ if = {
2359
+ limit = {
2360
+ NOT = {
2361
+ has_country_flag = hun_unlocked_second_idea
2362
+ }
2363
+ has_country_flag = hun_national_idea_bonus
2364
+ }
2365
+ change_government_reform_progress = 25
2366
+ }
2367
+ set_country_flag = hun_unlocked_second_idea
2368
+ }
2254
2369
  }
2255
2370
  found_the_black_army = {
2256
2371
  discipline = 0.05
2372
+ effect = {
2373
+ if = {
2374
+ limit = {
2375
+ NOT = {
2376
+ has_country_flag = hun_unlocked_third_idea
2377
+ }
2378
+ has_country_flag = hun_national_idea_bonus
2379
+ }
2380
+ change_government_reform_progress = 25
2381
+ }
2382
+ set_country_flag = hun_unlocked_third_idea
2383
+ }
2257
2384
  }
2258
2385
  reformed_coinage = {
2259
2386
  global_tax_modifier = 0.1
2387
+ gold_depletion_chance_modifier = -0.25
2388
+ effect = {
2389
+ if = {
2390
+ limit = {
2391
+ NOT = {
2392
+ has_country_flag = hun_unlocked_fourth_idea
2393
+ }
2394
+ has_country_flag = hun_national_idea_bonus
2395
+ }
2396
+ change_government_reform_progress = 25
2397
+ }
2398
+ set_country_flag = hun_unlocked_fourth_idea
2399
+ }
2260
2400
  }
2261
2401
  curtailed_peasantry = {
2262
2402
  production_efficiency = 0.1
2403
+ effect = {
2404
+ if = {
2405
+ limit = {
2406
+ NOT = {
2407
+ has_country_flag = hun_unlocked_fifth_idea
2408
+ }
2409
+ has_country_flag = hun_national_idea_bonus
2410
+ }
2411
+ change_government_reform_progress = 25
2412
+ }
2413
+ set_country_flag = hun_unlocked_fifth_idea
2414
+ }
2263
2415
  }
2264
2416
  strengthened_towns = {
2265
- global_own_trade_power = 0.25
2417
+ global_prov_trade_power_modifier = 0.25
2418
+ effect = {
2419
+ if = {
2420
+ limit = {
2421
+ NOT = {
2422
+ has_country_flag = hun_unlocked_sixth_idea
2423
+ }
2424
+ has_country_flag = hun_national_idea_bonus
2425
+ }
2426
+ change_government_reform_progress = 25
2427
+ }
2428
+ set_country_flag = hun_unlocked_sixth_idea
2429
+ }
2266
2430
  }
2267
2431
  hungarian_estates_general = {
2268
2432
  no_religion_penalty = yes
2433
+ effect = {
2434
+ if = {
2435
+ limit = {
2436
+ NOT = {
2437
+ has_country_flag = hun_unlocked_seventh_idea
2438
+ }
2439
+ has_country_flag = hun_national_idea_bonus
2440
+ }
2441
+ change_government_reform_progress = 25
2442
+ }
2443
+ set_country_flag = hun_unlocked_seventh_idea
2444
+ }
2269
2445
  }
2270
2446
  }
2271
2447
 
@@ -2865,6 +3041,51 @@ BOH_ideas = {
2865
3041
  }
2866
3042
  }
2867
3043
 
3044
+ BOH2_ideas = {
3045
+ start = {
3046
+ imperial_authority = 0.10
3047
+ advisor_cost = -0.1
3048
+ }
3049
+
3050
+ bonus = {
3051
+ leader_land_fire = 1
3052
+ }
3053
+
3054
+ trigger = {
3055
+ tag = BOH
3056
+ has_country_flag = boh_empowered_ni
3057
+ }
3058
+ free = yes
3059
+
3060
+ compacta_of_prague = {
3061
+ tolerance_heretic = 3
3062
+ }
3063
+ boh_elective_monarchy = {
3064
+ legitimacy = 1
3065
+ devotion = 1
3066
+ republican_tradition = 0.3
3067
+ meritocracy = 1 #For completion's sake
3068
+ horde_unity = 1
3069
+ }
3070
+ wagenburg = {
3071
+ infantry_power = 0.10
3072
+ shock_damage_received = -0.05
3073
+ }
3074
+ letter_of_majesty = {
3075
+ global_unrest = -1
3076
+ }
3077
+ hussite_legacy = {
3078
+ technology_cost = -0.1
3079
+ }
3080
+ kutnohorian_deal = {
3081
+ stability_cost_modifier = -0.10
3082
+ }
3083
+ czech_nationalism2 = {
3084
+ same_culture_advisor_cost = -0.25
3085
+ development_cost_in_primary_culture = -0.05
3086
+ }
3087
+ }
3088
+
2868
3089
 
2869
3090
  ITA_ideas = {
2870
3091
  start = {
@@ -3835,6 +4056,8 @@ ASS_ideas = {
3835
4056
  TUS_ideas = {
3836
4057
  start = {
3837
4058
  papal_influence = 2
4059
+ church_power_modifier = 0.1
4060
+ monthly_fervor_increase = 0.25
3838
4061
  development_cost = -0.1
3839
4062
  }
3840
4063
 
@@ -5007,9 +5230,10 @@ AZT_ideas = {
5007
5230
  free = yes #wibe added at load.
5008
5231
 
5009
5232
  flower_wars = {
5010
- war_exhaustion_cost = -0.10
5233
+ war_exhaustion = -0.03
5011
5234
  }
5012
5235
  sustaining_the_gods = {
5236
+ tolerance_own = 1
5013
5237
  legitimacy = 1
5014
5238
  devotion = 1
5015
5239
  republican_tradition = 0.3
@@ -5023,13 +5247,15 @@ AZT_ideas = {
5023
5247
  land_morale = 0.10
5024
5248
  }
5025
5249
  imperial_tribute = {
5026
- global_tax_modifier = 0.1
5250
+ monarch_power_tribute = 1
5251
+ reduced_liberty_desire = 10
5027
5252
  }
5028
5253
  floating_gardens = {
5029
5254
  production_efficiency = 0.1
5030
5255
  }
5031
5256
  pochtecayotl = {
5032
5257
  spy_offence = 0.2
5258
+ burghers_loyalty_modifier = 0.1
5033
5259
  }
5034
5260
  }
5035
5261
 
@@ -6226,12 +6452,14 @@ INC_ideas = {
6226
6452
 
6227
6453
  machu_picchu = {
6228
6454
  prestige = 1
6455
+ great_project_upgrade_cost = -0.1
6229
6456
  }
6230
6457
  mitma = { #Increased Obligations on local chiefs
6231
6458
  development_cost = -0.1
6232
6459
  }
6233
6460
  quipu = {
6234
6461
  global_tax_modifier = 0.1
6462
+ adm_tech_cost_modifier = -0.05
6235
6463
  }
6236
6464
  drafted_hatun_runas = {
6237
6465
  discipline = 0.025
@@ -13148,7 +13376,7 @@ HSN_ideas = {
13148
13376
  hsn_elite_warriors = {
13149
13377
  cavalry_power = 0.1
13150
13378
  }
13151
- hsn_rise_of_the_eagle = {
13379
+ hsn_rise_of_the_eagle_idea = {
13152
13380
  core_creation = -0.15
13153
13381
  }
13154
13382
  hsn_strenghten_central_authority = {
@@ -17954,4 +18182,208 @@ EGY_ideas = {
17954
18182
  crossroads_between_europe_and_africa = {
17955
18183
  global_trade_power = 0.1
17956
18184
  }
18185
+ }
18186
+
18187
+ AYB_ideas = {
18188
+ start = {
18189
+ shock_damage_received = -0.1
18190
+ global_tax_modifier = 0.2
18191
+ }
18192
+ bonus = {
18193
+ discipline = 0.05
18194
+ }
18195
+ trigger = {
18196
+ tag = HSN
18197
+ has_country_flag = hsn_ayyubid_ideas
18198
+ }
18199
+ free = yes
18200
+
18201
+ hsn2_citadels_and_fortesses = {
18202
+ defensiveness = 0.2
18203
+ }
18204
+ hsn2_ayyubid_heritage = {
18205
+ global_manpower_modifier = 0.25
18206
+ }
18207
+ hsn2_righteousness_of_the_faith = {
18208
+ land_morale = 0.1
18209
+ }
18210
+ hsn2_elite_warriors = {
18211
+ cavalry_power = 0.1
18212
+ cav_to_inf_ratio = 0.25
18213
+ }
18214
+ hsn2_rise_of_the_eagle = {
18215
+ core_creation = -0.25
18216
+ }
18217
+ hsn2_strenghten_central_authority = {
18218
+ stability_cost_modifier = -0.1
18219
+ }
18220
+ hsn2_state_economics = {
18221
+ global_trade_goods_size_modifier = 0.15
18222
+ }
18223
+ }
18224
+
18225
+ UCN_ideas = {
18226
+ start = {
18227
+ trade_efficiency = 0.15
18228
+ fire_damage = 0.1
18229
+ }
18230
+
18231
+ trigger = {
18232
+ has_country_flag = ned_united_crowns_flag
18233
+ tag = NED
18234
+ }
18235
+ free = yes
18236
+
18237
+ bonus = {
18238
+ naval_morale = 0.15
18239
+ }
18240
+
18241
+ reform_of_comission_buying = {
18242
+
18243
+ }
18244
+ british_industrialization = {
18245
+
18246
+ }
18247
+ instructie_voor_de_admiraliteiten = {
18248
+
18249
+ }
18250
+ dutch_trading_spirit = {
18251
+
18252
+ }
18253
+ army_sappers = {
18254
+
18255
+ }
18256
+ amsterdam_wisselbank = {
18257
+
18258
+ }
18259
+ city_upon_a_hill = {
18260
+
18261
+ }
18262
+ }
18263
+
18264
+ AUH_ideas = {
18265
+ start = {
18266
+ land_morale = 0.1
18267
+ diplomatic_reputation = 2
18268
+ }
18269
+
18270
+ bonus = {
18271
+ no_religion_penalty = yes
18272
+ }
18273
+
18274
+ trigger = {
18275
+ tag = AUH
18276
+ }
18277
+ free = yes
18278
+
18279
+ auh_first = {
18280
+ discipline = 0.05
18281
+ }
18282
+ auh_second = {
18283
+ manpower_in_accepted_culture_provinces = 0.3
18284
+ }
18285
+ auh_third = {
18286
+ global_trade_goods_size_modifier = 0.1
18287
+ }
18288
+ auh_fourth = {
18289
+ global_unrest = -1
18290
+ }
18291
+ auh_fifth = {
18292
+ state_governing_cost = -0.2
18293
+ }
18294
+ auh_sixth = {
18295
+ global_prov_trade_power_modifier = 0.25
18296
+ }
18297
+ auh_seventh = {
18298
+ artillery_power = 0.1
18299
+ artillery_cost = -0.1
18300
+ }
18301
+ }
18302
+
18303
+ GMA_ideas = {
18304
+ start = {
18305
+ global_manpower_modifier = 0.25
18306
+ global_trade_goods_size_modifier = 0.1
18307
+ }
18308
+
18309
+ bonus = {
18310
+ max_absolutism_effect = 0.15
18311
+ }
18312
+
18313
+ trigger = {
18314
+ tag = GMA
18315
+ }
18316
+ free = yes
18317
+
18318
+ gma_reforge_moravias_hegemony = {
18319
+ overextension_impact_modifier = -0.25
18320
+ }
18321
+ gma_apostles_to_the_slavs = {
18322
+ missionaries = 1
18323
+ }
18324
+ gma_princes_of_nitra_kings_of_moravia = {
18325
+ monarch_admin_power = 1
18326
+ }
18327
+ gma_rebuild_veligrad = {
18328
+ build_time = -0.1
18329
+ development_cost = -0.05
18330
+ }
18331
+ gma_rex_sclavorum = {
18332
+ legitimacy = 1
18333
+ devotion = 1
18334
+ republican_tradition = 0.3
18335
+ meritocracy = 1
18336
+ horde_unity = 1
18337
+ }
18338
+ gma_canonize_cyril_methodius = {
18339
+ tolerance_own = 3
18340
+ }
18341
+ gma_svatopluks_legacy = {
18342
+ discipline = 0.05
18343
+ max_absolutism = 5
18344
+ }
18345
+ }
18346
+
18347
+ voc_ideas = {
18348
+ start = {
18349
+ no_religion_penalty = yes
18350
+ global_prov_trade_power_modifier = 0.1
18351
+ }
18352
+
18353
+ bonus = {
18354
+ global_trade_goods_size_modifier = 0.1
18355
+ }
18356
+
18357
+ trigger = {
18358
+ tag = VOC
18359
+ }
18360
+ free = yes
18361
+
18362
+ voc_1 = {
18363
+ global_unrest = -2
18364
+ global_autonomy = -0.05
18365
+ }
18366
+ voc_2 = {
18367
+ years_of_nationalism = -5
18368
+ core_creation = -0.1
18369
+ }
18370
+ voc_3 = {
18371
+ development_cost = -0.05
18372
+ }
18373
+ voc_4 = {
18374
+ governing_capacity_modifier = 0.15
18375
+ merchants = 1
18376
+ }
18377
+ voc_5 = {
18378
+ build_cost = -0.15
18379
+ naval_forcelimit_modifier = 0.1
18380
+ }
18381
+ voc_6 = {
18382
+ movement_speed = 0.1
18383
+ land_attrition = -0.15
18384
+ }
18385
+ voc_7 = {
18386
+ global_manpower_modifier = 0.15
18387
+ land_forcelimit_modifier = 0.1
18388
+ }
17957
18389
  }