Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/province_triggered_modifiers/00_modifiers.txt +303 -2
common/province_triggered_modifiers/00_modifiers.txt CHANGED
@@ -186,6 +186,23 @@ religious_center = {
186
186
  }
187
187
  religion = norse_pagan_reformed
188
188
  }
189
+ else_if = {
190
+ limit = {
191
+ OR = {
192
+ province_id = 2212
193
+ province_id = 4430
194
+ province_id = 4336
195
+ province_id = 2221
196
+ province_id = 2207
197
+ province_id = 2235
198
+ province_id = 2236
199
+ province_id = 2218
200
+ province_id = 441
201
+ province_id = 2223
202
+ }
203
+ }
204
+ religion = zoroastrian
205
+ }
189
206
  }
190
207
 
191
208
  local_missionary_strength = -0.05
@@ -839,7 +856,7 @@ krantor_crane = {
839
856
 
840
857
  #Province modifiers, which have become monuments
841
858
 
842
- #Mountain of Riches - Potosí Silver Mines
859
+ #Mountain of Riches - Potos� Silver Mines
843
860
  cerro_rico_modifier = {
844
861
  potential = {
845
862
  NOT = { has_dlc = "Leviathan" }
@@ -850,7 +867,7 @@ cerro_rico_modifier = {
850
867
  trade_goods_size = 3.0
851
868
  }
852
869
 
853
- # Restored Great Mosque of Djenné for people without Leviathan
870
+ # Restored Great Mosque of Djenn� for people without Leviathan
854
871
  great_mosque_djenne_modifier = {
855
872
  potential = {
856
873
  NOT = { has_dlc = "Leviathan" }
@@ -1374,4 +1391,288 @@ eng_globe_theatre = {
1374
1391
  monthly_splendor = 1
1375
1392
  idea_cost = -0.15
1376
1393
  local_tax_modifier = 0.2
1394
+ }
1395
+
1396
+ BYZ_heart_of_the_empire = {
1397
+ potential = {
1398
+ always = yes
1399
+ }
1400
+
1401
+ trigger = {
1402
+ owner = {
1403
+ stability = 2
1404
+ }
1405
+ controlled_by = owner
1406
+ }
1407
+
1408
+ movement_speed = 0.05
1409
+ free_land_leader_pool = 1
1410
+
1411
+ #Province scope
1412
+ on_activation = {
1413
+
1414
+ }
1415
+
1416
+ on_deactivation = {
1417
+
1418
+ }
1419
+
1420
+ }
1421
+
1422
+ BYZ_illustrious_court = {
1423
+ potential = {
1424
+ always = yes
1425
+ }
1426
+
1427
+ trigger = {
1428
+ owner = {
1429
+ stability = 2
1430
+ }
1431
+ controlled_by = owner
1432
+ }
1433
+
1434
+ reform_progress_growth = 0.1
1435
+ monthly_splendor = 1
1436
+
1437
+ #Province scope
1438
+ on_activation = {
1439
+
1440
+ }
1441
+
1442
+ on_deactivation = {
1443
+
1444
+ }
1445
+
1446
+ }
1447
+
1448
+ BYZ_seat_of_a_patriarch = {
1449
+ potential = {
1450
+ owner = {
1451
+ mission_completed = BYZ_pentarchy
1452
+ }
1453
+ }
1454
+
1455
+ trigger = {
1456
+ owner = {
1457
+ stability = 1
1458
+ }
1459
+ controlled_by = owner
1460
+ all_neighbor_province = {
1461
+ controlled_by = owner
1462
+ }
1463
+ NOT = { devastation = 1 }
1464
+ has_tax_building_trigger = yes
1465
+ }
1466
+
1467
+ tax_income = 12
1468
+ local_tax_modifier = 0.25
1469
+ local_development_cost = -0.1
1470
+
1471
+ #Province scope
1472
+ on_activation = {
1473
+
1474
+ }
1475
+
1476
+ on_deactivation = {
1477
+
1478
+ }
1479
+
1480
+ }
1481
+
1482
+ BYZ_bosphorus_toll = {
1483
+ potential = {
1484
+ always = yes
1485
+ }
1486
+
1487
+ trigger = {
1488
+ owner = {
1489
+ owns = 151
1490
+ owns = 316
1491
+ }
1492
+ controlled_by = owner
1493
+ all_neighbor_province = {
1494
+ controlled_by = owner
1495
+ }
1496
+ NOT = { devastation = 1 }
1497
+ has_coast_defense_building_trigger = yes
1498
+ }
1499
+
1500
+ province_trade_power_value = 10
1501
+ province_trade_power_modifier = 0.5
1502
+ }
1503
+
1504
+ BYZ_megalopolis_updater = {
1505
+ potential = {
1506
+ always = yes
1507
+ }
1508
+
1509
+ hidden = yes
1510
+
1511
+ trigger = {
1512
+ if = {
1513
+ limit = {
1514
+ has_province_modifier = BYZ_megalopolis_modifier_1
1515
+ }
1516
+ development = 70
1517
+ }
1518
+ else_if = {
1519
+ limit = {
1520
+ has_province_modifier = BYZ_megalopolis_modifier_2
1521
+ }
1522
+ OR = {
1523
+ development = 75
1524
+ NOT = { development = 70 }
1525
+ }
1526
+ }
1527
+ else_if = {
1528
+ limit = {
1529
+ has_province_modifier = BYZ_megalopolis_modifier_3
1530
+ }
1531
+ NOT = { development = 75 }
1532
+ }
1533
+ else = { }
1534
+ }
1535
+
1536
+ on_activation = {
1537
+ remove_province_modifier = BYZ_megalopolis_modifier_1
1538
+ remove_province_modifier = BYZ_megalopolis_modifier_2
1539
+ remove_province_modifier = BYZ_megalopolis_modifier_3
1540
+
1541
+ if = {
1542
+ limit = {
1543
+ development = 75
1544
+ }
1545
+ add_province_modifier = {
1546
+ name = BYZ_megalopolis_modifier_3
1547
+ duration = -1
1548
+ }
1549
+ }
1550
+ else_if = {
1551
+ limit = {
1552
+ development = 70
1553
+ }
1554
+ add_province_modifier = {
1555
+ name = BYZ_megalopolis_modifier_2
1556
+ duration = -1
1557
+ }
1558
+ }
1559
+ else = {
1560
+ add_province_modifier = {
1561
+ name = BYZ_megalopolis_modifier_1
1562
+ duration = -1
1563
+ }
1564
+ }
1565
+ }
1566
+ }
1567
+
1568
+ BYZ_galata = {
1569
+ potential = {
1570
+ always = yes
1571
+ }
1572
+
1573
+ trigger = {
1574
+ owned_by = BYZ
1575
+ NOT = {
1576
+ owner = {
1577
+ navy_size = GEN
1578
+ }
1579
+ }
1580
+ }
1581
+
1582
+ province_trade_power_value = -5
1583
+ province_trade_power_modifier = -0.75
1584
+ on_activation = {
1585
+ 151 = {
1586
+ add_trade_modifier = {
1587
+ who = GEN
1588
+ duration = -1
1589
+ power = 20
1590
+ key = BYZ_colony_in_galata
1591
+ }
1592
+ }
1593
+ }
1594
+ on_deactivation = {
1595
+ remove_trade_modifier = {
1596
+ who = GEN
1597
+ key = BYZ_colony_in_galata
1598
+ }
1599
+ }
1600
+ }
1601
+
1602
+ ARB_local_madrasa = {
1603
+ potential = {
1604
+ always = yes
1605
+ }
1606
+
1607
+ trigger = {
1608
+ owner = {
1609
+ stability = 2
1610
+ }
1611
+ }
1612
+
1613
+ same_culture_advisor_cost = -0.1
1614
+ }
1615
+
1616
+ ARB_mosque_of_kairouan = {
1617
+ potential = {
1618
+ owner = { mission_completed = ARB_maghreb }
1619
+ }
1620
+
1621
+ trigger = {
1622
+ owner = {
1623
+ stability = 1
1624
+ }
1625
+ development = 30
1626
+ }
1627
+
1628
+ overextension_impact_modifier = -0.1
1629
+ }
1630
+
1631
+ #Province modifier
1632
+ per_persian_embassy = {
1633
+ potential = {
1634
+ has_global_flag = per_chinese_embassy
1635
+ }
1636
+ trigger = {
1637
+ owner = {
1638
+ custom_trigger_tooltip = {
1639
+ tooltip = per_chinese_embassy_tooltip
1640
+ has_country_flag = has_chinese_embassy
1641
+ any_ally = { has_country_flag = has_persian_embassy }
1642
+ }
1643
+ }
1644
+ }
1645
+ on_deactivation = {
1646
+ owner = {
1647
+ country_event = {
1648
+ id = flavor_per.31
1649
+ }
1650
+ }
1651
+ }
1652
+ yearly_innovativeness = 0.2
1653
+ diplomatic_upkeep = 1
1654
+ local_institution_spread = 0.25
1655
+ province_trade_power_value = 5
1656
+ }
1657
+
1658
+ #Province modifier
1659
+ per_chinese_embassy = {
1660
+ potential = {
1661
+ has_global_flag = per_chinese_embassy
1662
+ }
1663
+ trigger = {
1664
+ owner = {
1665
+ custom_trigger_tooltip = {
1666
+ tooltip = per_chinese_embassy_tooltip
1667
+ has_country_flag = has_persian_embassy
1668
+ any_ally = { has_country_flag = has_chinese_embassy }
1669
+ }
1670
+ }
1671
+ }
1672
+ on_deactivation = {
1673
+ }
1674
+ yearly_innovativeness = 0.2
1675
+ diplomatic_upkeep = 1
1676
+ local_institution_spread = 0.25
1677
+ province_trade_power_value = 5
1377
1678
  }