Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
steam\workshop\content\529340\3219394272\common\journal_entries\russia_mother
search for peter_instruction_easteurope and replace the event block with this:
peter_instruction_easteurope = {#东欧宪兵
icon = "gfx/interface/icons/invention_icons/line_infantry.dds"
group = je_group_historical_content
immediate = {
c:AUS = {
save_scope_as = AUS_scope
}
c:PRU = {
save_scope_as = PRU_scope
}
sr:region_poland = {
save_temporary_scope_as = poland_region
}
}
complete = {
owns_entire_state_region = STATE_WEST_GALICIA
owns_entire_state_region = STATE_EAST_GALICIA
owns_entire_state_region = STATE_NORTHERN_TRANSYLVANIA
owns_entire_state_region = STATE_SOUTHERN_TRANSYLVANIA
owns_entire_state_region = STATE_MOLDAVIA
owns_entire_state_region = STATE_DOBRUDJA
owns_entire_state_region = STATE_WALLACHIA
owns_entire_state_region = STATE_BEKES
owns_entire_state_region = STATE_BANAT
}
on_complete = {
custom_tooltip = {
text = peter_instruction_easteurope_1_tt
}
change_variable = {
name = rus_conquest
add = 1
}
trigger_event = {
id = joi_flavor_rus.12
}
}
fail = {
NOT = {
owns_entire_state_region = STATE_BREST
owns_entire_state_region = STATE_VOLHYNIA
owns_entire_state_region = STATE_MINSK
owns_entire_state_region = STATE_KIEV
owns_entire_state_region = STATE_CHERSON
owns_entire_state_region = STATE_CRIMEA
}
is_at_war = no
}
on_fail = {
custom_tooltip = {
text = peter_instruction_easteurope_2_tt
}
trigger_event = {
id = joi_flavor_rus.13
}
}
status_desc = {
triggered_desc = {
desc = peter_instruction_easteurope_status
}
}
should_be_pinned_by_default = yes
}
then Search for peter_instruction_yellowrussia and replace the event block with this:
peter_instruction_yellowrussia = {#黄俄罗斯计划
icon = "gfx/interface/icons/event_icons/waving_flag.dds"
group = je_group_historical_content
immediate = {
c:♥♥♥ = {
save_scope_as = JAP_scope
}
c:CHI = {
save_scope_as = CHI_scope
}
s:STATE_SOUTHERN_MANCHURIA = {
add_claim = c:RUS
}
s:STATE_NORTHERN_MANCHURIA = {
add_claim = c:RUS
}
s:STATE_SHENGJING = {
add_claim = c:RUS
}
s:STATE_BEIJING = {
add_claim = c:RUS
}
s:STATE_HINGGAN = {
add_claim = c:RUS
}
s:STATE_ALXA = {
add_claim = c:RUS
}
sr:north_china_region = {
save_temporary_scope_as = north_china_region
}
}
complete = {
owns_entire_state_region = STATE_NORTHERN_MANCHURIA
owns_entire_state_region = STATE_SOUTHERN_MANCHURIA
owns_entire_state_region = STATE_SHENGJING
owns_entire_state_region = STATE_HINGGAN
owns_entire_state_region = STATE_BEIJING
owns_entire_state_region = STATE_ALXA
owns_entire_state_region = STATE_GANSU
owns_entire_state_region = STATE_DZUNGARIA
owns_entire_state_region = STATE_QINGHAI
owns_entire_state_region = STATE_TIANSHAN
}
on_complete = {
custom_tooltip = {
text = peter_instruction_yellowrussia_1_tt
}
trigger_event = {
id = joi_flavor_rus.19
}
}
fail = {
has_law = law_type:law_council_republic
}
should_be_pinned_by_default = yes
}
This should allow you to complete the events again at least until the mod author makes an update.