#Brazilian border dfisputes
political_decisions = {
	Colombo-Brazilian_border_dispute = {
        picture = clmo
		potential = {
			tag = BRZ
			NOT = {
				has_country_flag = mara_is_ours
			}
		}
		
		allow = {
			year = 1870
			revolution_n_counterrevolution = 1
		}
		
		effect = {
			set_country_flag = mara_is_ours
			any_country = { limit = { owns = 2401 } country_event = 112950 }			
			prestige = 2
		}
	}
	Venezuelan_boder_dispute = {
        picture = vnzla
		potential = {
			tag = BRZ
			NOT = {
				has_country_flag = forte_is_ours
			}
		}
		
		allow = {
			nationalism_n_imperialism = 1
		}
		
		effect = {
			set_country_flag = forte_is_ours
			any_country = { limit = { owns = 2532 } country_event = 1129500 }			
			prestige = 2
		}
	}
	golden_law = {
        picture = golden_law
        potential = {
            tag = BRZ
            NOT = { has_country_flag = golden_law_passed }
            OR = {
                government = hms_government
                government = prussian_constitutionalism
                government = absolute_monarchy
            }
			state_n_government = 1
        }

        allow = {
			realism = 1
            OR = {
                upper_house = { ideology = liberal value = 0.2 }
                upper_house = { ideology = socialist value = 0.2 }
            }
        }

        effect = {
            set_country_flag = golden_law_passed
            badboy = -1
			remove_country_modifier = political_instability_brz
            add_accepted_culture = afro_brazilian
            any_pop = { limit = { type = slaves } consciousness = -5 militancy = -6 }
            any_pop = { limit = { type = aristocrats } militancy = 3 consciousness = 5 }
        }
    }
	fatherland_volunteers = {
        potential = {
            tag = BRZ
            government = hms_government
            NOT = {
                has_country_flag = pedro_said_it_best
            }
        }
        allow = {
            army_decision_making = 1
            war = yes
        }
        effect = {
            war_exhaustion = -1
            prestige = 10
            set_country_flag = pedro_said_it_best
        }
    }
    Rename_Desterro = {
        picture = build_teresina
        potential = {
            tag = BRZ
            owns = 2461
            NOT = { has_country_flag = teresina_built2 }
        }
        allow = {
            owns = 2461
			money = 5000
        }
        effect = {
            set_country_flag = teresina_built2
            treasury = -5000
            2461 = { change_province_name = "Florianopolis" }
        }
    }
	build_belo_horizonte = {
        picture = build_belo_horizonte
        potential = {
            tag = BRZ
            year = 1870
            NOT = { has_country_flag = bh_built }
        }
        allow = {
            money = 5000
			owns = 2442
        }
        effect = {
            set_country_flag = bh_built
            treasury = -5000
            2442 = { change_province_name = "Belo Horizonte" }
            2442 = {
                life_rating = 4
                trade_goods = iron
            }
        }
    }
	Cisplatina = {
		picture = cisplatina
        potential = {
            tag = BRZ
            owns = 2344
            NOT = { has_country_flag = cisplatina }
        }
        allow = {
            owns = 2344
        }
        effect = {
            set_country_flag = cisplatina
			2344 = {
				state_scope = {
					change_region_name = "Cisplatina"
				}
			}
			URU = { all_core = { add_core = THIS } }
        }
    }
	Uruguay = {
		picture = bandaoriental
        potential = {
            tag = ARG
            owns = 2344
            BRZ = { has_country_flag = cisplatina }
        }
        allow = {
            owns = 2344
        }
        effect = {
            BRZ = { clr_country_flag = cisplatina }
			2344 = {
				state_scope = {
					change_region_name = "Uruguay"
				}
			}
        }
    }
    build_teresina = {
        picture = build_teresina
        potential = {
            tag = BRZ
            year = 1852
            NOT = { has_country_flag = teresina_built }
        }
        allow = {
            money = 5000
			owns = 2426
        }
        effect = {
            set_country_flag = teresina_built
            treasury = -5000
            2426 = { change_province_name = "Teresina" }
        }
    }
	
	brazil_1836_setup = {
        potential = {
            tag = BRZ
            always = no
        }

        allow = {
            tag =  BRZ
        }

        effect = {
            add_country_modifier = {
                name = political_instability_brz
                duration = -1
            }
		}
    }
    Brazilian_lands = {
        picture = build_teresina
        potential = {
            tag = BRZ
            year = 1875
            NOT = { has_global_flag = triple_war_starts		}
        }
        allow = {
            money = 5000
        }
        effect = {
            set_global_flag = triple_war_starts
            treasury = -5000
            2462 = { add_core = THIS }
            2420 = { add_core = THIS }
		2462 = { add_core = ARG }
		2365 = { add_core = ARG }
		2366 = { add_core = ARG }
		2367 = { add_core = ARG }
		2554 = { add_core = ARG }
        }
    }
}