namespace = MWB

# call the midwife (for women, chance of learning gain)
narrative_event = {
	id = MWB.1000
	picture = GFX_evt_wise_woman
	border = GFX_event_narrative_frame_religion

	title = EVTTITLE_MWB_1000

	desc = EVTDESC_MWB_1000

	is_triggered_only = yes

	option = { #accept the book
		name = EVTOPTA_MWB_1000
		wealth = -50
		add_artifact = midwifes_book
		random = {
			chance = 20
			change_learning = 1
		}
	}
}

# ask the midwife (for men, requires rare target, more expensive)
character_event = {
	id = MWB.1100
	picture = GFX_evt_wise_woman
	border = GFX_event_normal_frame_religion

	title = EVTTITLE_MWB_1100

	desc = EVTDESC_MWB_1100

	is_triggered_only = yes

	option = { #purchase the book
		name = EVTOPTA_MWB_1100
		wealth = -100
		hidden_tooltip = {
			FROM = { wealth = 100 }
		}
		add_artifact = midwifes_book
	}
}