ideas = {
	country = {

		SMB_dreadnought_debt_fake_for_tooltip = { #The purpose of this NS is to display a generic name in the tooltip when used in the scripted effect SMB_dreadnought_debt_fake_for_tooltip
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = 0.05
			}
		}

		SMB_dreadnought_debt_usa = {
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = 0.05
			}
		}

		SMB_dreadnought_debt_eng = {
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = 0.05
			}
		}

		SMB_dreadnought_debt_fra = {
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = 0.05
			}
		}

		SMB_dreadnought_debt_ger = {
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = 0.05
			}
		}

		SMB_dreadnought_debt_ita = {
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = 0.05
			}
		}

		SMB_dreadnought_debt_jap = {
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = 0.05
			}
		}


		SMB_dreadnought_payments = {
			
			allowed = {
				always = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = ger_mefo_bills_payment
			
			modifier = {
				consumer_goods_factor = -0.05
			}
		}

		SMB_MTG_naval_arms_race_legacy = {

			allowed = {
				always = no
			}
			cancel = {
				IF = {
					limit = {
						tag = BRA
					}
					AND = {
						ARG = {
							OR = {
								has_capitulated = yes
                    			exists = no
                    			is_subject_of = ROOT
							}
						}
						CHL = {
							OR = {
								has_capitulated = yes
                    			exists = no
                    			is_subject_of = ROOT
							}
						}
					}
				}
				IF = {
					limit = {
						tag = ARG
					}
					AND = {
						BRA = {
							OR = {
								has_capitulated = yes
                    			exists = no
                    			is_subject_of = ROOT
							}
						}
						CHL = {
							OR = {
								has_capitulated = yes
                    			exists = no
                    			is_subject_of = ROOT
							}
						}
					}
				}
				IF = {
					limit = {
						tag = CHL
					}
					AND = {
						BRA = {
							OR = {
								has_capitulated = yes
                    			exists = no
                    			is_subject_of = ROOT
							}
						}
						ARG = {
							OR = {
								has_capitulated = yes
                    			exists = no
                    			is_subject_of = ROOT
							}
						}
					}
				}
			}

			allowed_civil_war = {
				always = no
			}
			
			removal_cost = -1

			picture = generic_navy_bonus
			
			modifier = {
				production_speed_dockyard_factor = -0.4
				industrial_capacity_dockyard = -0.15
				production_cost_max_ship_hull_cruiser = 5300
				production_cost_max_ship_hull_heavy = 10000
				production_cost_max_ship_hull_carrier = 9500
			}
		}

		SMB_organization_of_american_states_member = {

			allowed = {
				always = yes
			}

			allowed_civil_war ={
				always = yes
			}

			#picture = 

			modifier = {
				army_core_defence_factor = 0.05
				army_core_attack_factor = 0.05
			}
		}

		ToA_aid_against_communists = {

			picture = generic_aircraft_support

			allowed = {
				original_tag = USA
			}

			allowed_civil_war = {
				always = yes
			}

			modifier = {
				send_volunteer_size = 3
				send_volunteer_divisions_required = -1
				lend_lease_tension = -0.30
				send_volunteers_tension = -0.5
			}
		}

		USA_monroe_doctrine_idea = {
			picture = generic_usa_conflict

			allowed = {
			}

			allowed_civil_war = {
				always = yes
			}

			on_add = {
				hidden_effect = {
					IF = {
						limit = { is_subject = no }
						add_to_array = { global.monroe_doctrine_countries_to_destabilize = ROOT }
						#log = "[THIS.GetName] (country) Was added to standard Array"
						ROOT = {
							capital_scope = {
								#log = "[THIS.GetName] (state) Was added to standard Array"
								add_to_array = { global.monroe_doctrine_capitals_to_destabilize = THIS }
							}
						}
					}
				}
			}

			on_remove = {
				hidden_effect = {
					IF = {
						limit = {
							is_in_array = {
								array = global.monroe_doctrine_countries_to_destabilize
								value = ROOT
							}
						}
						remove_from_array = { global.monroe_doctrine_countries_to_destabilize = ROOT }
						#log = "[THIS.GetName] (country) Was removed from standard Array"
					}

					IF = {
						limit = {
							ROOT = {
								capital_scope = {
									is_in_array = {
										array = global.monroe_doctrine_capitals_to_destabilize
										value = THIS
									}
								}
							}
						}

						ROOT = {
							capital_scope = {
								#log = "[THIS.GetName] (state) Was removed from standard Array"
								remove_from_array = { global.monroe_doctrine_capitals_to_destabilize = THIS }
							}
						}
					}
					
					
				}
			}

			modifier = {

			}
		}

		USA_monroe_doctrine_enforcer = {
			picture = generic_usa_conflict

			allowed = {
			}

			allowed_civil_war = {
				always = yes
			}

			modifier = {

			}
		}

	}

	hidden_ideas = {

	}
}

