ideas = { country = { agrarian_economy = { picture = agrarian_economy_idea on_add = { log = "[GetDateText]: [Root.GetName]: add idea agrarian_economy" set_temp_variable = { temp_opinion = 10 } change_farmers_opinion = yes } on_remove = { log = "[GetDateText]: [Root.GetName]: remove idea agrarian_economy" set_temp_variable = { temp_opinion = -10 } change_farmers_opinion = yes clear_array = agri_crop_allocation clear_array = agri_crop_price EDU_update_education_idea_DYNMOD = yes } allowed_civil_war = { always = yes } cancel = { check_variable = { gdp_per_capita > 20 } num_of_civilian_factories > 1 } modifier = { custom_modifier_tooltip = agri_farmer_opinion_TT education_cost_multiplier_modifier = 0.05 } } AGRI_standard_drought_ongoing = { picture = looming_famine modifier = { production_speed_buildings_factor = -0.1 conscription_factor = -0.025 monthly_population = -0.025 } } AGRI_harsh_drought_ongoing = { picture = looming_famine modifier = { production_speed_buildings_factor = -0.2 conscription_factor = -0.075 monthly_population = -0.05 } } AGRI_extreme_drought_ongoing = { picture = looming_famine modifier = { production_speed_buildings_factor = -0.3 conscription_factor = -0.1 monthly_population = -0.1 } } } }