Skip to content

Commit

Permalink
ケッセルリング完了!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-no-to-ri committed Sep 10, 2022
1 parent 567263c commit f23eaa6
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 20 deletions.
23 changes: 23 additions & 0 deletions events/rot_debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ country_event = {
option = {
name = wtt_britain.24.a
# recruit_character = SOV_ivan_konev
kill_country_leader = yes
}
option = {
name = news.332.a
Expand Down Expand Up @@ -54,6 +55,28 @@ country_event = {
option = {
name = wtt_denmark.1.a
kill_country_leader = yes
}
option = {
name = wtt_denmark.1.a
GER = {
GER_albert_kesselring = {
set_nationality = GMJ
}
}
GMJ = {
add_country_leader_role = {
character = GER_albert_kesselring
country_leader = {
expire = "1965.1.1" #Changed from 1956.1.1 at KPD2.0 update
ideology = despotism
traits = {
great_war_hero
}
}
promote_leader = yes
}
}
# kill_country_leader = yes
# uncomplete_national_focus = {
# focus = GER_four_year_plan
# uncomplete_children = yes
Expand Down
76 changes: 56 additions & 20 deletions events/rot_germany.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ country_event = {
base = 100
}
hidden_effect = {
remove_ideas = strikes_1
remove_ideas = strikes_3
remove_ideas = strikes_1
remove_ideas = strikes_3
remove_country_leader_role = {
character = GER_august_von_mackensen
ideology = despotism
}
}
start_civil_war = {
ruling_party = communism
Expand All @@ -37,14 +41,12 @@ country_event = {
states = { 56 58 59 61 5 67 }
keep_unit_leaders = { 2 3 4 5 35 21 1000 }
}
# GER = {
# GER_albert_kesselring = {
# set_nationality = GMJ
# }
# }
hidden_effect = {
every_possible_country = {
limit = { has_character = GER_albert_kesselring }
random_character = {
limit = { is_character = GER_albert_kesselring }
set_nationality = GMJ
}
}
every_other_country = {
limit = {
original_tag = GER
Expand Down Expand Up @@ -104,17 +106,18 @@ country_event = {
amount = 600
producer = "POL"
}
add_country_leader_role = {
character = GER_albert_kesselring
country_leader = {
expire = "1965.1.1" #Changed from 1956.1.1 at KPD2.0 update
ideology = despotism
traits = {
great_war_hero
}
}
promote_leader = yes
}
# add_country_leader_role = {
# character = GER_albert_kesselring
# country_leader = {
# expire = "1965.1.1" #Changed from 1956.1.1 at KPD2.0 update
# ideology = despotism
# traits = {
# great_war_hero
# }
# }
# promote_leader = yes
# }
country_event = { id = rot_germany.46 hours = 1}
}
remove_ideas = sour_loser
set_cosmetic_tag = GER_revolution
Expand Down Expand Up @@ -3165,6 +3168,39 @@ country_event = { #Denied
}
}

# Hidden event to make kesselring to leader of the junta. 内戦→ケッセルリング移動→ケッセルリング指導者化 を順番に実行する必要がある。
country_event = {
id = rot_germany.46

hidden = yes

is_triggered_only = yes

immediate = {
GER = {
GER_albert_kesselring = {
set_nationality = GMJ
}
}
}

option = {
GMJ = {
add_country_leader_role = {
character = GER_albert_kesselring
country_leader = {
expire = "1965.1.1" #Changed from 1956.1.1 at KPD2.0 update
ideology = despotism
traits = {
great_war_hero
}
}
promote_leader = yes
}
}
}
}

country_event = { #Release Thalmann or not
id = rot_germany.1000
title = rot_germany.1000.t
Expand Down

1 comment on commit f23eaa6

@Hi-no-to-ri
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close #9

Please sign in to comment.