ideas = {
	country = {
		MEN_prepare_SHX = {

			picture = prc_the_long_march

				targeted_modifier = {
					tag = SHX
					attack_bonus_against = 0.15
					defense_bonus_against = 0.15
				}	
			modifier = {
				
				decryption = 0.5
			}
		}
		MEN_prepare_XSM = {
		
			picture = prc_the_long_march
			targeted_modifier = {
				tag = XSM
				attack_bonus_against = 0.15
				defense_bonus_against = 0.15
			}	
			modifier = {
				
				decryption = 0.5
			}
		}
		MEN_japanese_aid = {
			picture = warrior_traditions_idea
			allowed_civil_war = { always = no }
			modifier = {
				army_org_factor = 0.1
				army_morale_factor = 0.1
				cavalry_attack_factor = 0.05
				cavalry_defence_factor = 0.05
				decryption = 0.5
				ai_focus_aggressive_factor = 0.5
			}
			available = { 
				OR = {
					is_puppet_of = JAP
					is_in_faction_with = JAP
				}
			}
		}
		MEN_standing_advisors = {
			picture = warrior_traditions_idea
			research_bonus = {
				land_doctrine = 0.07
			}
			modifier = {
				army_org_factor = 0.15
				army_morale_factor = 0.15
				autonomy_gain = -0.1
			}
			available = { 
				OR = {
					is_puppet_of = JAP
					is_in_faction_with = JAP
				}
			}
		}
		MEN_limited_war = {
			modifier = {
				ai_call_ally_desire_factor = -10000
			}
			available = {
				OR = {
					has_war_with = MEN
					has_war_with = MON
					has_war_with = XSM
					has_war_with = SHX
				}
			}
		}
		MEN_reformed_currency = {
			picture = MEN_currency
			modifier = {
				consumer_goods_factor = -0.05
				political_power_factor = 0.1
			}
		}
		MEN_reformed_currency_tfv = {
			picture = MEN_currency
			modifier = {
				consumer_goods_factor = -0.05
				autonomy_gain = 0.1
			}
		}
		MEN_central_academy = {
			picture = generic_spy_intel
			modifier = {
				decryption = 0.5
				experience_gain_army = 0.01
			}
		}
		MEN_general_staff = {
			picture = idea_ast_volunteer_defence_corps
			modifier = {
				army_org_factor = 0.05
				planning_speed = 0.1
			}
		}
		MEN_general_staff_tfv = {
			picture = idea_ast_volunteer_defence_corps
			modifier = {
				army_org_factor = 0.05
				planning_speed = 0.1
				autonomy_gain = 0.1
			}
		}
		MEN_logistics = {
			picture = generic_goods_red_bonus
			modifier = {
				supply_consumption_factor = -0.10
				production_speed_infrastructure_factor = 0.1
			}
		}
		MEN_JAP_partnership = {
			picture = warrior_traditions_idea
			available = {
				is_puppet_of = JAP
			}
			modifier = {
				autonomy_gain = 0.5
			}
		}
		MEN_royal_guard = {
			picture = generic_infantry_bonus
			modifier = {
				conscription = 0.02
			}
		}
		MEN_low_discipline = {
			picture = tfv_can_conscription_crisis
			modifier = {
				army_morale_factor = -0.15
				army_org_factor = -0.05
			}
		}
	}
}