decisions = {

employ_squire = {
		potential = {
			ai = no
		}
		allow = {
			scaled_wealth = 0.2
		}
		effect = {
			scaled_wealth = -0.2
			create_character = {
				random_traits = yes
				dynasty = none
				female = no
				age = 17
				trait = Squire
			}
			new_character = {
				hidden_tooltip = {
					if = {
						limit = {
							religion_group = indian_group
						}
						add_trait = kshatriya
						character_event = { id = RoI.30121 }
					}
				}
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}
}


