decisions = {
	
	employ_soldier = {
		potential = {
			ai = no
		}
		allow = {
			prestige = 10
			scaled_wealth = 0.2
		}
		effect = {
			prestige = -10
			scaled_wealth = -0.2
			create_random_soldier = {
				random_traits = yes
				dynasty = random
			}
			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
		}
	}

	employ_priest = {
		potential = {
			ai = no
		}
		allow = {
			piety = 5
		}
		effect = {
			piety = -5
			create_random_priest = {
				random_traits = yes
				dynasty = random
			}
			new_character = {
				hidden_tooltip = {
					if = {
						limit = {
							religion_group = indian_group
						}
						add_trait = brahmin
						character_event = { id = RoI.30121 }
					}
				}
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}
	
	employ_steward = {
		potential = {
			ai = no
		}
		allow = {
			scaled_wealth = 0.2
		}
		effect = {
			scaled_wealth = -0.2
			create_random_steward = {
				random_traits = yes
				dynasty = random
			}
			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
		}
	}
	
	present_debutante = {
		potential = {
			ai = no
		}
		allow = {
			scaled_wealth = 0.2
		}
		effect = {
			scaled_wealth = -0.2
			create_character = {
				random_traits = yes
				dynasty = random
				female = yes
				age = 17
			}
			new_character = {
				hidden_tooltip = {
					if = {
						limit = {
							religion_group = indian_group
						}
						add_trait = kshatriya
						character_event = { id = RoI.30121 }
					}
				}
				set_character_flag = debutante
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}
	
}
