your event
Sir Humphrey said:
Nah, doesn't seem to work with a land trade. I'll try and work on an event.
here, is this a good one?
event = {
id = 666000
random = no
country = ENG
name = "Officers to Aristocrats"
desc = "Some of your officers have been given lands and titles of nobility as a reward for recent military prowess."
picture = army_leadership
date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
Name = "We will reward them for their bravery and service! "
command = { type = convert_pop_type which = officers value = aristocrats where = 0 when = 10 }
command = { type = pop_cash which = aristocrats value = 1000 where = 0 }
}
}
i figured 10% of officers to aristocrats is a nice amount, and also i gave them some cash to start out with.