More fixes
This commit is contained in:
parent
f78dbd4986
commit
a6f8acc22f
23 changed files with 5790 additions and 1934 deletions
|
|
@ -2909,7 +2909,7 @@ random_yearly_playable_pulse = {
|
|||
4 = fp2_yearly_events
|
||||
4 = fp3_yearly_events
|
||||
2 = bp1_yearly_events
|
||||
6 = ep3_yearly_events_byzantium
|
||||
# 6 = ep3_yearly_events_byzantium
|
||||
6 = ep3_yearly_events_admin
|
||||
6 = tgp_japan_yearly_events
|
||||
6 = tgp_china_yearly_events
|
||||
|
|
@ -3010,8 +3010,8 @@ random_yearly_playable_pulse = {
|
|||
delay = { days = { 181 240 } }
|
||||
bp2_child_pulse
|
||||
delay = { days = { 181 240 } }
|
||||
bp2_parent_guardian_hostage_taker_pulse
|
||||
delay = { days = { 241 290 } }
|
||||
# bp2_parent_guardian_hostage_taker_pulse
|
||||
# delay = { days = { 241 290 } }
|
||||
bp2_adult_followups
|
||||
delay = { days = { 291 310 } }
|
||||
court_scholar_ongoing
|
||||
|
|
@ -3148,24 +3148,24 @@ five_year_everyone_pulse = {
|
|||
}
|
||||
|
||||
# FP2 - Checks to start El Cid's Travels
|
||||
if = {
|
||||
limit = { # Am I El Cid?
|
||||
has_fp2_dlc_trigger = yes
|
||||
has_ep3_dlc_trigger = no
|
||||
this = character:107590
|
||||
NOT = { has_character_flag = has_already_begun_travelling } # Separate first check, for performance
|
||||
|
||||
NOT = { # Start date employer is either dead or gone
|
||||
OR = {
|
||||
top_liege = character:107500
|
||||
liege = character:107500
|
||||
employer = character:107500
|
||||
}
|
||||
}
|
||||
is_available_healthy_ai_adult = yes # Am I ready to go on an adventure?
|
||||
}
|
||||
trigger_event = fp2_struggle.2045
|
||||
}
|
||||
# if = {
|
||||
# limit = { # Am I El Cid?
|
||||
# has_fp2_dlc_trigger = yes
|
||||
# has_ep3_dlc_trigger = no
|
||||
# this = character:107590
|
||||
# NOT = { has_character_flag = has_already_begun_travelling } # Separate first check, for performance
|
||||
#
|
||||
# NOT = { # Start date employer is either dead or gone
|
||||
# OR = {
|
||||
# top_liege = character:107500
|
||||
# liege = character:107500
|
||||
# employer = character:107500
|
||||
# }
|
||||
# }
|
||||
# is_available_healthy_ai_adult = yes # Am I ready to go on an adventure?
|
||||
# }
|
||||
# trigger_event = fp2_struggle.2045
|
||||
# }
|
||||
#young nobodies getting castrated
|
||||
if = {
|
||||
limit = {
|
||||
|
|
@ -3683,7 +3683,7 @@ on_yearly_events = {
|
|||
150 = fp2_yearly.3001 # Choosing your epitaph
|
||||
150 = fp2_yearly.3002 # And They Were Roommates
|
||||
150 = fp2_yearly.3003 # A Flavorful Evening
|
||||
180 = fp2_struggle.2003 # Band of Lost Birds
|
||||
# 180 = fp2_struggle.2003 # Band of Lost Birds
|
||||
|
||||
#BP1 - Bontent Pack One Events
|
||||
100 = bp1_yearly.1000 # Best friend introduces you to a new hobby
|
||||
|
|
@ -4098,12 +4098,12 @@ on_yearly_events = {
|
|||
200 = tgp_movement_events.0160 # Promise Movement leader to not scheme against each other
|
||||
|
||||
# TGP - Dynastic Cycle Events
|
||||
200 = tgp_dynastic_cycle_events.0001 # Tilt the scales towards Advancement
|
||||
200 = tgp_dynastic_cycle_events.0010 # Disciple has a mental breakdown in Instability
|
||||
200 = tgp_dynastic_cycle_events.0020 # Rowdy peasants steal food during Instability
|
||||
200 = tgp_dynastic_cycle_events.0030 # In this time of Expansion you should become a Military Governor
|
||||
200 = tgp_dynastic_cycle_events.0040 # Steward is interested in the Silk Road
|
||||
200 = tgp_dynastic_cycle_events.0050 # Debate the Favoured Movement and get ahead of them
|
||||
# 200 = tgp_dynastic_cycle_events.0001 # Tilt the scales towards Advancement
|
||||
# 200 = tgp_dynastic_cycle_events.0010 # Disciple has a mental breakdown in Instability
|
||||
# 200 = tgp_dynastic_cycle_events.0020 # Rowdy peasants steal food during Instability
|
||||
# 200 = tgp_dynastic_cycle_events.0030 # In this time of Expansion you should become a Military Governor
|
||||
# 200 = tgp_dynastic_cycle_events.0040 # Steward is interested in the Silk Road
|
||||
# 200 = tgp_dynastic_cycle_events.0050 # Debate the Favoured Movement and get ahead of them
|
||||
|
||||
# TGP - Confucianism Events
|
||||
250 = tgp_china_yearly.0001 # Charitable Acts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue