Clamp Down on Corrption is NF to remove 'risk of famine' national spirit, and you can pick that when you are dominion or free nation.
But famine event can only occur when Raj is colony, puppet, or integrated puppet. If Raj is colony, Raj can't pick the NF. However if Raj is dominion or free nation, famine event don't happen whether pick the NF or not.
Code:
#RAJ gets famine - Trigger/randomness event
country_event = {
id = tfv_raj.20
hidden = yes
immediate = {
country_event = { id = tfv_raj.21 days = 300 }
}
trigger = {
compare_autonomy_state < autonomy_dominion
has_capitulated = no
NOT = { surrender_progress > 0.5 }
original_tag = RAJ
has_idea = RAJ_risk_of_famine
has_war = yes
}
mean_time_to_happen = { days = 150 }
}
#RAJ gets famine - Actual event
country_event = {
id = tfv_raj.21
title = tfv_raj.21.t
desc = tfv_raj.21.desc #
picture = GFX_report_event_indian_famine
is_triggered_only = yes
fire_only_once = yes
immediate = {
hidden_effect = {
remove_ideas = RAJ_risk_of_famine
add_timed_idea = { idea = RAJ_famine days = 365 }
news_event = { id = news.272 }
news_event = { id = news.273 days = 365 }
}
}
trigger = {
compare_autonomy_state < autonomy_dominion
has_capitulated = no
NOT = { surrender_progress > 0.5 }
original_tag = RAJ
has_idea = RAJ_risk_of_famine
}
option = {
name = tfv_raj.21.a
effect_tooltip = {
remove_ideas = RAJ_risk_of_famine
add_timed_idea = { idea = RAJ_famine days = 365 }
}
}
}
But famine event can only occur when Raj is colony, puppet, or integrated puppet. If Raj is colony, Raj can't pick the NF. However if Raj is dominion or free nation, famine event don't happen whether pick the NF or not.
Upvote
0