﻿######################################################
####
####	El Cid Story Cycle On-Actions
####
#### el_cid_landless_on_action
#### el_cid_landless_or_landed_on_action
####
######################################################
#
## Landless
#el_cid_landless_on_action = {
#	random_events = {
#		# No one opens the door to you
#		200 = cid.1000
#		# You have no money to pay your men
#		100 = cid.1010
#		# You have to leave your spouse/children behind
#		200 = cid.1020
#	}
#}
#
## Landless or Landed
#el_cid_landless_or_landed_on_action = {
#	random_events = {
#		# You have some money - send gift?
#		100 = cid.1030
#		# You pray for your liege
#		100 = cid.1040
#		# cid.2000 triggered from the combat on_action
#		# cid.2001 triggered from the combat on_action
#		# Your liege offers you a favourable marriage
#		250 = cid.2010
#	}
#}