Event
Life in the City

The development of urban centers across our Flavor Rank has led to many boons experienced by our society. However, along with this new wave of centralization come the downsides of living in a highly urbanized environment. Originally designed by the guild spearheaded by Target Character, Target Location has turned into a nightmarishly cramped and outright horrid place to live in.
Definitionin_game/events/character/artist_events.txt:1237
1238type = country_event
1239title = artist_events.21.title Life in the City
1240desc = artist_events.21.desc The development of urban centers across our Flavor Rank has led to many boons experienced by our society. However, along with this new wave of centralization come the downsides of living in a highly urbanized environment. Originally designed by the guild spearheaded by Target Character, Target Location has turned into a nightmarishly cramped and outright horrid place to live in.
1241outcome = neutral
1242illustration_tags = {
124310 = angry
124410 = exterior
}
1246trigger = {
1250any_owned_location = {
1251development >= 35
1252province = {
1252province_prosperity < 0
}
}
}
1256immediate = {
1257random_artist = {
1261save_scope_as = target_character
}
1263random_owned_location = {
1264limit = {
1265development >= 35
1266province = {
1266province_prosperity < 0
}
}
1268save_scope_as = target_location
}
}
}