Skip to content

Commit

Permalink
Hellenic to release (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Elezović authored Jul 9, 2021
1 parent c809f00 commit 42e3a8f
Show file tree
Hide file tree
Showing 24 changed files with 1,140 additions and 106 deletions.
17 changes: 5 additions & 12 deletions CK3toEU4/Data_Files/blankMod/output/common/ages/00_default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ age_of_discovery = {
any_owned_province = {
is_core = ROOT
controlled_by = owner
development = 30
development_discounting_tribal = 30
}
}
}
Expand All @@ -74,18 +74,14 @@ age_of_discovery = {

obj_two_unions = {
allow = {
OR = {
religion_group = christian
religion_group = gnostic
}
religion_group = christian
}
personal_union = 2
}

obj_many_vassals = {
allow = {
NOT = { religion_group = christian }
NOT = { religion_group = gnostic }
}
vassal = 5
}
Expand Down Expand Up @@ -285,7 +281,6 @@ age_of_reformation = {
religion = cathar
religion = waldensian
religion = lollard
religion = adamites
}
}

Expand All @@ -304,7 +299,7 @@ age_of_reformation = {
}

obj_colonial_empire = {
num_of_colonies = 5
colony = 5
}

obj_force_converted = {
Expand Down Expand Up @@ -492,10 +487,7 @@ age_of_reformation = {
tag = LIT
AND = {
government_rank = 3
OR = {
culture_group = west_slavic
tag = LIT
}
culture_group = west_slavic
}
}
}
Expand Down Expand Up @@ -885,6 +877,7 @@ age_of_revolutions = {
allow = {
OR = {
tag = PRU
tag = GER
has_reform = prussian_monarchy
has_reform = prussian_republic_reform
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,15 @@ adm_idea_modifiers = {
NOT = { has_reform = steppe_horde }
NOT = { has_reform = great_mongol_state_reform }
}
modifier = {
factor = 0
OR = {
government = republic
government = theocracy
government = native
government = monarchy
}
}
}
}
custom_idea_devotion = {
Expand All @@ -381,6 +390,10 @@ adm_idea_modifiers = {
factor = 0
NOT = { government = theocracy }
}
modifier = {
factor = 0
uses_devotion = no
}
}
}
custom_idea_republican_tradition = {
Expand All @@ -393,7 +406,7 @@ adm_idea_modifiers = {
chance = {
factor = 1
modifier = {
factor = 0
factor = 0.25
NOT = { government = republic }
}
modifier = {
Expand Down Expand Up @@ -459,6 +472,11 @@ adm_idea_modifiers = {
factor = 1.25
government = theocracy
}
modifier = {
factor = 0.15
num_of_cities = 1
NOT = { num_of_cities = 50 }
}
}
}
custom_idea_tolerance_heretic = {
Expand Down Expand Up @@ -546,7 +564,7 @@ adm_idea_modifiers = {
}
}
custom_idea_religious_unity = {
religious_unity = 0.05
religious_unity = 0.075
level_cost_2 = 3
level_cost_3 = 9
level_cost_4 = 18
Expand Down Expand Up @@ -625,5 +643,8 @@ adm_idea_modifiers = {
possible_adm_policy = 1
max_level = 1
level_cost_1 = 30
chance = {
factor = 0.25
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,17 @@ dip_idea_modifiers = {
custom_idea_global_tariffs = {
global_tariffs = 0.05
chance = {
factor = 0
factor = 0.5
modifier = {
factor = 0
capital_scope = {
OR = {
continent = north_america
continent = south_america
continent = new_world
}
}
}
}
}
custom_idea_diplomatic_reputation = {
Expand Down Expand Up @@ -392,7 +402,7 @@ dip_idea_modifiers = {
level_cost_2 = 30
max_level = 2
chance = {
factor = 0.5
factor = 0.75
}
}
custom_idea_war_exhaustion_cost = {
Expand All @@ -401,7 +411,7 @@ dip_idea_modifiers = {
level_cost_3 = 9
level_cost_4 = 18
chance = {
factor = 0
factor = 1
}
}
custom_idea_navy_tradition = {
Expand Down Expand Up @@ -513,7 +523,7 @@ dip_idea_modifiers = {
level_cost_3 = 9
level_cost_4 = 18
chance = {
factor = 0
factor = 0.75
}
}
custom_idea_spy_defense = {
Expand All @@ -522,7 +532,7 @@ dip_idea_modifiers = {
level_cost_3 = 9
level_cost_4 = 18
chance = {
factor = 0
factor = 0.75
}
}
custom_idea_ship_recruit_speed = {
Expand Down Expand Up @@ -553,7 +563,7 @@ dip_idea_modifiers = {
level_cost_3 = 9
level_cost_4 = 18
chance = {
factor = 0
factor = 0.5
}
}
custom_idea_prestige_from_naval = {
Expand Down Expand Up @@ -872,5 +882,53 @@ dip_idea_modifiers = {
possible_dip_policy = 1
max_level = 1
level_cost_1 = 30
chance = {
factor = 0.25
}
}
custom_idea_transport_power = {
transport_power = 0.1
level_cost_2 = 1
level_cost_3 = 3
level_cost_4 = 6

# Used for random generation
chance = {
factor = 0.25
modifier = {
factor = 0
NOT = { num_of_ports = 1 }
}
}
}
custom_idea_possible_disengagement_chance = {
disengagement_chance = 0.05

# Used for random generation
chance = {
factor = 0.5
modifier = {
factor = 0
NOT = { num_of_ports = 1 }
}
}
}
custom_idea_yearly_karma_decay = {
yearly_karma_decay = 0.005
level_cost_2 = 3
level_cost_3 = 9
level_cost_4 = 18
enabled = {
has_dlc = "Common Sense"
}
chance = {
factor = 1
modifier = {
factor = 0
NOT = { religion = buddhism }
NOT = { religion = vajrayana }
NOT = { religion = mahayana }
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ mil_idea_modifiers = {
level_cost_2 = 15
max_level = 2
chance = {
factor = 0
factor = 0.5
}
}
custom_idea_army_tradition_decay = {
army_tradition_decay = -0.005
level_cost_2 = 15
max_level = 2
chance = {
factor = 0
factor = 0.5
}
}
custom_idea_leader_land_fire = {
Expand Down Expand Up @@ -251,7 +251,7 @@ mil_idea_modifiers = {
level_cost_3 = 9
level_cost_4 = 18
chance = {
factor = 0
factor = 0.5
}
}
custom_idea_defensiveness = {
Expand Down
Loading

0 comments on commit 42e3a8f

Please sign in to comment.