Skip to content

Commit

Permalink
preparing v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alltheatreides committed Jan 11, 2021
1 parent b7e06d3 commit 3a9cb96
Show file tree
Hide file tree
Showing 3 changed files with 1,531 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ imperial_obligation_doukaton = { # Can't switch down from frontier command level
vassal_modifier = {
levy_reinforcement_rate = 0.15
garrison_size = 0.20
controlled_province_# advantage = 5
controlled_province_advantage = 5
}

# ai_liege_desire = 0
Expand All @@ -622,7 +622,7 @@ imperial_obligation_doukaton = { # Can't switch down from frontier command level
men_at_arms_limit = 1
levy_reinforcement_rate = 0.25
garrison_size = 0.30
controlled_province_# advantage = 10
controlled_province_advantage = 10
}

liege_modifier = {
Expand Down Expand Up @@ -652,7 +652,7 @@ imperial_obligation_kouratoreia = {
is_shown = {
scope:vassal.primary_title.tier >= tier_duchy
# scope:vassal = {
# has_government = roman_administration_kouratoreia_government
# has_government = roman_administration_doukaton_government
# }
}
obligation_levels = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ ave_maria_roman_administration_events.0003 = {
# Scope to patriarch and give him a positive flag
add_character_flag = imperial_coronation_lavish_coronation
roman_administration_add_popularity_massive_amount = yes
custom_tooltip = ave_maria_roman_administration_massive_popularity_gain.tt
remove_short_term_gold = 300
trigger_event = { id = ave_maria_roman_administration_events.0004 days = 4 }
capital_county = {
Expand All @@ -301,6 +302,7 @@ ave_maria_roman_administration_events.0003 = {
# Scope to patriarch and give him a 60/40 flag
add_character_flag = imperial_coronation_normal_coronation
roman_administration_add_popularity_medium_amount = yes
custom_tooltip = ave_maria_roman_administration_normal_popularity_gain.tt
remove_short_term_gold = 150
trigger_event = { id = ave_maria_roman_administration_events.0004 days = 4 }
capital_county = {
Expand All @@ -318,6 +320,7 @@ ave_maria_roman_administration_events.0003 = {
# Scope to patriarch and give him a negative flag
add_character_flag = imperial_coronation_stingy_coronation
roman_administration_remove_popularity_small_amount = yes
custom_tooltip = ave_maria_roman_administration_small_popularity_loss.tt
remove_short_term_gold = 75
trigger_event = { id = ave_maria_roman_administration_events.0004 days = 4 }
capital_county = {
Expand Down Expand Up @@ -601,6 +604,7 @@ ave_maria_roman_administration_events.0006 = {
## Add Crowned Basileus trait
add_trait = basileus
roman_administration_add_legitimacy_massive_amount = yes
custom_tooltip = ave_maria_roman_administration_massive_legitimacy_gain.tt

every_courtier = {
limit = {
Expand Down Expand Up @@ -635,6 +639,7 @@ ave_maria_roman_administration_events.0006 = {
add_trait = basileus

roman_administration_add_legitimacy_massive_amount = yes
custom_tooltip = ave_maria_roman_administration_massive_legitimacy_gain.tt

if = {
limit = {
Expand All @@ -646,6 +651,7 @@ ave_maria_roman_administration_events.0006 = {
scope:junior_emperor = {
add_trait = junior_emperor
roman_administration_add_legitimacy_massive_amount = yes
custom_tooltip = ave_maria_roman_administration_massive_legitimacy_gain.tt
}
}

Expand All @@ -669,6 +675,7 @@ ave_maria_roman_administration_events.0006 = {
scope:junior_emperor = {
add_trait = junior_emperor
roman_administration_add_legitimacy_massive_amount = yes
custom_tooltip = ave_maria_roman_administration_massive_legitimacy_gain.tt
}

## Ends the coronation activity
Expand Down
Loading

0 comments on commit 3a9cb96

Please sign in to comment.