eoanb_category_japan_influence = {
	
	TOS_shogun_tribute = {

        icon = generic_construction

        allowed = {
           OR = {
				tag = TOS
				tag = CHO
				tag = DTE
				tag = SAT
				tag = SAG
			}
        }

        available = {
		    NOT = { is_puppet_of = TSH }
        }

        activation = {
		    is_puppet_of = TSH
        }

        fire_only_once = no

        is_good = no
        days_mission_timeout = 365
        timeout_effect = {
           # country_event = { id = tosa.1 }
        }
		
        ai_will_do = {
			base = 1000
		}
    }
		
	TSH_decision_unifying_the_nation = {
		
		icon = generic_construction
		
		allowed = { TAG = TSH }

		available = {
		    TAG = TSH
		}

		visible = {
			TSH = { has_completed_focus = JAP_vic_curtailment_of_the_han }
		}

		fire_only_once = yes
		is_good = yes

		cost = 150
		days_remove = 200

		modifier = {
		    political_power_gain = -0.05
		}

		remove_effect = { 
		    custom_effect_tooltip = TSH_unifying_the_nation_tt
		    add_stability = 0.075
		}

		ai_will_do = {
			base = 1000
		}
	}
}