ideas = {
    country = {

		ARC_the_scars_of_the_second_great_patriotic_war = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_the_scars_of_the_second_great_patriotic_war"}

			picture = FFR_tomb_republic

			allowed = {
				always = no
			}
			allowed_civil_war = {
				always = no
			}

			modifier = {
				stability_factor = -0.5
				war_support_factor = -0.45
				resistance_target = -0.35
				gdp_growth_modifier = -0.10
				national_socialism_drift = -0.03
				fascism_drift = -0.02
			}
		}
		
        ### All-Russian Congress ###
		ARC_industrial_aid = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_industrial_aid"}

			picture = generic_supply_production

			allowed = {
				always = no
			}
			allowed_civil_war = {
				always = no
			}
			cancel = {
				NOT = {
					has_global_flag = RUS_all_russian_congress
				}
			}
			removal_cost = -1

			modifier = {
				production_factory_max_efficiency_factor = 0.1
			}
		}
		ARC_intense_rationing = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_intense_rationing"}

			picture = generic_ineffecient_oil_economy

			allowed = {
				always = no
			}
			cancel = {
				NOT = {
					has_global_flag = RUS_all_russian_congress
				}
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				production_factory_max_efficiency_factor = 0.1
				production_factory_efficiency_gain_factor = 0.1
			}
		}
		ARC_focus_on_tank_production = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_intense_rationing"}

			picture = RUS_gorky_tank_factory

			allowed = {
				always = no
			}
			cancel = {
				NOT = {
					has_global_flag = RUS_all_russian_congress
				}
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			equipment_bonus = {
				MBT_equipment = {
					build_cost_ic = -0.1 instant = yes
				}
				IFV_equipment = {
					build_cost_ic = -0.1 instant = yes
				}
				APC_equipment = {
					build_cost_ic = -0.1 instant = yes
				}
			}
		}
		ARC_focus_on_plane_production = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_intense_rationing"}

			picture = generic_aircraft_research

			allowed = {
				always = no
			}
			cancel = {
				NOT = {
					has_global_flag = RUS_all_russian_congress
				}
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			equipment_bonus = {
				CAS_equipment = {
					build_cost_ic = -0.1 instant = yes
				}
				fighter_equipment = {
					build_cost_ic = -0.1 instant = yes
				}
				interceptor_equipment = {
					build_cost_ic = -0.1 instant = yes
				}
			}
		}
		ARC_focus_on_industry = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_focus_on_industry"}

			picture = generic_breakneck_industrialization

			allowed = {
				always = no
			}
			cancel = {
				NOT = {
					has_global_flag = RUS_all_russian_congress
				}
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				production_factory_max_efficiency_factor = 0.1
				production_factory_efficiency_gain_factor = 0.1
				industrial_capacity_factory = 0.15
				army_org_factor = -0.2
				land_reinforce_rate = -0.02
			}
		}
		ARC_rapid_army_expansion = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_rapid_army_expansion"}

			picture = generic_preparing_the_militias

			allowed = {
				always = no
			}
			cancel = {
				NOT = {
					has_global_flag = RUS_all_russian_congress
				}
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				industrial_capacity_factory = -0.15
				army_org_factor = 0.15
				land_reinforce_rate = 0.02
			}
		}
		ARC_standing_strong = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_standing_strong"}

			picture = generic_volunteer_militias

			allowed = {
				always = no
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				army_attack_factor = 0.15
				army_defence_factor = 0.15
				army_speed_factor = 0.1
			}
		}
		ARC_proud_russian_army = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea ARC_proud_russian_army"}

			picture = generic_officer_expansion

			allowed = {
				always = no
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				army_attack_factor = 0.2
				army_defence_factor = 0.2
				army_speed_factor = 0.15
				war_support_factor = 0.12
				conscription_factor = 0.07
			}
		}
		ARC_joint_military_staff = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea "}

			picture = generic_militia_based_army

			allowed = {
				always = no
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				max_command_power = 25
				command_power_gain = 0.5
			}
		}
    }
}