political_decisions = {
    total_war_in_rio_grao = {
        picture = independencee
        alert = yes
        potential = {
            NOT = { has_country_modifier = small_country_draft }
            NOT = { has_country_flag = rgs_draft_happened }
            tag = GRP
        }

        allow = {
            war_with = BRZ
        }

        effect = {
            iron = 10
            wool = 10
            timber = 25
            small_arms = 10
            leadership = 20
            add_country_modifier = {
                name = small_country_draft
                duration = 30
            }
            set_country_flag = rgs_draft_happened
        }
        ai_will_do = { factor = 1 }
    }
    total_war_in_rio_grande_sul = {
        picture = independencee
        alert = yes
        potential = {
            NOT = { has_country_modifier = small_country_draft }
            NOT = { has_country_flag = rgs_draft_happened }
            tag = RGS
        }

        allow = {
            war_with = BRZ
        }

        effect = {
            iron = 10
            wool = 10
            timber = 25
            small_arms = 10
            leadership = 20
            add_country_modifier = {
                name = small_country_draft
                duration = 30
            }
            set_country_flag = rgs_draft_happened
        }
        ai_will_do = { factor = 1 }
    }
    declaration_of_independence_of_rio = {
        picture = independencee
        alert = yes
        potential = {
            NOT = { has_country_flag = independence }
            tag = RGS
        }

        allow = {
           war = no
		   exists = yes
        }

        effect = {
            iron = 10
            wool = 10
            timber = 25
            small_arms = 10
            leadership = 20
            set_country_flag = independence
			RGS = { all_core = { remove_core = BRZ } }
        }
        ai_will_do = { factor = 1 }
    }
    declaration_of_independence_of_goias = {
        picture = independencee
        alert = yes
        potential = {
            NOT = { has_country_flag = independence }
            tag = GOI
        }

        allow = {
           war = no
		   exists = yes
        }

        effect = {
            iron = 10
            wool = 10
            timber = 25
            small_arms = 10
            leadership = 20
            set_country_flag = independence
			GOI = { all_core = { remove_core = BRZ } }
        }
        ai_will_do = { factor = 1 }
    }
    declaration_of_independence_of_juliana = {
        picture = independencee
        alert = yes
        potential = {
            NOT = { has_country_flag = independence }
            tag = JUR
        }

        allow = {
           war = no
		   exists = yes
        }

        effect = {
            iron = 10
            wool = 10
            timber = 25
            small_arms = 10
            leadership = 20
            set_country_flag = independence
			JUR = { all_core = { remove_core = BRZ } }
        }
        ai_will_do = { factor = 1 }
    }
    total_war_in_Catharinense_republic = {
        picture = independencee
        alert = yes
        potential = {
            NOT = { has_country_modifier = small_country_draft }
            NOT = { has_country_flag = jur_draft_happened }
            tag = JUR
        }

        allow = {
            war_with = BRZ
        }

        effect = {
            iron = 10
            wool = 10
            timber = 25
            small_arms = 10
            leadership = 20
            add_country_modifier = {
                name = small_country_draft
                duration = 30
            }
            set_country_flag = jur_draft_happened
        }
        ai_will_do = { factor = 1 }
    }

    total_war_in_entre_rios = {
        picture = independencee
        alert = yes
        potential = {
            NOT = { has_country_modifier = small_country_draft }
            NOT = { has_country_flag = eri_draft_happened }
            tag = ERI
        }

        allow = {
            war_with = ACO
        }

        effect = {
            iron = 10
            wool = 10
            timber = 25
            small_arms = 50
            leadership = 20
            add_country_modifier = {
                name = small_country_draft
                duration = 30
            }
            set_country_flag = eri_draft_happened
        }
        ai_will_do = { factor = 1 }
    }

	annex_Dominican_Republic = {
		potential = {
				tag = GCO
				NOT = { has_country_flag = domrep }
		}	
		allow = {
			nationalism_n_imperialism = 1
			war = no
			OR = { 
			DOM = {
			in_sphere = THIS }
			owns = 2214 }
			}
		
		effect = {
			set_country_flag = domrep
			prestige = 15
			inherit = DOM
			DOM = { all_core = { add_core = GCO } }	
			add_accepted_culture = caribeno
		}
		ai_will_do = {
			factor = 1
		}
	}

	annex_Cuba = {
		potential = {
			is_greater_power = yes
				tag = GCO
				exists = CUB
		}	
		allow = {
			nationalism_n_imperialism = 1
			war = no
			CUB = {
			in_sphere = THIS }
			}
		
		effect = {
			prestige = 15
			inherit = CUB
			CUB = { all_core = { add_core = GCO } }
		}
		ai_will_do = {
			factor = 1
		}
	}
	patria_grande = {
		potential = {
			is_greater_power = yes
			OR = {
				tag = GCO
				tag = ACN
				tag = AGE
			}
			NOT = {
				exists = PAT
			}
			nationalism_n_imperialism = 1
		}	
		allow = {
			nationalism_n_imperialism = 1
			war = no
			VNZ = {
				all_core = { 
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						}
					province_id = 2243
					province_id = 2242
					}
				}
			}
			CLM = {
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						}
					}
				}
			}
			CHL = {
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						}
					}
				}
			}
			PEU = {
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						}
					}
				}
			}
			ACN = {
				OR = {
					NOT = { exists = ACN }
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
								war = no
								}
							}
						}
					}
				}
			}
			BOL = {
				OR = {
					NOT = { exists = BOL }
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
								war = no
								}
							}
						}
					}
				}
			}
			BIG = {
				OR = {
					NOT = { exists = BIG }
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
								war = no
								}
							}
						}
					}
				}
			}
			ARG = {
				OR = {
					NOT = { exists = ARG }
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
								war = no
								}
							}
						}
					}
				}
			}
			ACO = {
				OR = {
					NOT = { exists = ACO }
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
								war = no
								}
							}
						}
					}
				}
			}
			
			ERI = {
				OR = {
					NOT = { exists = ERI }
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
								war = no
								}
							}
						}
					}
				}
			}
			COR = {
				OR = {
					NOT = { exists = COR }
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
								war = no
								}
							}
						}
					}
				}
			}
			URU = {
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						}
					}
				}
			}
			ECU = {
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						}
					}
				}
			}
			PRG = {
				all_core = {
					OR = {
						OR = {
							owned_by = THIS
							owner = {
								in_sphere = THIS
							}
						}
					}
				}
			}
		}
		
		effect = {
			prestige = 15
			any_country = {
				limit = {
					OR = {
						tag = ACN
						tag = GCO
						tag = AGE
						tag = VNZ
						tag = CLM
						tag = ECU
						tag = CHL
						tag = BOL
						tag = PEU
						tag = BIG
						tag = ARG
						tag = ACO
						tag = ERI
						tag = COR
						tag = URU
						tag = PRG
 
					}
					in_sphere = THIS
					NOT = {
						tag = THIS
					}
				}
				annex_to = THIS
			}
			VNZ = { all_core = { add_core = PAT } }	
			CLM = { all_core = { add_core = PAT } }	
			ECU = { all_core = { add_core = PAT } }
			PEU = { all_core = { add_core = PAT } }	
			CHL = { all_core = { add_core = PAT } }	
			BOL = { all_core = { add_core = PAT } }
			ARG = { all_core = { add_core = PAT } }	
			ACO = { all_core = { add_core = PAT } }	
			ERI = { all_core = { add_core = PAT } }
			COR = { all_core = { add_core = PAT } }	
			URU = { all_core = { add_core = PAT } }	
			ACN = { all_core = { add_core = PAT } }				
			change_tag = PAT
			add_accepted_culture = north_andinean
			add_accepted_culture = south_andinean
			add_accepted_culture = platinean
		}
		ai_will_do = {
			factor = 1
		}
	}
}