ideas = {
	country = {
		DEN_idea_joint_material_command = {
			picture = volunteer_defenders
			
			allowed = { always = no }
			allowed_civil_war = { always = no }
			
			removal_cost = -1
			
			equipment_bonus = {
				Inf_equipment = {
					build_cost_ic = -0.07
					instant = yes
				}
			}
		}
		DEN_idea_gas_deposits = {
			picture = GFX_generic_goods_red_bonus
			
			allowed = { always = no }
			allowed_civil_war = { always = no }
			
			removal_cost = -1
			
			modifier = {
				industrial_capacity_factory = 0.05
				consumer_goods_factor = -0.03
			}
		}
		DEN_idea_energy_exports = {
			picture = GFX_generic_goods_red_bonus
			
			allowed = { always = no }
			allowed_civil_war = { always = no }
			
			removal_cost = -1
			
			modifier = {
				industrial_capacity_factory = 0.15
				consumer_goods_factor = -0.10
			}
		}
	}
}