Skip to content

Commit

Permalink
Lajos Kossuth now uses his vanilla agitator counterpart (with some ch…
Browse files Browse the repository at this point in the history
…anges)
  • Loading branch information
Danarca committed Jan 10, 2025
1 parent be10b35 commit 19d9dc4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
21 changes: 0 additions & 21 deletions common/character_templates/imperia_austria_templates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,3 @@
erudite # Supported the establishment of the Hungarian Academy of Sciences
}
}

imperia_lajos_kossuth_template = {
# The Governor-President of Hungary during its Revolution of 1848-1849, Lajos Kossuth
first_name = Lajos
last_name = Kossuth
historical = yes
ig_leader = yes
birth_date = 1802.9.19
# Died 20. March 1894 in exile in Italy
culture = cu:hungarian
# His mother was a Lutheran, but he was raised as a Calvinist
religion = rel:protestant
interest_group = ig_intelligentsia
ideology = ideology_radical
# Was a lawyer and journalist before becoming a politician
traits = {
ambitious # Started the Hungarian Revolution of 1848
basic_political_operator # Was a lawyer and journalist, as well as a politician
demagogue # Was a lot more radical than Széchenyi
}
}
4 changes: 3 additions & 1 deletion common/history/characters/imperia_austria.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
template = imperia_istvan_szechenyi_template
}
create_character = {
template = imperia_lajos_kossuth_template
template = agitator_lajos_kossuth
interest_group = ig_intelligentsia
ig_leader = yes
}
}
}
2 changes: 1 addition & 1 deletion common/journal_entries/imperia_dual_monarchy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
every_scope_character = {
limit = {
has_template = imperia_lajos_kossuth_template
has_template = agitator_lajos_kossuth
}
exile_character = yes
}
Expand Down
4 changes: 2 additions & 2 deletions events/imperia_dual_monarchy_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ imperia_dual_monarchy.2 = {
if = {
limit = {
any_scope_character = {
has_template = imperia_lajos_kossuth_template
has_template = agitator_lajos_kossuth
}
}
random_scope_character = {
limit = {
has_template = imperia_lajos_kossuth_template
has_template = agitator_lajos_kossuth
}
set_character_as_ruler = yes
}
Expand Down

0 comments on commit 19d9dc4

Please sign in to comment.