Imprisoned by current liege.
Will prisoner = yes trigger for jailers other than current liege?
*edit*
Hmm, maybe you could find a character that has "noculture", save the game, and then find the character in the save file and see what their assigned culture is?
Looked through dynasties at the top of the save file,
Code:
161=
{
name="East River Park"
coat_of_arms=
{
data=
{
3 1 3 2 13 3 8 1 3 2 13 3 8 1 3 2 13 3 8 1 3 2 13 3 8 }
religion_group="none"
}
}
There's not even a culture
defined for this guy. As opposed to this guy, who works:
Code:
203=
{
name="of The Herring Safe & Lock Co. Building"
culture="wasp"
coat_of_arms=
{
data=
{
0 1 22 2 5 1 7 }
religion_group="manhattan"
}
}
And this guy, who doesn't, but at least has a defined culture:
Code:
60=
{
name="Grant"
culture="wasp"
coat_of_arms=
{
data=
{
2 0 24 9 2 5 3 0 24 9 2 5 3 }
religion_group="none"
}
}
*edit*
Looking at the provinces themselves in the save. Two Bridges is defined as culture = asian and religion = chinatown,
Code:
13=
{
name="Two Bridges"
culture=asian
religion=chinatown
max_settlements=3
b_laguardiahouses=
{
type=castle
date="1.1.1"
build_time="1.1.1"
ca_fortification_1=yes
levy=
{
light_infantry=
{
50 50
}
heavy_infantry=
{
20 20
}
light_cavalry=
{
6 6
}
}
}
title="c_twobridges"
technology=
{
level=
{
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }
progress=
{
0 9 9 3 8 5 8 3 1 5 2 5 0 0 0 0 0 0 0 0 0 1 0 0 }
}
}
I go to the next province, Chinatown, and neither of these are defined.
Code:
14=
{
name="Chinatown"
max_settlements=4
b_nyccriminalcourt=
{
type=castle
date="1.1.1"
build_time="1.1.1"
ca_fortification_1=yes
levy=
{
light_infantry=
{
55 55
}
heavy_infantry=
{
22 22
}
light_cavalry=
{
6 6
}
}
}
b_confuciusplaza=
{
type=temple
date="1.1.1"
build_time="1.1.1"
levy=
{
light_infantry=
{
14 14
}
heavy_infantry=
{
14 14
}
archers=
{
8 8
}
}
}
title="c_chinatown"
technology=
{
level=
{
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 }
progress=
{
0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 }
}
}
In the /history/provinces/ files, these two values are identical. They're both culture = asian and religion = chinatown, and they both refer to their correct respective province.
I don't get it. The characters are probably undefined because of the provinces, but there simply
isn't any reason that these provinces shouldn't be using the cultures and religions I set them to.