﻿#On actions handling the Warhorse Story Cycle

ongoing_warhorse_events = { #Other ongoing events
	random_events = {
		100 = warhorse.1001 #Buy new gear for your horse
		100 = warhorse.1101 #Stress reduction or prowess
		100 = warhorse.1201 #Your horse is sick! Pay gold or risk its death
		100 = warhorse.1301 #Another horse-enthusiast compliments your horse
		100 = warhorse.1401 #Your horse is cursed
	}
}

breed_warhorse = {
	random_events = {
		100 = warhorse.8001 #You horse is getting old, you should consider breeding!
	}
}
