-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from zijistark/beta
EMF 3.06
- Loading branch information
Showing
96 changed files
with
210,498 additions
and
1,087 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
|
||
# Map-specific parts of emf_nwo implementation (SWMH version) | ||
|
||
namespace = emf_nwo | ||
|
||
# emf_nwo.41 [Isis] | ||
# | ||
# Adjust the de jure title structure of the map to be better-suited for | ||
# New World Order. [SWMH-specific adjustments] | ||
# | ||
# If run a second or third time, this event should safely do nothing. | ||
character_event = { | ||
id = emf_nwo.41 | ||
desc = AI_EVENT | ||
hide_window = yes | ||
is_triggered_only = yes | ||
|
||
option = { | ||
name = OK | ||
|
||
# Consolidate some of the minor HRE stem duchies into larger kingdoms ... | ||
|
||
k_frisia = { any_direct_de_jure_vassal_title = { de_jure_liege = k_lower_lorraine } } | ||
activate_title = { title = k_frisia status = no } | ||
|
||
k_upper_lorraine = { any_direct_de_jure_vassal_title = { de_jure_liege = k_lower_lorraine } } | ||
activate_title = { title = k_upper_lorraine status = no } | ||
|
||
k_carinthia = { any_direct_de_jure_vassal_title = { de_jure_liege = k_bavaria } } | ||
activate_title = { title = k_carinthia status = no } | ||
|
||
# Swap out the HRE stem duchy kingdom titles for ones without name_tier = duke and normal | ||
# creation conditions ... | ||
|
||
k_lower_lorraine = { any_direct_de_jure_vassal_title = { de_jure_liege = k_emf_lower_lorraine } } | ||
k_saxony = { any_direct_de_jure_vassal_title = { de_jure_liege = k_emf_saxony } } | ||
k_franconia = { any_direct_de_jure_vassal_title = { de_jure_liege = k_emf_franconia } } | ||
k_bavaria = { any_direct_de_jure_vassal_title = { de_jure_liege = k_emf_bavaria } } | ||
k_schwaben = { any_direct_de_jure_vassal_title = { de_jure_liege = k_emf_schwaben } } | ||
|
||
activate_title = { title = k_lower_lorraine status = no } | ||
activate_title = { title = k_saxony status = no } | ||
activate_title = { title = k_franconia status = no } | ||
activate_title = { title = k_bavaria status = no } | ||
activate_title = { title = k_schwaben status = no } | ||
|
||
# Get rid of the greater theocratic Patrimonium Sancti Petri and let Lombardia have it ... | ||
|
||
k_patrimoniumpetri = { any_direct_de_jure_vassal_title = { de_jure_liege = k_italy } } | ||
|
||
if = { | ||
limit = { has_global_flag = emf_nwo_king } | ||
activate_title = { title = k_patrimoniumpetri status = no } | ||
break = yes | ||
} | ||
|
||
d_latium = { de_jure_liege = k_patrimoniumpetri } | ||
} | ||
} |
Oops, something went wrong.