Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Estate priviliges #185

Merged
merged 2 commits into from
Aug 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
estate_church_papal_emissary = {
icon = privilege_send_emissary_to_pope
max_absolutism = -5
loyalty = 0.05
influence = 0.05
is_valid = {
OR = {
religion = catholic
religion = fraticelli
}
NOT = { tag = PAP }
NOT = { tag = FAP }
}
can_select = {
papal_influence = 20
num_of_cardinals = 1
}
on_granted = {
add_papal_influence = -5
}
penalties = {
curia_powers_cost = 0.05
}
benefits = {
papal_influence = 1
}
ai_will_do = {
factor = 10
modifier = {
factor = 0
is_part_of_hre = yes
is_emperor = no
}
modifier = {
factor = 0.25
OR = {
tag = SWE
tag = ENG
tag = GBR
}
}
modifier = {
factor = 0
is_absolutism_active = yes
}
modifier = {
factor = 0.75
religion = catholic
NOT = {
reverse_has_opinion = {
who = PAP
value = 50
}
}
}
modifier = {
factor = 0.75
religion = fraticelli
NOT = {
reverse_has_opinion = {
who = FAP
value = 50
}
}
}
}
}

estate_church_clerical_ministers = {
icon = privilege_recruit_minister
max_absolutism = -5
influence = 0.10
conditional_modifier = {
trigger = {
if = {
limit = {
has_dlc = "Common Sense"
}
uses_church_aspects = no #Protetants/Anglicans/Cathars/Bogomilists
uses_karma = no #Buddhism/Vajrayana/Mahayana/Bon/Reformed Bon
}
if = {
limit = {
has_dlc = "Wealth of Nations"
}
uses_fervor = no #Reformed/Messalian/Waldensian/Lollard/Qarmatian
}
if = {
limit = {
has_dlc = "Cradle of Civilization"
}
NOT = {
religion_group = muslim
NOT = { religion = qarmatian }
NOT = { religion = yazidi }
}
}
if = {
limit = {
has_dlc = "Mandate of Heaven"
}
NOT = { religion = confucianism }
}
if = {
limit = {
has_dlc = "Third Rome"
}
uses_patriarch_authority = no #Orthodox/Monothelite/Iconoclast/Paulician/Yazidi
}
}
modifier = {
missionary_maintenance_cost = -0.2
}
}
conditional_modifier = {
trigger = {
has_dlc = "Common Sense"
uses_karma = yes #Buddhism/Vajrayana/Mahayana/Bon/Reformed Bon
}
modifier = {
yearly_karma_decay = 0.005
}
}
conditional_modifier = {
trigger = {
has_dlc = "Common Sense"
uses_church_aspects = yes #Protetants/Anglicans/Cathars/Bogomilists
}
modifier = {
church_power_modifier = 0.1
}
}
conditional_modifier = {
trigger = {
has_dlc = "Wealth of Nations"
uses_fervor = yes #Reformed/Messalian/Waldensian/Lollard/Qarmatian
}
modifier = {
monthly_fervor_increase = 0.5
}
}
conditional_modifier = {
trigger = {
has_dlc = "Cradle of Civilization"
religion_group = muslim
NOT = { religion = qarmatian }
NOT = { religion = yazidi }
}
modifier = {
monthly_piety = 0.001
}
}
conditional_modifier = {
trigger = {
has_dlc = "Mandate of Heaven"
religion = confucianism
}
modifier = {
yearly_harmony = 0.25
}
}
conditional_modifier = {
trigger = {
has_dlc = "Third Rome"
uses_patriarch_authority = yes #Orthodox/Monothelite/Iconoclast/Paulician/Yazidi
}
modifier = {
yearly_patriarch_authority = 0.005
}
}
penalties = {
}
benefits = {
}
ai_will_do = {
factor = 10
modifier = {
factor = 0.5
is_absolutism_active = yes
}
modifier = {
factor = 0.5
OR = {
religion = protestant
religion = anglican
}
religion = protestant
num_of_aspects = 3
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
irish_ideas = {
trigger = {
tag = IRE
OR = {
tag = IRE
culture = irish
}
}
}

Expand Down Expand Up @@ -31,11 +34,16 @@ TIB_ideas = {
}

trigger = {
primary_culture = tibetan
OR = {
religion = vajrayana
religion = bon
religion = bon_reformed
tag = TIB
AND = {
primary_culture = tibetan
OR = {
religion = vajrayana
religion = bon
religion = bon_reformed
}
}
}
}
free = yes #will be added at load.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ dharmic = {
religious_unity = 0.75
}

uses_karma = yes

heretic = { TERAPANTHA }
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
country_decisions = {

armenia_nation = { ##Monophysite Option
armenia_nation_EXTRA = { ##Monophysite Option
major = yes
potential = {
normal_or_historical_nations = yes
Expand Down Expand Up @@ -137,7 +137,7 @@ country_decisions = {
ai_importance = 400 #
}

restore_byzantine_empire = { # New Religions/Cultures
restore_byzantine_empire_EXTRA = { # New Religions/Cultures
major = yes
potential = {
was_never_end_game_tag_trigger = yes
Expand Down Expand Up @@ -309,7 +309,7 @@ country_decisions = {
}
}

institute_prussian_monarchy = { #New Religions
institute_prussian_monarchy_EXTRA = { #New Religions
major = yes
potential = {
NOT = { has_dlc = "Dharma" }
Expand All @@ -332,7 +332,7 @@ country_decisions = {
}
}

form_kingdom_of_prussia = { #New Religions/Cultures
form_kingdom_of_prussia_EXTRA = { #New Religions/Cultures
major = yes
potential = {
normal_or_historical_nations = yes
Expand Down Expand Up @@ -460,7 +460,7 @@ country_decisions = {
}
}

prussian_nation = { #New Religions
prussian_nation_EXTRA = { #New Religions
major = yes
potential = {
normal_or_historical_nations = yes
Expand Down Expand Up @@ -564,7 +564,7 @@ country_decisions = {
}
}

prussian_nation_general = { #New Religions
prussian_nation_general_EXTRA = { #New Religions
major = yes
potential = {
normal_or_historical_nations = yes
Expand Down Expand Up @@ -618,6 +618,13 @@ country_decisions = {
religion = cathar
religion = waldensian
religion = lollard
AND = {
culture = old_prussian
OR = {
religion = protestant
religion = reformed
}
}
}
owns_core_province = 41 # Königsberg
owns_core_province = 42 # Warmia
Expand Down Expand Up @@ -693,7 +700,7 @@ country_decisions = {
}
}

ruthenian_nation = { #New Cultures
ruthenian_nation_EXTRA = { #New Cultures
major = yes
potential = {
normal_or_historical_nations = yes
Expand Down Expand Up @@ -820,7 +827,7 @@ country_decisions = {
ai_importance = 500
}

russian_nation = { #New Cultures
russian_nation_EXTRA = { #New Cultures
major = yes
potential = {
normal_or_historical_nations = yes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
country_decisions = {

capital_in_belgrade = { #New Religions
capital_in_belgrade_EXTRA = { #New Religions
potential = {
tag = SER
NOT = { capital = 4239 }
Expand Down Expand Up @@ -38,7 +38,7 @@ country_decisions = {
ai_importance = 400
}

steppe_horde_reform = { #New Secondary Religions
steppe_horde_reform_EXTRA = { #New Secondary Religions
major = yes
potential = {
has_reform = steppe_horde
Expand All @@ -49,6 +49,14 @@ country_decisions = {
full_idea_group = innovativeness_ideas
full_idea_group = administrative_ideas
}
OR = {
secondary_religion = zikri
secondary_religion = yazidi
secondary_religion = kharijite
secondary_religion = druze
secondary_religion = hurufi
secondary_religion = qarmatian
}
}
allow = {
adm_power = 200
Expand Down
Loading