Event
Finding Money in Unexpected Places

Target Ruler is well known for his/her unsurpassed ability to find new sources of state income in the unlikeliest of places. his/her recent audit of local reports has turned up an entirely new source of revenue in one of our provinces, slowly but surely increasing the stream of money into state coffers.
Midas TouchedTraittriggerDefinitionin_game/events/character/personality_events.txt:1312
1313type = country_event
1314title = personality_events.30.title Finding Money in Unexpected Places
1315desc = personality_events.30.desc Target Ruler is well known for his/her unsurpassed ability to find new sources of state income in the unlikeliest of places. his/her recent audit of local reports has turned up an entirely new source of revenue in one of our provinces, slowly but surely increasing the stream of money into state coffers.
1316outcome = neutral
1317illustration_tags = {
131810 = happy
131910 = interior
}
1321trigger = {
1323capital ?= {
1324area = {
1325any_location_in_area = {
1326owner ?= root
}
}
}
}
1332immediate = {
1333capital = {
1334area = {
1335random_location_in_area = {
1336limit = {
1337owner ?= root
}
1339save_scope_as = target_location
}
}
}
1344ruler = {
1344save_scope_as = target_ruler
}
}