Event
The Lure of Easy Money

A number of economic investors have approached Target Ruler asking for the right to develop one of the areas under our control. They would pay a lump sum for the right to extract revenue from our lands and it would then be up to them to collect the money in our stead. The investors are quick to point out that it is in their interest to invest in the local infrastructure to increase the chances that they will make more than the sum they have paid for the right to our land.
EntrepreneurTraittrigger
GreedyTraittriggerDefinitionin_game/events/character/personality_events.txt:1446
1447type = country_event
1448title = personality_events.33.title The Lure of Easy Money
1449desc = personality_events.33.desc A number of economic investors have approached Target Ruler asking for the right to develop one of the areas under our control. They would pay a lump sum for the right to extract revenue from our lands and it would then be up to them to collect the money in our stead. The investors are quick to point out that it is in their interest to invest in the local infrastructure to increase the chances that they will make more than the sum they have paid for the right to our land.
1450outcome = neutral
1451illustration_tags = {
145210 = regular
145310 = interior
}
1455trigger = {
1456has_ruler = yes
1461capital ?= {
1462area = {
1463any_province_in_area = {
1464owner ?= root
}
}
}
}
1472immediate = {
1473capital ?= {
1474area = {
1475random_province_in_area = {
1476limit = {
}
1480save_scope_as = easy_money_province
}
}
}
1485ruler = {
1485save_scope_as = target_ruler
}
}
}