-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unneeded
holder = 0
entries from title history, readd missin…
…g governments file (#2216) #patch
- Loading branch information
1 parent
59d25c1
commit 63c4c96
Showing
5 changed files
with
113 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...orToCK3/Data_Files/blankMod/output/common/coat_of_arms/coat_of_arms/IRToCK3_dynasties.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# The vanilla CK3 Oghuz dynasty needs a CoA because we preserve the Seljuk cadet house. | ||
7327 = k_oghuz_il | ||
100721 = { # Abbasid | ||
pattern = "pattern_solid.dds" | ||
color1 = "black" | ||
color2 = "white" | ||
colored_emblem = { | ||
texture = "ce_block_02.dds" | ||
color1 = "black" | ||
color2 = "black" | ||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } } | ||
} | ||
colored_emblem = { | ||
texture = "ce_block_02.dds" | ||
color1 = "black" | ||
color2 = "black" | ||
instance = { position = { 0.5 0.48 } scale = { 0.70 0.70 } } | ||
} | ||
colored_emblem = { | ||
texture = "ce_border_circle_fimbriated.dds" | ||
color1 = "black" | ||
color2 = "white" | ||
instance = { position = { 0.5 0.48 } scale = { 0.75 0.75 } } | ||
} | ||
colored_emblem = { | ||
texture = "ce_arabic_basmala_kufic.dds" | ||
color1 = "white" | ||
color2 = "white" | ||
instance = { position = { 0.5 0.48 } scale = { 0.64 0.64 } } | ||
} | ||
} |
57 changes: 57 additions & 0 deletions
57
ImperatorToCK3/Data_Files/blankMod/output/common/governments/IRToCK3_governments.liquid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
eremitic_government = { | ||
create_cadet_branches = no | ||
religious = yes | ||
rulers_should_have_dynasty = no | ||
council = yes | ||
primary_holding = church_holding | ||
valid_holdings = { church_holding } | ||
required_county_holdings = { church_holding } | ||
preferred_religions = { christianity_religion } | ||
court_generate_spouses = no | ||
court_generate_commanders = no | ||
royal_court = no | ||
supply_limit_mult_for_others = 0 | ||
affected_by_development = no | ||
|
||
can_get_government = { | ||
OR = { | ||
has_government = eremitic_government | ||
has_variable = IRToCK3_eremite_flag | ||
} | ||
current_date <= 900.1.1 | ||
OR = { | ||
{% unless tfe %} | ||
AND = { # Capital in Iceland | ||
exists = title:d_iceland | ||
capital_county = { | ||
target_is_de_jure_liege_or_above = title:d_iceland | ||
} | ||
} | ||
{% endunless %} | ||
AND = { # Capital in Faroe Islands | ||
exists = title:c_faereyar | ||
capital_county = title:c_faereyar | ||
} | ||
} | ||
|
||
} | ||
|
||
ai = { | ||
use_lifestyle = yes | ||
imprison = no # Imprison & release from prison | ||
arrange_marriage = no # Actively arrange marriages. Can still receive marriage requests if disabled. | ||
use_goals = no # Use longterm goals (build holdings, perform major decisions, ...) | ||
use_decisions = no # Use minor decisions | ||
use_scripted_guis = no # Will evaluate using scripted guis | ||
perform_religious_reformation = no | ||
} | ||
|
||
character_modifier = { | ||
development_growth_factor = -1000 | ||
levy_size = -1000 | ||
levy_reinforcement_rate = -1000 | ||
tax_mult = -1000 | ||
} | ||
|
||
color = rgb { 153 204 0 } | ||
} |